#๐Ÿ”’ API Key Error

18 messages ยท Page 1 of 1 (latest)

arctic loomBOT
#

@silver dock

Python help channel opened

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.

silver dock
#
    exec(code, module.__dict__)
File "/Users/ryan/DannyGPT/app.py", line 15, in <module>
    api_key = config['credentials']['api_key']
              ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^\\```
vapid pollen
#

Show the full error, and make sure to hide the key if it's in the error.

silver dock
#

oops the error is messed up by the discord settings

vapid pollen
#

That error means that the config['credentials'] dictionary doesn't have an api_key key. Double check it.

silver dock
#

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```
cinder phoenix
#

You should change that password

silver dock
#

yeah...

cinder phoenix
#

like now

silver dock
#

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?

arctic loomBOT
#
Python help channel closed

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.