You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: