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

Error #37

Closed
NicolasZiegler opened this issue Jul 1, 2020 · 3 comments
Closed

Error #37

NicolasZiegler opened this issue Jul 1, 2020 · 3 comments
Labels
bug Something isn't working

Comments

@NicolasZiegler
Copy link

Hello,

today I encounter this problem:

Failed to get streaming URL. Error information below.

System.Net.WebException: The remote server returned an error: (502) Bad Gateway.
at System.Net.HttpWebRequest.GetResponse()
at QobuzDownloaderX.QobuzDownloaderX.createURL(Object sender, EventArgs e)Downloading - 04 - 4. Sarabande ......Track Download Done!
Downloading - 05 - 5. Menuet I ......Track Download Done!
Downloading - 06 - 6. Menuet II ......Track Download Done!
Failed to download (First Phase). Error information below.

System.Net.WebException: The remote server returned an error: (502) Bad Gateway.
at System.Net.HttpWebRequest.GetResponse()
at QobuzDownloaderX.QobuzDownloaderX.<downloadAlbumBG_DoWork>d__99.MoveNext()

I would be very grateful if you can fix it. Thanks in advance

@ImAiiR ImAiiR added the bug Something isn't working label Jul 1, 2020
@ImAiiR
Copy link
Owner

ImAiiR commented Jul 1, 2020

Looking into fixing this ASAP, need to find the cause of it first. From testing it's possible that this is an error on the side of Qobuz. It does seem like just retrying downloads is a workaround, the program will skip existing files and try to download the failed file again.

If anyone finds the source of the issue, let me know and I'll work on implementing a fix.

@NicolasZiegler
Copy link
Author

Thanks for your quick response. I also have found the cause of the error. It is because of the temporary shutdown of qobuz server. Now it is working again

@ImAiiR
Copy link
Owner

ImAiiR commented Jul 1, 2020

Awesome, so nothing caused by the program, sounds good. If it starts acting up again let me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants