We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When running dart run build_runner build, the process exits with the following error:
dart run build_runner build
InterfaceError: Invalid secret key: FormatException: Invalid character (at character 209) ...DNoT2lwxUVlLVpJS2U3xG5SxEtRIiwic3xiIxoicDlydWZpcFBFZx00bm5xa3RRLVg1ZyJ9==== ^ package:edgedb/src/connect_config.dart 998:5 parseCloudInstanceNameIntoConfig package:edgedb/src/connect_config.dart 760:13 resolveConfigOptions package:edgedb/src/connect_config.dart 636:7 parseConnectConfig package:edgedb/src/client.dart 324:9 ClientPool.getNewConnection package:edgedb/src/client.dart 49:21 ClientConnectionHolder.getConnection package:edgedb/edgeql_codegen.dart 109:28 EdgeqlCodegenBuilder.build
Reproduction Create an edgeql file and run build_runner.
Expected behavior .edgeql.dart file is generated without errors.
.edgeql.dart
Versions (please complete the following information):
5.4+867a505
5.0.0+c9dfeec
edgedb-dart
0.5.0
3.4.3
Additional context I'm using EdgeDB Cloud.
The text was updated successfully, but these errors were encountered:
I can confirm that #42 fixes the issue.
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When running
dart run build_runner build
, the process exits with the following error:Reproduction
Create an edgeql file and run build_runner.
Expected behavior
.edgeql.dart
file is generated without errors.Versions (please complete the following information):
5.4+867a505
5.0.0+c9dfeec
edgedb-dart
version:0.5.0
3.4.3
Additional context
I'm using EdgeDB Cloud.
The text was updated successfully, but these errors were encountered: