tonikelope / megabasterd

Yet another unofficial (and ugly) cross-platform MEGA downloader/uploader/streaming suite.
GNU General Public License v3.0
4.68k stars 605 forks source link

Can't execute python script after download limit is reached. #454

Open N72826 opened 2 years ago

N72826 commented 2 years ago

I referred to the only other issue mentioning problems executing external scripts, #192 . So I have tried creating a batch file and cmd file that both run this nordswitcher python script. When I click test, nothing happens. I have run the megabasterd as administrator as well. I even had the idea today to compile the python script into an exe file, I came across nuitka since pyinstaller failed. The executable failed as well, when I put the path to the exe file and when I used the cmd file created that launches the executable for me. I used the format you suggested: cmd /c "C:\..." I'm simply at a loss. The way I have it right now works, the script simply cycles through servers every 120 seconds, but sometimes there is a buffer period where megabasterd isn't downloading due to variable speeds and since I averaged the amount of time it takes to hit the 5gb limit. Thank you for creating this software, it is my go to for downloading from mega, I just wish this feature worked for me.