Skip to content
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

[BUG] Rapidgator utterly broken :( #25

Open
FunsKiTo opened this issue Apr 12, 2024 · 14 comments
Open

[BUG] Rapidgator utterly broken :( #25

FunsKiTo opened this issue Apr 12, 2024 · 14 comments
Assignees
Labels
bug Something isn't working under-investigation My sad soul is investigating this issue. Help is appreciated

Comments

@FunsKiTo
Copy link

FunsKiTo commented Apr 12, 2024

The upload fails if the filename contains "[]"

  • Uploading a single file to Rapidgator works fine.
  • However, if I choose multiple files option, it fails and gives me the following error (I tried with both 1 file and with multiple files in the folder):
    [Errno 2] No such file or directory: 'file.rar'

Additionally, I keep encountering this exception at random with Rapidgator:
Exception: Login Failed? Please check your account details else report this.

@FunsKiTo FunsKiTo added the enhancement New feature or request label Apr 12, 2024
@Official-Husko
Copy link
Owner

That's good to know thank you. Will patch it in a hotfix quickly along the other issues.

@Official-Husko Official-Husko added bug Something isn't working and removed enhancement New feature or request labels Apr 12, 2024
@Official-Husko Official-Husko changed the title [BUG] RapidGator filename [BUG] RapidGator filename issue Apr 12, 2024
@Official-Husko
Copy link
Owner

Wait have you been able to upload without the "[]" characters in the name? Currently support for this site is in Experimental due to some issues i could never seem to resolve.

@FunsKiTo
Copy link
Author

Wait have you been able to upload without the "[]" characters in the name? Currently support for this site is in Experimental due to some issues i could never seem to resolve.

Yes
image

@Official-Husko
Copy link
Owner

Wait have you been able to upload without the "[]" characters in the name? Currently support for this site is in Experimental due to some issues i could never seem to resolve.

Yes image

Interesting.. If you should face any issues please let me know because if not then it seems to be working as intended.

@Official-Husko
Copy link
Owner

The upload fails if the filename contains "[]"

After further investigation it seems that "[]" is not an issue. Could you share the full file name with me?

@FunsKiTo
Copy link
Author

The upload fails if the filename contains "[]"

After further investigation it seems that "[]" is not an issue. Could you share the full file name with me?

You're right, it's working now. Maybe it had nothing to do with the name, it just started working the moment I tried without "[]". Sorry.

@Official-Husko
Copy link
Owner

The upload fails if the filename contains "[]"

After further investigation it seems that "[]" is not an issue. Could you share the full file name with me?

You're right, it's working now. Maybe it had nothing to do with the name, it just started working the moment I tried without "[]". Sorry.

It is very possible that you had one of these weird anomalies i have had with this site. If encounter it again try to give me the full file name and the error message or whatever it spits at you.

@Official-Husko Official-Husko added the under-investigation My sad soul is investigating this issue. Help is appreciated label Apr 12, 2024
@FunsKiTo
Copy link
Author

FunsKiTo commented Apr 12, 2024

After further testing in v1.5.1, I encountered this issue. Oh, and it has nothing to do with the filename:

  • Uploading a single file to Rapidgator works fine.
  • However, if I choose multiple files option, it fails and gives me the following error (I tried with both 1 file and with multiple files in the folder):
    [Errno 2] No such file or directory: 'file.rar'
    In 1.5.0 was also giving me:
    Exception: Login Failed? Please check your account details else report this.
    Doesn't seem to happen in 1.5.1

Additionally, regarding Mixdrop after the update, I encountered the following error:
'NoneType' object has no attribute 'get'

Lastly, Buzzheavier works, but it exhibits the same problem as PixelDrain with low speeds. I'm unsure if I should open another report for this.

Thanks for the quick fixes and for the amazing tool.

@FunsKiTo
Copy link
Author

FunsKiTo commented Apr 12, 2024

Actually, I keep encountering this exception at random with RapidGator:
Exception: Login Failed? Please check your account details else report this.

@Official-Husko
Copy link
Owner

Official-Husko commented Apr 12, 2024

After further testing in v1.5.1, I encountered this issue. Oh, and it has nothing to do with the filename:

* Uploading a single file to Rapidgator works fine.

* However, if I choose multiple files option, it fails and gives me the following error (I tried with both 1 file and with multiple files in the folder):
  `[Errno 2] No such file or directory: 'file.rar'`
  In 1.5.0 was also giving me:
  `Exception: Login Failed? Please check your account details else report this.`
  Doesn't seem to happen in 1.5.1

Additionally, regarding Mixdrop after the update, I encountered the following error: 'NoneType' object has no attribute 'get'

Lastly, Buzzheavier works, but it exhibits the same problem as PixelDrain with low speeds. I'm unsure if I should open another report for this.

Thanks for the quick fixes and for the amazing tool.

The issue you are facing with the "no file" on Rapidgator is the exact issue i faced and even tho it should be dead simple to fix i was not able to solve it somehow.

I'm investigating Mixdrop right now to see if i can recreate the issue. They changed their system not long ago so its possible someone touched something again there which broke it all.

about the speed issue, i will probably do a full update on all supported sites tomorrow to make them all faster. Have you used Pixeldrain by any chance to see if the speed issue has been resolved?

Actually, I keep encountering this exception at random with RapidGator: Exception: Login Failed? Please check your account details else report this.

Sounds about right.. Rapidgator always has been a massive bitch somehow with their shit. It is very likely that it has to do with some api login limit which im not not or at least wasn't aware of and which the program is currently not handling. I will do some additional testing to see if i can figure out why.

Edit: I took the liberty to update the description for the new issues raised and the title to keep my sanity alive a bit longer. I have also opened a few extra issues with the problems you encountered so i can properly address them tomorrow.

@Official-Husko Official-Husko changed the title [BUG] RapidGator filename issue [BUG] Rapidgator utterly broken :( Apr 12, 2024
@FunsKiTo
Copy link
Author

FunsKiTo commented Apr 12, 2024

Have you used Pixeldrain by any chance to see if the speed issue has been resolved?

Yes, I'm on a 1GB connection, and it gives full upload speed (way faster than with the browser).

Edit: I took the liberty to update the description for the new issues raised and the title to keep my sanity alive a bit longer. I have also opened a few extra issues with the problems you encountered so i can properly address them tomorrow.

Sorry, that one is on me. I'm new to reporting problems on GitHub. It makes sense to have the issues individually organized.

@Official-Husko
Copy link
Owner

Official-Husko commented Apr 12, 2024

Have you used Pixeldrain by any chance to see if the speed issue has been resolved?

Yes, I'm on a 1GB connection, and it gives full upload speed (way faster than with the browser).

Perfect. I will update the rest then too.

Edit: I took the liberty to update the description for the new issues raised and the title to keep my sanity alive a bit longer. I have also opened a few extra issues with the problems you encountered so i can properly address them tomorrow.

Sorry, that one is on me. I'm new to reporting problems on GitHub. It makes sense to have the issues individually organized.

All good, thank you for reporting the issues and using the tool! Glad to see people use and enjoy it.

Like i mentioned before i will look into this tomorrow and release a new build with hopefully all issues resolved.

@Official-Husko
Copy link
Owner

Official-Husko commented Apr 13, 2024

@FunsKiTo Please visit #29 for the fix and reason regarding Mixdrop.

About Buzzheavier.. i think there is some server/bandwith limitation or just overall heavy usage on the service because on all 3 test methods it had struggles here and there and slow speeds while sometimes having no issues. I will still update it to the new method but i can't guarantee massive speed changes.

@FunsKiTo
Copy link
Author

Please visit #29 for the fix and reason regarding Mixdrop.

Working with the name change.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working under-investigation My sad soul is investigating this issue. Help is appreciated
Projects
Status: Backlog
Development

No branches or pull requests

2 participants