-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Unhandled exception #77
Comments
I also get: |
Same issue on OSX |
Same in ubuntu since the last release |
Same issue on Raspbian OS lite arm64: Waiting for feed to come in..............Unhandled exception:
WebSocketException: Connection to 'https://nostr-relay.trustbtc.org:0#' was not upgraded to websocket
#0 _WebSocketImpl.connect (dart:_http/websocket_impl.dart:1011)
dart-lang/http#1604 WebSocket.connect (dart:_http/websocket.dart:320)
dart-lang/web_socket_channel#2 new IOWebSocketChannel.connect (package:web_socket_channel/io.dart:80)
dart-lang/web_socket_channel#3 Relays.sendRequest (package:nostr_console/relays.dart:166)
dart-lang/http#1605 Relays.getMultiUserEvents (package:nostr_console/relays.dart:142)
dart-lang/web_socket_channel#5 getMultiUserEvents (package:nostr_console/relays.dart:295)
dart-lang/web_socket_channel#6 main.<anonymous closure> (file:///work/bin/nostr_console.dart:389)
dart-lang/web_socket_channel#7 new Future.delayed.<anonymous closure> (dart:async/future.dart:424)
dart-lang/web_socket_channel#8 Timer._createTimer.<anonymous closure> (dart:async-patch/timer_patch.dart:18)
dart-lang/web_socket_channel#9 _Timer._runTimers (dart:isolate-patch/timer_impl.dart:398)
dart-lang/web_socket_channel#10 _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:429)
dart-lang/web_socket_channel#11 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:192) |
I have made some progress in fixing this: have actually googled the error and landed here hah. Hope to fix it soon. |
If invalid relay/url is given , program should continue gracefully. this captures the recent fix for issue #77 .
This is not seen in latest build. |
it's actually printing out 18 global threads but immediately dies right after saying either
Unhandled exception:
HandshakeException: Connection terminated during handshake
or
Unhandled exception:
HttpException: Connection closed before full header was received, uri = https://relay.damus.io:0
The text was updated successfully, but these errors were encountered: