kuebikobot icon indicating copy to clipboard operation
kuebikobot copied to clipboard

import aria error

Open jth445600 opened this issue 4 years ago • 1 comments
trafficstars

[root@centos-s-1vcpu-1gb-sfo3-01 kuebikobot]# python --version Python 2.7.5 [root@centos-s-1vcpu-1gb-sfo3-01 kuebikobot]# vim aria.py [root@centos-s-1vcpu-1gb-sfo3-01 kuebikobot]# python3 bot.py Traceback (most recent call last): File "bot.py", line 7, in import aria File "/root/workspace/kuebikobot/aria.py", line 8, in host = socket.gethostbyname('aria2-pro') socket.gaierror: [Errno -2] Name or service not known

jth445600 avatar Jul 13 '21 16:07 jth445600

[root@centos-s-1vcpu-1gb-sfo3-01 kuebikobot]# python --version Python 2.7.5 [root@centos-s-1vcpu-1gb-sfo3-01 kuebikobot]# vim aria.py [root@centos-s-1vcpu-1gb-sfo3-01 kuebikobot]# python3 bot.py Traceback (most recent call last): File "bot.py", line 7, in import aria File "/root/workspace/kuebikobot/aria.py", line 8, in host = socket.gethostbyname('aria2-pro') socket.gaierror: [Errno -2] Name or service not known

2021-07-26T17:59:49.011218+00:00 heroku[worker.1]: State changed from starting to up
2021-07-26T17:59:53.592728+00:00 heroku[worker.1]: Process exited with status 1
2021-07-26T17:59:53.670010+00:00 heroku[worker.1]: State changed from up to crashed
2021-07-26T17:59:53.453471+00:00 app[worker.1]: Traceback (most recent call last):
2021-07-26T17:59:53.453507+00:00 app[worker.1]:   File "/usr/src/app/bot.py", line 7, in <module>
2021-07-26T17:59:53.453883+00:00 app[worker.1]:     import aria
2021-07-26T17:59:53.454503+00:00 app[worker.1]:   File "/usr/src/app/aria.py", line 8, in <module>
2021-07-26T17:59:53.455308+00:00 app[worker.1]:     host = socket.gethostbyname('aria2-pro')
2021-07-26T17:59:53.455349+00:00 app[worker.1]: socket.gaierror: [Errno -2] Name or service not known

I'm also having this error while deploying in heroku stack: container :flushed:

sentinm avatar Jul 26 '21 18:07 sentinm