Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python3 -m bot error #56

Open
lsyyktv opened this issue Jun 17, 2023 · 1 comment
Open

python3 -m bot error #56

lsyyktv opened this issue Jun 17, 2023 · 1 comment

Comments

@lsyyktv
Copy link

lsyyktv commented Jun 17, 2023

image

@lsyyktv lsyyktv changed the title python3 -m bot报错 python3 -m bot error Jun 17, 2023
@santosadrian
Copy link

same here...

(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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants