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

HTTP Error 502.3 - Bad Gateway #10

Open
gianpierot opened this issue Feb 22, 2022 · 2 comments
Open

HTTP Error 502.3 - Bad Gateway #10

gianpierot opened this issue Feb 22, 2022 · 2 comments

Comments

@gianpierot
Copy link

Hi,
I just installed DeepL on an existing NET Core 2.2 project. When I run the project in debug (F5) I get this error message:
HTTP Error 502.3 - Bad Gateway
The project was working fine before and it is still working as soon as I remove the DeepL reference.
Thank you in advance for any advice.

@daniel-jones-deepl
Copy link
Member

Hi @gianpierot, thanks for reporting the issue.

I was unable to reproduce the issue on .NET Core 2.2. Some suggestions you could try to resolve the issue:

  • simply retry your application; if the 502 originated from the DeepL servers, it would only be a temporary condition.
  • check that your application is able to access other URLs, to rule out any connection issues on your side.
  • update to a newer .NET version. Official support has already expired for .NET Core 2.2, you could update at least to .NET Core 3.1 that still has official support.

I hope those suggestions help, if you still experience the problem please let me know.

@gianpierot
Copy link
Author

Hi @daniel-jones-deepl, thank you for your reply.

My application has no issues other than when DeepL is referenced in the project (not even used, just included in the project). Therefore the 502 originated from DeepL and waiting doesn't do any good.
Also, updating the whole website to a new .NET Core is not exactly a breeze.

At this point I will have to look for another tool I'm afraid.

Kind regards.
Gianpiero

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants