#๐ API Key Error
18 messages ยท Page 1 of 1 (latest)
@silver dock
Remember to:
- Ask your Python question, not if you can ask or if there's an expert who can help.
- Show a code sample as text (rather than a screenshot) and the error message, if you've got one.
- Explain what you expect to happen and what actually happens.
:warning: Do not pip install anything that isn't related to your question, especially if asked to over DMs.
exec(code, module.__dict__)
File "/Users/ryan/DannyGPT/app.py", line 15, in <module>
api_key = config['credentials']['api_key']
~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^\\```
Show the full error, and make sure to hide the key if it's in the error.
oops the error is messed up by the discord settings
That error means that the config['credentials'] dictionary doesn't have an api_key key. Double check it.
okok
so this is what my config.yaml looks like:
api_key: "[myapikey]"
cookie:
expiry_days: 30
key: some_signature_key
name: some_cookie_name
usernames:
ben:
email: .com
name:
password:
preauthorized:
emails: null```
You should change that password
yeah...
like now
jus did
the password
isnt used for anything tho
i removed the log in portion anyways
it was jus a really old place holder
so anyone know what i should do?
This help channel has been closed and it's no longer possible to send messages here. If your question wasn't answered, feel free to create a new post in #1035199133436354600. To maximize your chances of getting a response, check out this guide on asking good questions.