-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Error bot at startup #522
Comments
It seems you don't have an internet connection in your docker network. Try to restart docker with something like More about docker networking is here |
thanks for reply! everything seems to be fine with the network docker run -it --rm docker.io/library/alpine:latest ping -c 5 google.com
docker run -it --env-file .env n3d1117/chatgpt-telegram-bot
|
The same problem! |
just try use |
Hi there!
I have a problem with bot:
docker pull n3d1117/chatgpt-telegram-bot:latest
i edited .env file params OPENAI_API_KEY, TELEGRAM_BOT_TOKEN, ADMIN_USER_IDS, ALLOWED_TELEGRAM_USER_IDS
then type: docker run -it --env-file .env n3d1117/chatgpt-telegram-bot
and see error:
what i do wrong ? please help
The text was updated successfully, but these errors were encountered: