We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
That's the issue I've faced: list[dict] TypeError: 'type' object is not subscriptable in line 135 at main.py.
I tried to solve it adding "from typing import List, Dict" and changing all list[dict] to this " List[Dict[str, str]]".
However, faced another issue:
"The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."
The text was updated successfully, but these errors were encountered:
have the same issue
Sorry, something went wrong.
No branches or pull requests
That's the issue I've faced:
list[dict] TypeError: 'type' object is not subscriptable in line 135 at main.py.
I tried to solve it
adding "from typing import List, Dict"
and changing all list[dict] to this " List[Dict[str, str]]".
However, faced another issue:
Press CTRL+C to quit
127.0.0.1 - - [16/Nov/2023 21:59:24] "GET / HTTP/1.1" 404 -
127.0.0.1 - - [16/Nov/2023 21:59:35] "GET / HTTP/1.1" 404 -
127.0.0.1 - - [16/Nov/2023 21:59:42] "GET / HTTP/1.1" 404 -
127.0.0.1 - - [16/Nov/2023 21:59:46] "GET / HTTP/1.1" 404 -
"The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again."
The text was updated successfully, but these errors were encountered: