-
Notifications
You must be signed in to change notification settings - Fork 13
WADebug requires a config file: #2
Comments
Have you seen the docs on this topic? https://developers.facebook.com/docs/whatsapp/guides/wadebug/#config You will need to fill in values. Can you share your config? |
yes, I already read that topic many times, and I filled all values as requested bu no luck. |
can you share terminal prompts?
|
ls WADebug requires a config file: wadebug.conf.yml in the current directory in order to run full checks, but none has been found. Do you want to create the file now? [y/N]: |
I had the same problem and could narrow the problem down after editing the code in config.py (line 51):
This gave me the actual error (because the file was found but a different error was triggered):
An answer on Stackoverflow fixed this error message by simply upgrading my version of PyYAML. Use the flag Wadebug is now finally working for me. Hopefully this might help someone else as well! |
I get the same msg whenever I want to run the wadebug command, I tried to create wadebug.conf.yml much time and configured correctly but without any luck, the same msg
file: wadebug.conf.yml in the current directory in order to run full checks, but none has been found. Do you want to create the file now?
!!The text was updated successfully, but these errors were encountered: