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
Traceback (most recent call last):
File "/root/miniconda3/envs/pyted/lib/python3.8/site-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
File "/root/miniconda3/envs/pyted/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/root/miniconda3/envs/pyted/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/root/miniconda3/envs/pyted/lib/python3.8/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 2 column 1 (char 1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "bian_get_k_info.py", line 33, in
bookTicker_result = market.get_ticker_bookTicker()
File "/root/miniconda3/envs/pyted/lib/python3.8/site-packages/binance_interface/api/spot/spot_market.py", line 250, in get_ticker_bookTicker
return self.send_request(*_SPOTMarketEndpoints.get_ticker_bookTicker, **to_local(locals()))
File "/root/miniconda3/envs/pyted/lib/python3.8/site-packages/binance_interface/api/client.py", line 15, in wrapper2
result = func(*args, **kwargs)
File "/root/miniconda3/envs/pyted/lib/python3.8/site-packages/binance_interface/api/client.py", line 72, in send_request
data = response.json()
File "/root/miniconda3/envs/pyted/lib/python3.8/site-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 2 column 1 (char 1)
The text was updated successfully, but these errors were encountered:
通过hk server转发会出现json 解析错误。请问作者有遇到这个问题吗,已star
Traceback (most recent call last):
File "/root/miniconda3/envs/pyted/lib/python3.8/site-packages/requests/models.py", line 971, in json
return complexjson.loads(self.text, **kwargs)
File "/root/miniconda3/envs/pyted/lib/python3.8/json/init.py", line 357, in loads
return _default_decoder.decode(s)
File "/root/miniconda3/envs/pyted/lib/python3.8/json/decoder.py", line 337, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "/root/miniconda3/envs/pyted/lib/python3.8/json/decoder.py", line 355, in raw_decode
raise JSONDecodeError("Expecting value", s, err.value) from None
json.decoder.JSONDecodeError: Expecting value: line 2 column 1 (char 1)
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "bian_get_k_info.py", line 33, in
bookTicker_result = market.get_ticker_bookTicker()
File "/root/miniconda3/envs/pyted/lib/python3.8/site-packages/binance_interface/api/spot/spot_market.py", line 250, in get_ticker_bookTicker
return self.send_request(*_SPOTMarketEndpoints.get_ticker_bookTicker, **to_local(locals()))
File "/root/miniconda3/envs/pyted/lib/python3.8/site-packages/binance_interface/api/client.py", line 15, in wrapper2
result = func(*args, **kwargs)
File "/root/miniconda3/envs/pyted/lib/python3.8/site-packages/binance_interface/api/client.py", line 72, in send_request
data = response.json()
File "/root/miniconda3/envs/pyted/lib/python3.8/site-packages/requests/models.py", line 975, in json
raise RequestsJSONDecodeError(e.msg, e.doc, e.pos)
requests.exceptions.JSONDecodeError: Expecting value: line 2 column 1 (char 1)
The text was updated successfully, but these errors were encountered: