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
So I followed the instructions. Deployed the docker container on my vps, and launched it using the built in Amazon rtx 3080 yaml and a discord webhook.
In the docker logs, it initialized the webhook and scraper, then eventually just returned a timeout error. Similar to the latest post in #126. When I kill the docker container it isn’t even recognized in the saved containers so I can’t remove it. Docker ps -a shows nothing. And docker rm (cont name) says invalid container. So I’m not sure if that is related or not.
Tried using a single in stock Amazon link and have the same issue. Never goes past initializing and just hangs out until it gets the unable to fetch from render(600) or whatever it says.
System is a virtual server running Ubuntu 20.04
Latest releases of python from apt and docker from snapd
I have not been able to test this bot elsewhere due to not having access to any of my main hardware as I am visiting with family. I hope to test this on my PI as well as a bare metal Ubuntu machine soon but alas I do not have access right now.
The various additions to the driver.py file mentioned around the issues threads have all been added in the version of the code that I have so I did not have to add them so I cannot try those fixes such as adding the headless argument or the argument mentioned in #120
The text was updated successfully, but these errors were encountered:
So I followed the instructions. Deployed the docker container on my vps, and launched it using the built in Amazon rtx 3080 yaml and a discord webhook.
In the docker logs, it initialized the webhook and scraper, then eventually just returned a timeout error. Similar to the latest post in #126. When I kill the docker container it isn’t even recognized in the saved containers so I can’t remove it. Docker ps -a shows nothing. And docker rm (cont name) says invalid container. So I’m not sure if that is related or not.
Tried using a single in stock Amazon link and have the same issue. Never goes past initializing and just hangs out until it gets the unable to fetch from render(600) or whatever it says.
System is a virtual server running Ubuntu 20.04
Latest releases of python from apt and docker from snapd
I have not been able to test this bot elsewhere due to not having access to any of my main hardware as I am visiting with family. I hope to test this on my PI as well as a bare metal Ubuntu machine soon but alas I do not have access right now.
The various additions to the driver.py file mentioned around the issues threads have all been added in the version of the code that I have so I did not have to add them so I cannot try those fixes such as adding the headless argument or the argument mentioned in #120
The text was updated successfully, but these errors were encountered: