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
Hi, thank you for the library. I follow your README, and got following error:
Traceback (most recent call last): File "/home/sumar/Projects/python/fastapi-todo-convoy/convoy_test.py", line 2, in <module> convoy = Convoy({"api_key":"redacted"}) File "/home/sumar/Projects/python/fastapi-todo-convoy/venv/lib/python3.10/site-packages/convoy/convoy.py", line 22, in __init__ self.applications = application.Application(config) File "/home/sumar/Projects/python/fastapi-todo-convoy/venv/lib/python3.10/site-packages/convoy/api/application.py", line 11, in __init__ self.client = Client(config) File "/home/sumar/Projects/python/fastapi-todo-convoy/venv/lib/python3.10/site-packages/convoy/client/client.py", line 12, in __init__ self.username = config["username"] KeyError: 'username'
Step to reproduce
from convoy import Convoy convoy = Convoy({"api_key":"your_api_key"})
Thanks
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, thank you for the library. I follow your README, and got following error:
Step to reproduce
Thanks
The text was updated successfully, but these errors were encountered: