xixka / goindex-acrou-download

通过aria2批量下载goindex-acrou的文件
MIT License
4 stars 6 forks source link

ModuleNotFoundError: No module named 'aria2c' #3

Open imhkr opened 3 years ago

imhkr commented 3 years ago

Hello , I am facing this issue I tried to fix the this but not able to fix can you please help me out.

xixka commented 3 years ago

Hello, you need to put aria2c.py in the same level directory as main.py, and then edit main.py to set aria2 connection information.

imhkr commented 3 years ago

I am using it on colab .Can you help me with steps.

xixka commented 3 years ago

I am using it on colab .Can you help me with steps.

https://stackoverflow.com/questions/48905127/importing-py-files-in-google-colab

TaherPatan commented 3 years ago

Were you able to solve it? I am getting constant errors even running it locally , I am trying to run the following site: https://proveth.emwrong.workers.dev/0:/ Username: getstudyfever password: jal

imhkr commented 3 years ago

No till now i didn't got rescue from this problem.

xixka commented 3 years ago

In order to reduce the difficulty of use, I will update the code tomorrow and use yml to configure aria information

xixka commented 3 years ago

The task will be added to aria2

TaherPatan commented 3 years ago

In order to reduce the difficulty of use, I will update the code tomorrow and use yml to configure aria information

Thank you, it would be really helpful if you could do so. I have provided the link above, it does not work with it either and gives errors, could you please tell me how I can make it work with that site?

TaherPatan commented 3 years ago

'网络波动重新请求' I am getting the above error continously even after supplying the credentials and connecting to aria2c rpc, What is the reason for it?

xixka commented 3 years ago

'网络波动重新请求' I am getting the above error continously even after supplying the credentials and connecting to aria2c rpc, What is the reason for it?

In China, Cloudflare will lose packets, so use the code to request again. You have this error because there are too many requests and Cloudflare has a quota.

xixka commented 3 years ago

'网络波动重新请求' I am getting the above error continously even after supplying the credentials and connecting to aria2c rpc, What is the reason for it?

You have downloaded too many files at once, exceeding the Cloudflare request limit

imhkr commented 3 years ago

'网络波动重新请求' I am getting the above error continously even after supplying the credentials and connecting to aria2c rpc, What is the reason for it?

Can You reply the steps you followed and in which ide you tried this.

xixka commented 3 years ago

'网络波动重新请求' I am getting the above error continously even after supplying the credentials and connecting to aria2c rpc, What is the reason for it?

Can You reply the steps you followed and in which ide you tried this.

I used this project myself before, and didn't think about it too much. This prompt will appear if the main data obtained is not Json.

xixka commented 3 years ago

Today I will update the code to prompt the error message

xixka commented 3 years ago

'网络波动重新请求' I am getting the above error continously even after supplying the credentials and connecting to aria2c rpc, What is the reason for it?

After debugging, it is found that https://proveth.emwrong.workers.dev/ uses form-data to submit data, and does not support json submission

xixka commented 3 years ago

goindex-acrou access to file information interface may have changed, I do not plan to continue to maintain