"Server error!" When trying to import coordinator setup from Blue wallet animated QR #793
Unanswered
Transisto
asked this question in
Hardware Wallets
Replies: 2 comments
-
I don't think that this is supported. Ben is writing in the chat (Dec 20, 16:58)
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Details:
Traceback (most recent call last):
File "/opt/mynode/specter/env/lib/python3.7/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/opt/mynode/specter/env/lib/python3.7/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functionsrule.endpoint
File "/opt/mynode/specter/env/lib/python3.7/site-packages/flask_login/utils.py", line 272, in decorated_view
return func(*args, **kwargs)
File "/opt/mynode/specter/env/lib/python3.7/site-packages/cryptoadvance/specter/server_endpoints/wallets.py", line 88, in new_wallet
wallet_data = json.loads(request.form["wallet_data"].replace("'", "h"))
File "/usr/local/lib/python3.7/json/init.py", line 348, in loads
return _default_decoder.decode(s)
File "/usr/local/lib/python3.7/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/usr/local/lib/python3.7/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
Beta Was this translation helpful? Give feedback.
All reactions