kuebikobot icon indicating copy to clipboard operation
kuebikobot copied to clipboard

Aria error on bot start

Open Justxd22 opened this issue 3 years ago • 1 comments

i got this error while trying to run the bot.py file : File "bot.py", line 7, in <module> import aria File "/home/hp/kuebikobot/aria.py", line 8, in <module> host = socket.gethostbyname('aria2-pro') socket.gaierror: [Errno -3] Temporary failure in name resolution

Apparently socket can't get host ip or name, something is wrong,

In aria documentation the default is "https://localhost" aria2 = aria2p.API( aria2p.Client( host="http://localhost", port=6800, secret="" ) )

Tried that no luck ):

is there's something i need to configure first?? thanks for this awesome project

Justxd22 avatar Jan 31 '21 09:01 Justxd22

F

devillD avatar Feb 20 '21 09:02 devillD