threefoldtecharchive / jumpscaleX_threebot

Apache License 2.0
0 stars 3 forks source link

Wallets created but NOT visible under the Wallet Manager #751

Closed abdulgig closed 4 years ago

abdulgig commented 4 years ago

We had this issue with a few other people also. They could create wallets inside the Wallet Manager but these wallets were not visible in the web interface. The wallets are there because if you try to create the wallet with the same name, it throws an error that this wallet name already exists. Apparently, seems to be an issue with GUI

We have another user who has the same issue. He has shared the following details with us,

3bot Name = flowmotion.3bot Browser = Chrome

image

From the browser debugger,

image

grimpy commented 4 years ago

@abdulgig strange to see a 400 on this request. Could you include an export of the alerts?

abdulgig commented 4 years ago

@grimpy , I ll check with the customer

Thanks,

grimpy commented 4 years ago

Found the problem here, it's related to a wallet that has been created with an invalid secret. When trying to load all wallets it's failing to load the wallet initialized with wrong secret.

Pishoy commented 4 years ago

verified