threefoldtech / js-sdk

extensions to js-ng for tfgrid
Apache License 2.0
14 stars 6 forks source link

can't activate testnet wallets using the activation service #3416

Closed xmonader closed 1 year ago

xmonader commented 1 year ago
JS-NG> w = j.clients.stellar.new('atest', network='TEST')                       
JS-NG> w.save()                                                                 
JS-NG> w.activate_through_threefold_service()                                   
2022-12-28 11:15:40.572 | INFO     | jumpscale.clients.stellar.stellar:activate_through_threefold_service:273 - trying to activate : atest
2022-12-28 11:15:42.659 | ERROR    | jumpscale.clients.stellar.stellar:activate_through_threefold_service:282 - failed to activate using the activation service 500 Server Error: Internal Server Error for url: https://testnet.threefold.io/threefoldfoundation/activation_service/activate_account
2022-12-28 11:15:42.665 | INFO     | jumpscale.clients.stellar.stellar:activate_through_threefold_service:273 - trying to activate : atest
2022-12-28 11:15:44.091 | ERROR    | jumpscale.clients.stellar.stellar:activate_through_threefold_service:282 - failed to activate using the activation service 500 Server Error: Internal Server Error for url: https://testnet.threefold.io/threefoldfoundation/activation_service/activate_account
2022-12-28 11:15:44.097 | INFO     | jumpscale.clients.stellar.stellar:activate_through_threefold_service:273 - trying to activate : atest
2022-12-28 11:15:45.546 | ERROR    | jumpscale.clients.stellar.stellar:activate_through_threefold_service:282 - failed to activate using the activation service 500 Server Error: Internal Server Error for url: https://testnet.threefold.io/threefoldfoundation/activation_service/activate_account
2022-12-28 11:15:45.549 | INFO     | jumpscale.clients.stellar.stellar:activate_through_threefold_service:273 - trying to activate : atest
2022-12-28 11:15:46.922 | ERROR    | jumpscale.clients.stellar.stellar:activate_through_threefold_service:282 - failed to activate using the activation service 500 Server Error: Internal Server Error for url: https://testnet.threefold.io/threefoldfoundation/activation_service/activate_account
2022-12-28 11:15:46.927 | INFO     | jumpscale.clients.stellar.stellar:activate_through_threefold_service:273 - trying to activate : atest
2022-12-28 11:15:48.391 | ERROR    | jumpscale.clients.stellar.stellar:activate_through_threefold_service:282 - failed to activate using the activation service 500 Server Error: Internal Server Error for url: https://testnet.threefold.io/threefoldfoundation/activation_service/activate_account
Traceback (most recent call last):
robvanmieghem commented 1 year ago

Stellar testnet was reset, restored the necessary accounts. Should be solved now.