-
Notifications
You must be signed in to change notification settings - Fork 391
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
bandwidth error after downloading 3 gb content #25
Comments
Use download managers like ADM FDM or aria2, After every quota limit pause your downloads and then go to heroku deployed application and try using restart dynos. After restarting your application's dyno resume your downloads |
I had done that locally but i need some time to commit. |
Bro its sept & I am still waiting for it. Buddy please commit it soon. I am frustrated of restarting the dynos again & again. |
I apologise for losing those files; however, Heroku's free Dynos are coming to an end, so I don't want to recreate them. I won't say that I won't make, it would take too long to recreate those files. Perhaps need a month to finish it. |
Got it pal. Can you create an explanation video of the code. I dont know which laung nor the procfile packages you have used to make the code. But in python you can create a while loop with try except block to handle the error [quote limit] then run a cli command to restart the dyno. If you can explain me the code maybe I can make a new version of it using python. And yes I know heroku is down soon but there still hope Railway, versal you can try that too. |
I'm not a good explainer. |
I modified some of my older files and added Mega quota bypass. You use it at your own risk. Four additional environment variables are required for the new feature. Change Variable Deploy it directly from my Readme Mega-index-heroku
|
Thanks pal for your efforts. But when I am downloading 10 files simultaneously it does not restarts the dyno automatically. For 3 files it was working awesome yesterday I tested downloading a 5gb 3zips. Do you know what's wrong with this with multiple downloads the dyno are not restarting automatically. Error is : |
Free Heroku is not a supercomputer 😅, only has 512mb of RAM. I don't recommend doing multiple downloads at the same time because it will exceed your allocated memory and either heroku or rclone will exit automatically. if Heroku exits automatically: Your web app will receive an error and gives if rclone exit automatically: I also added a failsafe line of code to restart rclone without quota bypass if it exited. As a result, I recommend that you create multiple webapps or indexes using multiple accounts. |
I got it bro 😅, Can you tell me how can I use my windows laptop to run this mega index. I have 2 laptops and a good internet connection. So I think 8 gb ram can help me here and I can download the files through the 2nd laptop. |
You can run it in your laptop but after every 5gb you need to restart your internet modem to rotate your IPs, i know thats not a good idea. so i only suggest, to download with the help of Heroku. Create multiple indexes using different heroku accounts or different deployments. |
Got It buddy. Did you test this mega index on other free tier platforms such as Railway, versal. Heroku is going to be dead soon. |
ReadFileHandle.Read error: low level retry 4/10: Http Status: 509 Bandwidth Limit Exceeded
The text was updated successfully, but these errors were encountered: