-
Notifications
You must be signed in to change notification settings - Fork 58
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
Why now I have to use -p to add a proxy? Is this due to Google ? 为什么现在需要代理才能用 是谷歌的原因吗 #43
Comments
检验方法:关掉代理,用浏览器打开Google翻译。 我试了下,发现.com和.cn都无法访问,但.hk可以。 |
|
谢谢。真是可惜,哎。 但我今天用的时候也确实觉得有时响应时间过分偏长了,不知道为什么。不是很稳定。但其他需要翻墙的地方都还流畅的…… 话说也许额外支持一些国产的翻译网站可能也不错。 |
原来如此 那没啥好办法了 哭了😭😭😭 |
这样的话,脚本应当怎么改呢?😭️ |
@ChihSee-Hsie 用能翻墙的代理,访问 .com。在指令行的末尾添上 然后在 GoldenDict 里用就形如 |
感谢思路。我试着将脚本使用的网址 translate.googleapis.com 添加到强制使用代理的列表中,也能达到效果。 |
我代理用的是clash 还是会提示错误. Expecting value: line 1 column 1 (char 0) |
@vipzrx WinXray, iGuge. 可能都是比较小众的选择? 不过你能确定是代理本身的问题吗?比如说在命令行里能用吗?可能是其他地方弄错了也说不定。只要浏览器里能翻墙,GoldenDict 里应该就也没问题。 |
1 在命令行里面也是报这个错误 2 我就是安装了python pip安装了插件 pip3 install google-translate-for-goldendict 命令行 中
我用 Errrrrrrrrror: Expecting value: line 1 column 1 (char 0) 搜这个仓库 有4个issue (https://github.com/xinebf/google-translate-for-goldendict/search?q=Errrrrrrrrror%3A+Expecting+value%3A+line+1+column+1+%28char+0%29&type=issues) 这个错误,再谷歌中,也没有收到有用信息 |
谷歌翻译的 .cn 站点已经关了,见评论区上方。改.com试试。 |
换成com 可以用了 命令行中 显示
|
再请教一个问题 pypi中是1.3.9 发布日期是 2021 年 12 月 26 日 github上最新的更新是 2022 1月15日 有1个提交 我怎么使用作者最新的github上的源码? |
我使用作者github上的源码, cmd中报错如下
我想要使用作者最新的源码,命令行是这样写吗? 正确的该怎么写呢? |
https://pypi.org/project/google-translate-for-goldendict-academic/ 从你的源码修改的,功能如下 Modified from google-translate-for-goldendict (xinebf): remove emoji; remove line break in PDF when using “Scan Popup”. 我不熟悉,python.没有找到他的源码,也没有找到他这个修改版本的使用方法. 你有兴趣看下他的源码吗? 他提到的两个增强,有必要合并到你的代码吗? |
|
Although there is a similar issue, but I think it is better to demonstrate my issue which might be a little bit different.
虽然有个差不多的问题 但是我还是说一下我的问题 可能不太一样
recently, the command can not work
最近 这个命令不能用了 前几天还能用
there are the errors
错误长这样
And adding -p proxy could solve a part of the issue
加代理就行了
But comparing to before, it is a littile slow and sometimes it has the proxy error, like this
但是貌似比之前慢一些 有时侯也会报代理错误 然后翻译不了
So, what is the problem. Is it because of google or this python module?
所以 是这个模块的问题 还是 google 的问题
The text was updated successfully, but these errors were encountered: