You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(johndoubot) user@localhost:~/Youtube-Downloader-Bot$ python3 -m bot
Traceback (most recent call last):
File "/home/user/anaconda3/envs/johndoubot/lib/python3.7/runpy.py", line 193, in _run_module_as_main
"main", mod_spec)
File "/home/user/anaconda3/envs/johndoubot/lib/python3.7/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/home/user/Youtube-Downloader-Bot/bot/main.py", line 2, in
import config
File "/home/user/Youtube-Downloader-Bot/config.py", line 4, in
APP_ID = int(os.environ.get("censored_app-id"))
TypeError: int() argument must be a string, a bytes-like object or a number, not 'NoneType'
Please help
The text was updated successfully, but these errors were encountered: