question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

voyager crashes and needs to be restarted

See original GitHub issue

v0.10.1 macOS

not sure why this happens. it is a reoccurring issue for me. i would suggest we add a button on the modal for rebooting voyager if this happens - otherwise the user has to manually exit and reopen the app.

screen shot 2018-09-04 at 10 54 51 am
Thu Aug 30 2018 14:22:38 GMT-0400 (EDT) Running Cosmos-UI

...

main-process: gaiacli: I[09-04|14:52:30.606] Served RPC HTTP response                     module=rest-server method=GET url=/node_version status=200 duration=269 remoteAddr=127.0.0.1:55597

main-process: Node 45.77.53.208:26657 uses SDK version 0.23.0 which is incompatible to the version used in Voyager 0.24.1
main-process: pinging node: http://10.140.0.2:26657
main-process: gaiacli: I[09-04|14:52:31.605] Served RPC HTTP response                     module=rest-server method=GET url=/validatorsets/latest status=200 duration=321 remoteAddr=127.0.0.1:55009

main-process: gaiacli: I[09-04|14:52:32.193] Served RPC HTTP response                     module=rest-server method=GET url=/validatorsets/latest status=200 duration=389 remoteAddr=127.0.0.1:55009

main-process: Node 10.140.0.2 is down
main-process: pinging node: http://5.135.2.83:26657
main-process: Node 5.135.2.83 is alive
main-process: Picked node: 5.135.2.83
main-process: starting gaia rest server with nodeIP 5.135.2.83:26657
main-process: startLCD /Users/jordan/.cosmos-voyager/gaia-8001/lcd
main-process: spawning /private/var/folders/mw/jjgtf89s2yqby0vqjd15x1d80000gn/T/AppTranslocation/143EF26D-E14A-416C-9977-54D2090FC2EE/d/Cosmos Voyager.app/Contents/Resources/app/bin/gaiacli with args ""advanced" "rest-server" "--laddr" "tcp://localhost:9071" "--home" "/Users/jordan/.cosmos-voyager/gaia-8001/lcd" "--node" "5.135.2.83:26657" "--chain-id" "gaia-8001""
main-process: gaiacli: I[09-04|14:52:34.018] Served RPC HTTP response                     module=rest-server method=GET url=/keys status=200 duration=0 remoteAddr=127.0.0.1:55620

main-process: gaia rest server ready
main-process: Signaling connected node
main-process: gaiacli: panic: resource temporarily unavailable

goroutine 1 [running]:
github.com/cosmos/cosmos-sdk/client/lcd.createHandler(0xc42012bf10, 0x5, 0x7ffeefbffcbc)
	/go/src/github.com/cosmos/cosmos-sdk/client/lcd/root.go:78 +0x634
github.com/cosmos/cosmos-sdk/client/lcd.ServeCommand.func1(0xc4200afb00, 0xc420488f00, 0x0, 0x8, 0x0, 0x0)
	/go/src/github.com/cosmos/cosmos-sdk/client/lcd/root.go:40 +0x8e
github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra.(*Command).execute(0xc4200afb00, 0xc420488e00, 0x8, 0x8, 0xc4200afb00, 0xc420488e00)
	/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra/command.go:698 +0x46d
github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra.(*Command).ExecuteC(0x20dd820, 0x1a163f9, 0x24, 0xc420472688)
	/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra/command.go:783 +0x2e4
github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra.(*Command).Execute(0x20dd820, 0xc4201916c0, 0x20dd900)
	/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/spf13/cobra/command.go:736 +0x2b
github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/libs/cli.Executor.Execute(0x20dd820, 0x1b5ffe8, 0x2, 0xc420ac2fc0)
	/go/src/github.com/cosmos/cosmos-sdk/vendor/github.com/tendermint/tendermint/libs/cli/setup.go:89 +0x4e
main.main()
	/go/src/github.com/cosmos/cosmos-sdk/cmd/gaia/cmd/gaiacli/main.go:151 +0xcce

main-process: gaiacli exited with code 2
main-process: The gaiacli rest-server (LCD) exited unplanned
main-process: gaiacli: I[09-04|14:52:34.079] Served RPC HTTP response                     module=rest-server method=GET url=/keys status=200 duration=0 remoteAddr=127.0.0.1:55009

main-process: gaiacli: I[09-04|14:52:34.169] Served RPC HTTP response                     module=rest-server method=GET url=/node_version status=200 duration=146 remoteAddr=127.0.0.1:55621

main-process: Node 5.135.2.83:26657 uses SDK version 0.23.0 which is incompatible to the version used in Voyager 0.24.1
main-process: pinging node: http://13.59.160.164:26657
main-process: gaiacli: I[09-04|14:52:35.010] Served RPC HTTP response                     module=rest-server method=GET url=/validatorsets/latest status=200 duration=390 remoteAddr=127.0.0.1:55009

main-process: Node 13.59.160.164 is down
main-process: pinging node: http://172.16.163.101:26657
main-process: Node 172.16.163.101 is down
main-process: pinging node: http://18.130.191.207:26657
main-process: gaiacli: I[09-04|14:52:40.596] Served RPC HTTP response                     module=rest-server method=GET url=/validatorsets/latest status=200 duration=526 remoteAddr=127.0.0.1:55009

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
fabowebcommented, Sep 5, 2018

This probably has to do with an old gaia process not being terminated properly when reconnecting. The gaia process would then lock the keys db. The next gaia process will find the key db locked and crashes.

1reaction
jbiblacommented, Sep 5, 2018
  1. open voyager 🚀
  2. log in 🔑
  3. go for a canoe 🛶

basically, if you leave the app open for a while (20-1hr - not sure) - it will crash eventually. can’t tell if it’s voyager or an issue with the node voyager is connected to.


could be because of this? not sure how to interpret the logs.

main-process: gaia rest server ready
main-process: Signaling connected node
main-process: gaiacli: panic: resource temporarily unavailable
Read more comments on GitHub >

github_iconTop Results From Across the Web

voyager crashes and needs to be restarted #1279 - GitHub
This probably has to do with an old gaia process not being terminated properly when reconnecting. The gaia process would then lock the...
Read more >
FTP VOYAGER CRASHING - Forum - Serv-U FTP & MFT
i have the latest FTP VOYAGER and in the last few weeks it has started giving me problems. Every time I upload something...
Read more >
Voyager Elite Force Crashing., page 1 - Forum - GOG.com
The game starts crashing at key points, it wasn't a big deal ... Had the same crash - you need to increase you...
Read more >
Potential windows 10 update breaks voyager!
I've never had a single instance of Voyager freezing or crashing on me for the 5 weeks that I've been using it. Today,...
Read more >
Timeless (episode) - Memory Alpha - Fandom
A failed attempt to return home results in Voyager crash-landing on an ice world and also in the deaths of the crew, except...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found