Germey

Results 84 comments of Germey

@peanut996 Do you have some ideas or dev plans for it? > It would be quite similar to what I had in the past: https://github.com/acheong08/ChatGPT-API-server https://github.com/acheong08/ChatGPT-API-agent > > Requires a...

> You can temporarily switch to https://chat.gateway.do > > For `v1`, set env: `CHATGPT_BASE_URL=https://chat.gateway.do/api/` Oh, you used Cloudflare itself to bypass itself, right?

看起来是 docker 本地服务的问题,检查下本地 Docker 服务的运行状态

是的,公开代理,可用的就是很少,建议对接一些付费代理到代理池里面

说明请见:https://cuiqingcai.com/7048.html

Seems discord has deprecated this API due to some security reasons?

我刚才测试了下,Mac 下稳定运行,我怀疑是 Windows 上 Playwright 某个方法实现导致的,我再排查下哈。

临时增加了一个解决方案,升级该包到 0.2.1 版本,然后 settings.py 里面增加该配置: ``` GERAPY_CHECK_PLAYWRIGHT_INSTALLED = False ``` 应该可以解决问题。

或更新到 0.2.2,不用设置如上配置。

看起来此问题目前无解,See https://github.com/scrapy-plugins/scrapy-playwright/issues/7#issuecomment-808824121