akash-deploy icon indicating copy to clipboard operation
akash-deploy copied to clipboard

Delete Wallet returns a lot if errors before returning to home page

Open MbBrainz opened this issue 4 years ago • 0 comments

When deleting wallet The docker logs displayed a lot of errors. It does end op at the right page with a notification that the wallet was deleted successfully. the logs are as follows:

Started DELETE "/wallet" for 172.17.0.1 at 2021-07-18 15:04:58 +0000

Cannot render console from 172.17.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255

Processing by WalletsController#destroy as HTML

Parameters: {"authenticity_token"=>"PuqPtDao6sR8aMYnJj6JF/skqOkZxfy42SUjN2x+GwmDey/lJjRFX5sDzMxBNFKKz7CDqn66bgHQhupkfRKhuw=="}


[e22384f3] Running akash keys delete deploy -y --keyring-backend file --home /root/akash


[e22384f3] Key deleted forever (uh oh!)


[e22384f3] Finished in 0.292 seconds with exit status 0 (successful)


Redirected to http://localhost:8080/


Completed 302 Found in 300ms




Started GET "/" for 172.17.0.1 at 2021-07-18 15:04:58 +0000


Cannot render console from 172.17.0.1! Allowed networks: 127.0.0.1, ::1, 127.0.0.0/127.255.255.255


Processing by DashboardController#show as HTML


[f813aa30] Running akash keys show deploy -a --home /root/akash --keyring-backend file


[f813aa30] Error: deploy is not a valid name or address: decoding bech32 failed: invalid bech32 string length 6


[f813aa30] Finished in 0.121 seconds with exit status 1 (failed)


Rendering dashboard/show.html.erb within layouts/application


[62eeb486] Running akash keys show deploy -a --home /root/akash --keyring-backend file


[62eeb486] Error: deploy is not a valid name or address: decoding bech32 failed: invalid bech32 string length 6


[62eeb486] Finished in 0.135 seconds with exit status 1 (failed)


[c571e866] Running akash keys show deploy -a --home /root/akash --keyring-backend file


[c571e866] Error: deploy is not a valid name or address: decoding bech32 failed: invalid bech32 string length 6


[c571e866] Finished in 0.107 seconds with exit status 1 (failed)


Rendered dashboard/show.html.erb within layouts/application (253.3ms)


[1b126f34] Running akash keys show deploy -a --home /root/akash --keyring-backend file


[1b126f34] Error: deploy is not a valid name or address: decoding bech32 failed: invalid bech32 string length 6


[1b126f34] Finished in 0.158 seconds with exit status 1 (failed)


[3535c9cc] Running akash keys show deploy -a --home /root/akash --keyring-backend file


[3535c9cc] Error: deploy is not a valid name or address: decoding bech32 failed: invalid bech32 string length 6

[3535c9cc] Finished in 0.144 seconds with exit status 1 (failed)

[b2ba46e4] Running curl -s https://raw.githubusercontent.com/ovrclk/net/master/mainnet/version.txt


[b2ba46e4] 0.12.1


[b2ba46e4] Finished in 0.404 seconds with exit status 0 (successful)

MbBrainz avatar Jul 18 '21 15:07 MbBrainz