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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: