Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to connect with sqlite #311

Closed
ghost opened this issue Dec 29, 2023 · 2 comments
Closed

Unable to connect with sqlite #311

ghost opened this issue Dec 29, 2023 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 29, 2023

`[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: ClientException with SocketException: The remote computer refused the network connection.

(OS Error: The remote computer refused the network connection.

, errno = 1225), address = 127.0.0.1, port = 5636, uri=http://127.0.0.1:5578/status
#0 IOClient.send (package:http/src/io_client.dart:122:7)

#1 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93:32)

#2 _withClient (package:http/http.dart:166:12)

#3 BinaryEngine._createEngineStatusValidator. (package:orm/binary_engine.dart:274:24)

#4 _InternalRetry.call (package:orm/universal_engine.dart:298:12)

#5 RetryOptions.retry (package:retry/retry.dart:131:16)

#6 BinaryEngine._createProcess (package:orm/binary_engine.dart:198:9)

#7 BinaryEngine.start (package:orm/binary_engine.dart:154:17)

#8 UniversalEngine.request (package:orm/universal_engine.dart:59:5)

#9 ModelDelegate._execute (package:orm/src/client/model_delegate.dart:40:20)

#10 PrismaFluent.queryBuilder. (package:orm/src/client/prisma_fluent.dart:37:22)

#11 PostsModelDelegateExtension.findMany. (package:test_app/src/generated/prisma/prisma_client.dart:2654:31)

#12 main (package:test_app/main.dart:8:19)
`

@medz
Copy link
Owner

medz commented Jan 3, 2024

Currently, Prisma Dart does not support use in Flutter and is waiting for Prisma’s official C ABI engine.
image

@medz
Copy link
Owner

medz commented Jan 25, 2024

#328

@medz medz closed this as completed Jan 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant