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
First, i'm not working on this project. You could try to remove the import line and replace JSONDecodeError with ValueError, this should work according to this question. If it works, tell me and i'll commit a patch (or submit a PR).
When I run bacend.py, the error occurs
Traceback (most recent call last):
File "backend.py", line 3, in
from json import JSONDecodeError
ImportError: cannot import name JSONDecodeError
The text was updated successfully, but these errors were encountered: