-
-
Notifications
You must be signed in to change notification settings - Fork 141
New issue
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
AttributeError: 'str' object has no attribute 'copy' #26
Comments
same error on python3.7 |
I had this issue and fixed it by switching my request version. Try pip install requests==2.24.0. |
Same error on W10, Python 3.9/3.10 |
File "D:\sirpi2\Replex\rate_limiter.venv\lib\site-packages\fastapi\routing.py", line 921, in decorator |
Yes correcting this removes the error. thx :) |
Describe the bug
Error: AttributeError: 'str' object has no attribute 'copy'
To Reproduce
Steps to reproduce the behavior:
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: