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

Internal Server Error after jellyseerr configures HTTP_PROXY #584

Closed
1 task done
PN62323424 opened this issue Nov 30, 2023 · 4 comments · Fixed by #1031
Closed
1 task done

Internal Server Error after jellyseerr configures HTTP_PROXY #584

PN62323424 opened this issue Nov 30, 2023 · 4 comments · Fixed by #1031
Labels

Comments

@PN62323424
Copy link

PN62323424 commented Nov 30, 2023

Description

As soon as I set up the http proxy, I get an Internal Server Error when I open jellyseerr.

I'm in the same situation as this post, here are my install commands:
#343

docker run -d \
--name jellyseerr \
-e LOG_LEVEL=debug \
-e TZ=Asia/Shanghai \
-e JELLYFIN_TYPE=emby \
-e HTTP_PROXY=http://openclash:17890 \
-e HTTPS_PROXY=http://openclash:17890 \
-p 5059:5055 \
-v /volume1/docker/jellyseerr:/app/config \
--restart=always \
fallenbagel/jellyseerr:latest

I tried to change it to this and it still doesn't work, I'm sure all the other containers I installed work fine with this http proxy:

-e HTTP_PROXY=http://192.168.31.100:17890 \
-e HTTPS_PROXY=http://192.168.31.100:17890 \

Version

1.7.0

Steps to Reproduce

It's mentioned above

Screenshots

No response

Logs

No response

Platform

desktop

Device

pc

Operating System

synology

Browser

chrome

Additional Context

No response

Code of Conduct

  • I agree to follow Jellyseerr's Code of Conduct
@Fallenbagel
Copy link
Owner

Can you add the noproxy parts too

@PN62323424
Copy link
Author

Can you add the noproxy parts too

thank you,It works now. but It’s a bit strange. Other containers don’t need to set the no_proxy variable

@Fallenbagel
Copy link
Owner

thank you,It works now. but It’s a bit strange. Other containers don’t need to set the no_proxy variable

That's because we have a health check to localhost so when proxies that would fuck up if localhost itself is going through the proxy

@Fallenbagel
Copy link
Owner

🎉 This issue has been resolved in version 2.1.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

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

Successfully merging a pull request may close this issue.

2 participants