futrnostr / futr

nostr client app written in haskell and qt5
GNU General Public License v3.0
55 stars 2 forks source link

The client appImage v.0.0.2 starts off with "Waiting for relay connections to become available..." #15

Closed xrviv closed 5 months ago

xrviv commented 1 year ago

The client appImage v.0.0.2 starts off with "Waiting for relay connections to become available... Check your Internet connection or try to reconnect manually in the Relay Management.

Prior to downloading the AppImage, I also had this error:

WARNING: Could not find desktop file in AppDir, cannot create links for AppRun, desktop file and icon in AppDir root appimagetool, continuous build (commit 729a1a6), build built on 2022-08-03 00:24:06 UTC WARNING: appstreamcli command is missing, please install it if you want to use AppStream metadata Unable to guess the architecture of the AppDir source directory "futr.AppDir" A valid architecture with the ARCH environmental variable should be provided e.g. ARCH=x86_64 appimagetool ...

prolic commented 1 year ago

Those are just warnings and no errors, you can just ignore those. Do you have any relays setup in the relay management?

prolic commented 1 year ago

Verify you have a relays.ft file next to your futr binary. The content should look like this:

[{"uri":"ws://localhost:2700","info":{"writable":true,"readable":true}},{"uri":"wss://nostr.rocks","info":{"writable":true,"readable":true}}]

(Feel free to modify the list of relays of course.)

xrviv commented 1 year ago

Thanks will try to get back to this.

prolic commented 5 months ago

Feel free to reopen if you still encounter this problem.