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
{{ message }}
This repository has been archived by the owner on Oct 21, 2023. It is now read-only.
I think it's because variable resp have HTTP/1.1 Continued, so when using json.loads, it's can not loads because the string contain another dict as results. See resp log below:
As you can see, it's have {"result": "deprecated", "configure_delay_ms": "6500", "status": "ok"} in line. I'm trying to fix it but seem like too complicated.
The text was updated successfully, but these errors were encountered:
I think it's because variable
resp
have HTTP/1.1 Continued, so when usingjson.loads
, it's can not loads because the string contain anotherdict
as results. Seeresp
log below:As you can see, it's have
{"result": "deprecated", "configure_delay_ms": "6500", "status": "ok"}
in line. I'm trying to fix it but seem like too complicated.The text was updated successfully, but these errors were encountered: