xfslove / alfred-google-translate

Alfred 3 workflow - translate with google api💵🚫
MIT License
619 stars 65 forks source link

Response 429 (❤️Solution: Try to use the `socks_proxy` env. ) #45

Open huangboju opened 5 years ago

huangboju commented 5 years ago

image

xfslove commented 5 years ago

这个问题好像一直都没有很好的解决。空了再看看

这个是Google的限制,不过不太清楚具体限制(一天一个IP限制多少次之类的)

Aracki commented 5 years ago

Where can we see the information from google about "how many times an IP limit a day)"?

xfslove commented 5 years ago

@Aracki I'm not found explicit explanation, it just got from other guys, actually.

technologybrother commented 4 years ago

只要等到用户确认他们的输入,就不会发出任何意外请求!可以减少请求量

xfslove commented 4 years ago

只要等到用户确认他们的输入,就不会发出任何意外请求!可以减少请求量

@ndistqt 如何让用户确认输入呢?

technologybrother commented 4 years ago

有了这种更改,它仍在发生,但并没有那么频繁: (github上有一个类似的工具,我已经对其进行了测试并发送了许多请求,但我从未收到相同的错误,这很奇怪 - https://github.com/DONSA/alfred-google-translate)

Screenshot 2020-02-03 at 19 30 23
xfslove commented 4 years ago

@ndistqt thx,ill take a look.

hermitcai commented 4 years ago

所以能尽量规避这种问题产生吗?

hermitcai commented 4 years ago

我更换了ip代理地址能规避这个问题

xfslove commented 4 years ago

我更换了ip代理地址能规避这个问题

你这样一说,确实新加的环境配置socks_proxy可以缓解这个问题。

hermitcai commented 4 years ago

嗯 我遇到之后 我切换下我的代理ip就可以继续使用了

On Sep 4, 2020, at 5:11 PM, Iven notifications@github.com wrote:

我更换了ip代理地址能规避这个问题

你这样一说,确实新加的环境配置socks_proxy可以缓解这个问题。

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/xfslove/alfred-google-translate/issues/45#issuecomment-687026670, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKX7PKI2D3HYTZN5A6RYH53SECVK3ANCNFSM4I2HADSQ.

rmGFW commented 4 years ago

我更换了ip代理地址能规避这个问题

你这样一说,确实新加的环境配置socks_proxy可以缓解这个问题。

可是代理的数量是有限的呀,还是很快会被用完的

xfslove commented 3 years ago

我更换了ip代理地址能规避这个问题

你这样一说,确实新加的环境配置socks_proxy可以缓解这个问题。

可是代理的数量是有限的呀,还是很快会被用完的

@rmGFW 确实是,我也说这只是缓解而已🙂

xfslove commented 3 years ago

Related #75

dingcang commented 3 years ago

我也遇到这个问题了,cmd+l把错误信息复制出来的链接,我直接访问是会返回一个json.txt的。我看了txt内容应该也是正常的。很奇怪啊。请教作者查询google的时候是需要账号信息的吗

xfslove commented 3 years ago

我也遇到这个问题了,cmd+l把错误信息复制出来的链接,我直接访问是会返回一个json.txt的。我看了txt内容应该也是正常的。很奇怪啊。请教作者查询google的时候是需要账号信息的吗

@dingcang 是需要一个token。这个token有一定的限制。比如同一个IP一段时间能访问多少次之类的。

xfslove commented 3 years ago

我也遇到这个问题了,cmd+l把错误信息复制出来的链接,我直接访问是会返回一个json.txt的。我看了txt内容应该也是正常的。很奇怪啊。请教作者查询google的时候是需要账号信息的吗

新的batchexecute API可能就没有这个问题,等空了更新一下

nissenyeh commented 2 years ago

很需要這個,拜託惹