Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Aria error on bot start #13

Open
Justxd22 opened this issue Jan 31, 2021 · 1 comment
Open

Aria error on bot start #13

Justxd22 opened this issue Jan 31, 2021 · 1 comment
Assignees

Comments

@Justxd22
Copy link

Justxd22 commented Jan 31, 2021

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

@devillD
Copy link

devillD commented Feb 20, 2021

F

@RKRohk RKRohk self-assigned this Feb 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants