#41
|
|||
|
|||
Same issue... what's different from the others is that I've been using a Pro Lite account since the start of the year, still have 11TB of available quota and I get this a lot. My IP is the same. Files are 50MB and on occasion larger ones, but the ones JD2's struggling with are these 50MB ones.
I've also tried unticking check reserved traffic and global cdn, same issue. 30.08.19 14.33.50 <--> 30.08.19 14.33.48 jdlog://9266286935451/ Edit: I also noticed the quota doesn't drop a lot. I mean, more than half a year and I've already downloaded about 7 TB, but it dropped 1 TB. Maybe JD2 is still using the free mode even when having an account? IDK. megous megatools seems to behave the same... it starts downloading with a small speed, then gradually drops to 0, JD2 stops and shows the message, this one keeps downloading with 0KB/s On Chrome, MEGA's web interface seems to download it properly. Might it be something regarding what megous said about a change in the API, his tools can't use recently created accounts because MEGA hid the new API, while publicly most tools use the old API and on his end there are a lot of weird issue because of this. IDK, the MEGA web interface with their new API works... everything else doesn't. Last edited by Emm; 30.08.2019 at 14:01. |
#42
|
||||
|
||||
@Emm: Check your firewall/AV, the downloads from mega are all getting killed
java.net.SocketException: Connection reset always around 80-600kb loaded, the connection is getting killed
__________________
JD-Dev & Server-Admin |
#43
|
|||
|
|||
Um... but most downloads come through. I've downloaded my own upload, some 1000 files of 50MB, most did download while some, like 5-10, only downloaded in the browser as I've said above. I used to have that issue in the past with ESET's Web Access Protection, but I have it disabled for a while now. And my downloads get "killed" after 10MB or so. The thing is that if I wait a few hours the downloads finish fine... as if they're being downloaded as a free user as the quota replenishes.
Edit: I've restarted my router (the firewall) and my PC (the av)... before this, when initiating the download package, the 1st 300 or so files downloaded properly, but then this message started to pop up. Normally, if it were software related other than JD2 on my end, the restarts should have brought the systems to the state it was when those 300 files were downloading properly. But no, as soon as I've continued the download after restarting the system the issue started again. One thing you should look at, since I'm testing it with a large number of files and it offers a better picture than as of those who download 10 files, once I've continued the download those few in the order of the queue stopped with the message while others, further on the list continued to download, unrestricted, full speed, ending with full decrypted files. If it were something on my end other than outdate API implementation of JD2, this should not have happened. Some MEGA servers simply don't respond to the premium headers JD2 sends... as I've said, similar to megatools. But they do when accessing them with the MEGA web interface. Edit 2: Looking up java.net.SocketException: Connection reset means that MEGA can also close the connections on their end, and that's most likely what's happening when bw is exceeded. It could be that those servers don't have an updated IP table with quotas for premium users, or whatever MEGA uses to identify us. I did some manual testing with CurrPorts and one dl at a time: Code:
downloads left in the list that started to show the message Bandwidth Limit Exceeded file 1 : 94.24.36.33 gfs262n323.userstorage.mega.co.nz -> DEAD START file 2 : 185.206.24.18 gfs204n116.userstorage.mega.co.nz -> DEAD START -> SWITCHED 31.216.145.102 gfs270n225.userstorage.mega.co.nz -> FINISHED file 3 : 185.206.26.42 gfs208n132.userstorage.mega.co.nz -> DEAD SLOWDOWN file 4 : 31.216.145.63 gfs270n227.userstorage.mega.co.nz -> DEAD SLOWDOWN file 5 : 185.206.26.42 gfs208n132.userstorage.mega.co.nz -> DEAD SLOWDOWN file 6 : ?... CurrPorts was blank, while I was typing above, I missed the server -> DEAD CONNECTION CLOSED file 7 : 185.206.27.16 gfs214n106.userstorage.mega.co.nz -> DEAD SLOWDOWN file 8 : 185.206.27.41 gfs214n131.userstorage.mega.co.nz -> DEAD SLOWDOWN file 9 : 31.216.145.63 gfs270n227.userstorage.mega.co.nz -> FINISHED, had just a few kB left to download file 10 : 89.44.168.143 gfs270n405.userstorage.mega.co.nz -> DEAD ??? it was showing 99,6%, 201kB remaining, speed 500kB/s but never finished, ended up DEAD file 11 : 89.44.168.19 gfs270n309.userstorage.mega.co.nz -> SLOWDOWN to 10kB/s for >10s -> SPEEDUP to 1.5MB/s -> SLOWDOWN -> SPEEDUP -> FINISHED file 12 : 185.206.26.28 gfs208n118.userstorage.mega.co.nz -> FINISHED from this point on are fresh downloads, not tried before file 13 : 89.44.168.67 gfs270n357.userstorage.mega.co.nz -> FINISHED file 14 : 89.44.168.44 gfs270n334.userstorage.mega.co.nz -> FINISHED file 15 : 154.53.225.50 gfs262n177.userstorage.mega.co.nz -> FINISHED file 16 : 185.206.24.54 -> FINISHED file 17 : 31.216.145.74 -> FINISHED file 18 : 185.206.24.7 -> FINISHED file 1 : 94.24.36.33 -> FINISHED retried file 2 : 185.206.24.63 -> FINISHED retried file 3 : 185.206.24.18 -> DEAD SLOWDOWN retried file 3 : 31.216.145.114 gfs270n174.userstorage.mega.co.nz -> DEAD SLOWDOWN retried after file reset file 3 : 185.206.24.18 gfs204n116.userstorage.mega.co.nz + 31.216.145.114 gfs270n174.userstorage.mega.co.nz + 185.206.25.16 gfs302n106.userstorage.mega.co.nz + 154.53.225.58 gfs262n179.userstorage.mega.co.nz + 185.206.26.16 gfs208n106.userstorage.mega.co.nz -> FINISHED, web interface, 4 parallel connections waited half an hour file 3 : 185.206.24.18 -> FINISHED retried What I see is that MEGA web interface uses more servers, not just one multiple times... meaning if one fails the others pick up the slack. Why doesn't JD2 do the same? If one server is not responding why doesn't it get a new one? On file 2 it did that, while on all the other files it was content on throwing that error... with 11 TB bw left. Nope, not and av/firewall issue. Last edited by Emm; 30.08.2019 at 22:12. |
#44
|
|||
|
|||
im constantly getting the error too
even as a paid user I used to makes using this pointless if we have to resort to using web site to download, does not matter how big the files are it keeps saying bandwidth exceeded |
#45
|
||||
|
||||
@nekromantik: it should work just fine when you can download the whole file in one go in browser.
it only fails in JDownloader when it requires multiple downloadsessions/resume in browser as well.
__________________
JD-Dev & Server-Admin |
#46
|
|||
|
|||
so how do I download a file in JDownloader if it works in browser but get the message in JDownloader? I dont see any settings to change to single session.
|
#47
|
||||
|
||||
I'm asking if you can download the file in browser in ONE go/download. In case it requires several download attempts in browser that means that your quota isn't enough for a download in one go and then will fail in JDownloader because it's not yet supported in several rounds.
In doubt I can check, but I need username/password and the example link, you can send to support@jdownloader.org
__________________
JD-Dev & Server-Admin |
#48
|
|||
|
|||
Quote:
If JDownloader reports exceeded I can just go and download fine in 1 go via website. I no longer have account so cant give user and pass. Its working again today but happens often every few days. |
#49
|
||||
|
||||
@nekromantik:
maybe because of an error JDownloader didn't try to use the account and tried free when it happens again, please create a log, see https://support.jdownloader.org/Know...d-session-logs and provide shown logID here
__________________
JD-Dev & Server-Admin |
#50
|
|||
|
|||
ok
|
#51
|
|||
|
|||
Quote:
after downloading only 500mb today log id 24.10.19 19.53.59 <--> 25.10.19 22.20.06 jdlog://8926130900751/ |
#52
|
||||
|
||||
@nekromantik: according to log the account similiar to your nick is free account?
JDownloader tries to download with the account but mega answers with HTTP/1.1 509 Bandwidth Limit Exceeded This temporarily disables the account use and falls back to free download which will also fail because of limit reached. Maybe the limit is reached because of the uses proxy? did you try without? maybe it's IP traffic limitation Maybe try to disable/enable the global CDN settings in Settings-Plugins-mega In doubt we can take a look at this together via Teamviewer, just contact me via support@jdownloader.org
__________________
JD-Dev & Server-Admin |
#53
|
|||
|
|||
Quote:
Quote:
I need it as I prefer to use VPN for downloads. if I disable proxy it starts to work again for a day |
#54
|
||||
|
||||
Thanks for the feedback. So the limit is not only bound to account but also to IP.
Can you please verify if your account is premium or free? because in case it's premium then somethings not right as JDownloader detects it as free account.
__________________
JD-Dev & Server-Admin |
#55
|
|||
|
|||
Quote:
but this means I will need to keep buying it if I want to use JD2.:( Used to work fine before via free account. |
#56
|
||||
|
||||
As far as I know there isn't a *free guaranteed* quota. It might be because of proxy in place generating too many traffic or the account traffic. this is no news (as you can tell from age of thread) and no, it doesn't mean you have to buy premium but larger files that require more traffic than available currently don't work in JDownloader
__________________
JD-Dev & Server-Admin |
#57
|
|||
|
|||
Quote:
Quote:
|
#58
|
|||
|
|||
I'd been using a MEGA Pro account since weeks now, and have no problems till earlier today, when all of the sudden, I start getting the infamous "bandwidth limited" message. I don't know why, since the premium account is still active.
Since generally I download big files, I had JD2 configured in a way it downloads from MEGA using just "2" files simultaneously, with 10 threads each. Today I had the queue partially filled with many little files, among other big ones, so I decided to lift up the simultaneous downloads restriction, and set it up to "20". The problem started a few minutes later, when the "bandwidth message started showing up. The "account manager" gone kind of nuts, since after refreshing it, it showed the "OK" status, but a few seconds later, it started checking again and changed it self to "temp. disabled" status; and it kept changing like that constantly. So, I tried a few things, like restarting JD2, changing IP, removing the account and adding it again, but to no avail. Then, I tried to changes some settings from the plugin section, but despite being working for the rest, once I selected "MEGA", nothing was showed up. As last resort measure, I decided to try with a fresh JD2 portable version and the same "settings" file I had been using with the problematic version; I added the account information, imported the files to download and all was working again. So, it seems something was bugged with the previously working version and it couldn't be fixed right away with a simple restart. Besides, the "download traffic left" information bar has an erratic behavior, since despite the quota value gets refreshed, it never isn't an accurate one. EDIT: The "fresh" version still working fine, but now I see it started having the very same problem about "blank" plugins' page for the "MEGA" host. EDIT 2: While decrypting one and having others two in queue, I wanted to manually start a download, and started getting the annoying message once again. 24.11.19 07.38.35 <--> 24.11.19 09.14.25 jdlog://8534230900751/ EDIT 3: I tried with the MEGA's own desktop application, and I'm getting a message about my "Pro" account being a free one; and that application reports the transfer quota incorrectly as well (it is reported correctly only on their website), so it's clearly not a JD2's problem. The only problem with JD2 and MEGA I see so far is the next: Code:
https://i.postimg.cc/QCpm6yWf/mega.jpg Quote:
This pathetic situation made me waste a lot of time. Of course I'm not going to buy a MEGA's subscription anymore. Last edited by ElCho; 24.11.2019 at 16:36. |
#59
|
||||
|
||||
Thanks for your detailed analysis!
What are you going to do about it now? The MEGA support did not help you, right? -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#60
|
|||
|
|||
Large Mega.nz downloads fail
When a file is large enough that it would take multiple sessions to download, Mega shows the user a warning of this, and prompts this one to get a paid plan.
The user can deny the prompt and start the download, assuming they're trying to download directly from Mega. However, when using JDownloader, the prompt seems to trip this one over. When I try to download a file large enough that would prompt the warning from Mega, JDownloader tells me that it can't be downloaded. Hope that was clear enough. |
#61
|
||||
|
||||
Merged same topic mega threads.
@redd Please read: https://support.jdownloader.org/Know...roubleshooting
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#62
|
|||
|
|||
Given a free/no-login user with no supported multihoster (not all support folders) is only able to download files which are under 5GB with JD2. I believe that any mega link/file above 5GB should be marked as "Skipped - Paid Account is required" or similar after attempting to download (and getting the "Bandwidth limit reached" or "509 bandwidth limit exceeded"); Rather than locking the download slot forever (With Per file: Wait). As even the recommended "Global: Wait or get new IP" limit mode would result in similar/other issues which are unwanted.
While this recommendation is a quick temporary fix until JD has a new method to handle these mega files, it should "solve" the long standing and very popular issue. Last edited by TGU; 16.06.2024 at 02:19. |
#63
|
||||
|
||||
@TGU: Problem is that this not only affects large files but can also affect small files and available free quota heavily depends on IP/geolocation. quota refreshes after time for IP so it might be possible that the download will work later/different IP. also small files can fail if you have previously downloaded lots of other files and quota no longer enough to download next possible file. issue is caused because plugin currently cannot request only portion of the file(like browser does) and then continue with download after quota is avilable again.
Can you please provide example links? Reason I'm asking because I never (not remembering) got hands on links that I could not download in free mode
__________________
JD-Dev & Server-Admin |
#64
|
|||
|
|||
Quote:
The solution I proposed in the other post would still handle the small files which are waiting for the transfer quota to be available, and still download files <5GB which are apart of a folder with no problem (just wait for the quota). Simply mark any mega file above 5GB (GiB vs GB who knows what they actually use) with no paid subscription and no supported multihoster as temporarily skipped. You can download these fine in the browser, for the reasons we have discussed given you wait or change IPs. mega folder contains a file above 5GB "crvr-286-1.mp4" (NSFW Previews) - **External links are only visible to Support Staff****External links are only visible to Support Staff** mega file above 5GB (NSFW but has no preview) - **External links are only visible to Support Staff****External links are only visible to Support Staff** Last edited by TGU; 17.06.2024 at 00:25. |
#65
|
||||
|
||||
@TGU: Thanks for the link. Will add such a check by tomorrow
__________________
JD-Dev & Server-Admin |
#66
|
|||
|
|||
Think this got lost to time
I was able to actually start a 10GB & 9GB download somehow (but at 40KB/s 5 chunks), but there are +200 other +5GBs stuck on 509 Bandwidth Limit Exceeded taking up slots. I think the best way to handle this would be to if given a +5GB with no supported multihoster once you get "509 Bandwidth Limit" to skip the link for 86400 seconds/1 day (configurable?). |
#67
|
|||
|
|||
it should be flagged premium only to make it obvious nobody is going to fix this EVER, never mind that it is the most popular filehost.
|
#68
|
||||
|
||||
Simply go to Settings -> Plugins -> mega.co.nz -> Set preferred limit mode -> Per file:wait
Once done, the 5GB limit of individual files will not make JD display a global limit. JD will still try to download those files but it will then display that limit. Quote:
If the workaround I just mentioned is insufficient for you though, kindly tell me and I will look for a better 'workaround'.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#69
|
|||
|
|||
@pspzockerscene I actually use the "per file: wait" and mega.co.nz downloads (+5gb) would take up the whole downloading queue (of many.. many mega links) resulting in nothing downloading just waiting.
The workaround for me is to use the "GeneralSetting: Domain Rules" and match domain `".*` or `".*mega\\.co\\.nz` with a high maxSimultanDownloads and allowToExceedTheGlobalLimit enabled. I would then have to go though and skip all the links with the "509 Bandwidth Limit Exceeded"/"Temporary unavailable" (+5gb), which have no supported multihoster as these will basically never download. (which then needs to be reskipped on restart of jd2, as disabled link is not wanted) |
#70
|
||||
|
||||
I can see the problem.
I've updated the plugin and hardcoded that 5GB limit into it so after the next update, for free users (+free-account-users) JD will never even do a download attempt of such files but immediately display "Skipped - Account Missing". I've already updated our mega troubleshooting article to resemble that changed behavior. Of course files close to said limit may still be tried and run into said limit but overall this should save a lot of time and wasted download-attempts. Bitte auf das nächste CORE-Update warten! Please wait for the next CORE-Update! Wartest du auf einen angekündigten Bugfix oder ein neues Feature? Updates werden nicht immer sofort bereitgestellt! Bitte lies unser Update FAQ! | Please read our Update FAQ! --- Are you waiting for recently announced changes to get released? Updates to not necessarily get released immediately! Bitte lies unser Update FAQ! | Please read our Update FAQ! -psp-
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#71
|
|||
|
|||
@pspzockerscene Thanks for that, I'm sure this was one of the larger and older issues that has been finally fixed soon.
If the link is force started after being marked as skipped would it still attempt the download or would it just be marked as skipped again before trying? Also when using a supported multihosters I'm assuming this shouldn't be an issue, and if they only support mega file URLs (no folder)? soon these will disappear... Last edited by TGU; 03.07.2024 at 03:15. |
#72
|
||||
|
||||
Quote:
Quote:
If you see reasons why an attempt in free mode should be possible, please let me know, I'm open to implementing a setting for this. If you want, you can already test the changes in our dev build, see: https://support.jdownloader.org/de/k...up-ide-eclipse Quote:
Only downloads in free mode or with free mega.nz accounts will never be attempted for files > 5GB. Yes, they will either display the multihosters' error message instead of "Skipped - Account missing".
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
#73
|
||||
|
||||
Small addendum to this:
The "Skip files >=5gb in free mode" handling can now be disabled in plugin setting in case you find files that are on the edge or for some reason, mega allows you to exceed said limitation.
__________________
JD Supporter, Plugin Dev. & Community Manager
Erste Schritte & Tutorials || JDownloader 2 Setup Download |
Thread Tools | |
Display Modes | |
|
|