question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Mega plugin ignores download path, saves files to root of C: drive

See original GitHub issue

Effectively the title.

PatreonDownloader.App.exe --version
Patreon Downloader 23.0.0.0

Host is W10 22H2.

I’m running this in a VM where I have very little free space in the root drive (<5 GB):

PatreonDownloader.App.exe --url https://www.patreon.com/<artist>/posts --descriptions --embeds --campaign-images --json --log-level Trace --download-directory O:\pattest\<artist> || exit /b

The Mega downloader seems to be using a creating/using cache directory named C:\V1hgz_<Mega Folder Name> where it’s either saving content, or saving cache things, and it pretty quickly runs the host out of disk space and starts failing in interesting ways.

Off topic: When mega issues a 509 Bandwidth exceeded error, the downloader just winds up doing 10 retries for every mega item, which is kind of annoying. It’d be neat if it were smart enough to give up on mega files for a while when it hits a 509, but it should at least stop doing pointless retries.

Issue Analytics

  • State:closed
  • Created 8 months ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
AlexCSDevcommented, Jan 22, 2023
0reactions
AlexCSDevcommented, Jan 22, 2023

@emerladCoder Thank you for your detailed look into the problem. This is actually an issue which slipped through while I was doing refactoring. Since DownloadPath is supposed to represent a directory relative to the download path it should be completely empty when --use-sub-directories is not used and the url was processed by the plugin. The absolute path is supposed to be built on the plugin’s side. Will fix that asap.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Issue with MEGA taking up space on C:/ when ...
The weird thing is, if I open MEGA again and try to download a file it will free up space on the c...
Read more >
Chrome downloads using space on C: drive, when ...
I have Chrome installed on my C: drive, but the downloads folder for chrome is in my D: drive. I downloaded a very...
Read more >
Can't download anything on C drive
On my pc when I download something (like a game) from google chrome or Microsoft store I can choose C drive (system drive)...
Read more >
Where do mega.nz files download to?
Then simply click the option Save and it will be saved in your Downloads folder by default.
Read more >
"You should not download to a root folder."? - Help & Support
You're downloading directly into your root (library) folder. This frequently causes issues and is not advised. To fix this change your download ......
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found