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

系统配置异常:TMDB 服务地址无效 #116

Open
mrycguo opened this issue Aug 18, 2024 · 3 comments
Open

系统配置异常:TMDB 服务地址无效 #116

mrycguo opened this issue Aug 18, 2024 · 3 comments

Comments

@mrycguo
Copy link

mrycguo commented Aug 18, 2024

系统配置异常:TMDB 服务地址无效
国内没法正常访问tmdb的API地址https://api.themoviedb.org ,希望可以通过系统代理来访问。但是即使设置了系统代理,jproxy也不会走代理,希望加上这个功能。

功能描述
国内没法正常访问tmdb的API地址https://api.themoviedb.org ,希望可以通过系统代理来访问。但是即使设置了系统代理,jproxy也不会走代理,希望加上这个功能。

@mrycguo mrycguo changed the title TMDB网络连通性 系统配置异常:TMDB 服务地址无效 Aug 18, 2024
@peterchenhc
Copy link

如需设置代理,可在 JAVA_OPTS 添加对应的代理参数

HTTP 代理 -Xms512m -Xmx512m -Dhttp.proxyHost=192.168.6.2 -Dhttp.proxyPort=12345
HTTPs 代理 -Xms512m -Xmx512m -Dhttps.proxyHost=192.168.6.2 -Dhttps.proxyPort=12345

@mapleshadow
Copy link

如需设置代理,可在 JAVA_OPTS 添加对应的代理参数

HTTP 代理 -Xms512m -Xmx512m -Dhttp.proxyHost=192.168.6.2 -Dhttp.proxyPort=12345 HTTPs 代理 -Xms512m -Xmx512m -Dhttps.proxyHost=192.168.6.2 -Dhttps.proxyPort=12345

加了,但无效。这个参数加与不加没任何区别。

@mapleshadow
Copy link

有什么办法吗?
能否在配置内增加一个加代理的功能???

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

3 participants