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

谷歌翻译失败后程序崩溃 #21

Closed
Landius opened this issue Feb 25, 2024 · 8 comments
Closed

谷歌翻译失败后程序崩溃 #21

Landius opened this issue Feb 25, 2024 · 8 comments
Labels
bug Something isn't working enhancement New feature or request

Comments

@Landius
Copy link

Landius commented Feb 25, 2024

由于GFW的缘故,在大陆无法直接访问谷歌翻译,不使用代理的话会翻译失败并导致直接崩溃。
目前好像只能通过改系统全局代理来使用谷歌翻译,希望可以在程序设置里增加单独的代理设置。

@ks233
Copy link
Owner

ks233 commented Feb 25, 2024

感谢反馈!刚刚试了一下确实会闪退,我这梯子平时一直开着所以没注意到,有空修一下

现在可以先用 https://github.com/GoodCoder666/GoogleTranslate_IPFinder 找个墙内可用的ip,然后改host就能用了,以后可能会加个设置谷歌翻译ip的功能

@Landius
Copy link
Author

Landius commented Feb 27, 2024

加个设置谷歌翻译ip的功能

感觉加个代理设置会好点?
因为 api.openai.com 也是需要代理才能访问的。

@ks233
Copy link
Owner

ks233 commented Feb 27, 2024

为啥要单独设置代理,一般正常开着梯子就能用啊,你用的梯子设置比较麻烦吗

我对网络代理这块不太了解,不知道你需要的代理功能大概长啥样?

@ks233 ks233 added the bug Something isn't working label Feb 28, 2024
@ks233
Copy link
Owner

ks233 commented Feb 28, 2024

刚刚问了隔壁issue #22,终于知道代理是咋回事了,原来大伙平时都不开系统代理的吗(

下个版本应该能把代理安排上,感谢建议!

@ks233 ks233 added the enhancement New feature or request label Feb 28, 2024
@Landius
Copy link
Author

Landius commented Mar 2, 2024

为啥要单独设置代理,一般正常开着梯子就能用啊,你用的梯子设置比较麻烦吗

我对网络代理这块不太了解,不知道你需要的代理功能大概长啥样?

主要是开了全局代理的话,会导致一些不需要代理的软件也走代理,虽说可以通过规则分流,但总归是多套一层娃😂

@ks233
Copy link
Owner

ks233 commented Mar 10, 2024

更新了,修复了闪退bug,加了http代理功能,我自己试了谷歌翻译代理可以用,gpt我只有不需要梯子的第三方api没法测试,如果你有需要梯子的api能帮我试一下吗?感谢!

https://github.com/ks233/ja-learner/releases/tag/v0.4

@Landius
Copy link
Author

Landius commented Mar 10, 2024

更新了,修复了闪退bug,加了http代理功能,我自己试了谷歌翻译代理可以用,gpt我只有不需要梯子的第三方api没法测试,如果你有需要梯子的api能帮我试一下吗?感谢!

https://github.com/ks233/ja-learner/releases/tag/v0.4

辛苦了~

刚刚试了一下,新加的 checkbox 是灰色的无法选中
图片

要编辑 appsettings.json 里的 HttpProxy 的值不为空才能勾选
图片

感觉可以在 appsettings.json 里加个 EnableProxy 的值保存 checkbox 的值,不用每次启动程序都勾选一次

@ks233
Copy link
Owner

ks233 commented Mar 11, 2024

确实,忘记说明了

现在只有读json的功能,还不能在软件里改设置,以后加上写json的功能就能保存状态了

@ks233 ks233 closed this as completed Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants