-
Notifications
You must be signed in to change notification settings - Fork 136
Open
Description
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
Metadata
Metadata
Assignees
Labels
No labels