Ballsdex-Team / BallsDex-DiscordBot

Collect and exchange countryballs on Discord
Other
77 stars 128 forks source link

Ballsdex bot 1 keeps closing #239

Closed WahGuy closed 4 days ago

WahGuy commented 2 months ago

File "/usr/local/lib/python3.11/site-packages/yaml/parser.py", line 171, in parse_document_start 2024-04-19 16:13:43 raise ParserError(None, None, 2024-04-19 16:13:43 yaml.parser.ParserError: expected '', but found '' 2024-04-19 16:13:43 in "", line 7, column 1: I would like to know what to do to fix it

Wejtusek commented 1 month ago

i have the same problem

NukeTanian commented 1 month ago

have u put something in config.yaml?

laggron42 commented 4 days ago

Hi, your config.yml file is invalid. You can open it in an editor like Visual Studio Code to have it highlight invalid syntax, the error you pointed even shows the line and column where you've got an invalid syntax.

There is also a full example in the documentation for you to compare.