Skip to content

Aria error on bot start #13

@Justxd22

Description

@Justxd22

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
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions