-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
IOError: [Errno 25] Inappropriate ioctl for device #3508
Comments
I have the same problem when I run the bot. It occurs when running the bot in non-interactive mode (with nohup in my case) and it is not able to get the size of the terminal as there is none. |
to elaborate, I am also backgrounding my instance. I run a custom script that will build the docker container and run it with a different entry point to start the webserver and bot at the same time while also binding the port for the web. I'm able to see the standard output stream still until I exit, but the app should still continue to run in the background and have the logs accessible via docker. |
I had the same problem.. Fixed by setting: "logging_color": false |
How do you did that? Can you explain a bit more in detail? |
Running in a docker container based on the DockerFile:
Git Commit: 9ae1b78
This happens after encountering a pokemon.
Looks like it is now having a problem printing colors to the screen.
The text was updated successfully, but these errors were encountered: