Jerry_FaGe

Results 17 comments of Jerry_FaGe

``` Failed at 1/6 request, Fail assert: {"re": "\"flag\":true", "from": "content"} from success_asserts, Response Error : HTTP 403: Forbidden, Request URL: https://console.openfrp.net/web/user/login ``` 看了一下,好像上 cf 了,不知道对 API 有没有影响 ![image](https://github.com/qd-today/templates/assets/40235071/1b3fcd8d-7482-4147-95c2-b3050b78a869)

> 可以签到了,把域名换成preview.openfrp.net就行,还没加cf ![image](https://github.com/qd-today/templates/assets/40235071/0b86ffca-507f-424b-bb67-e7597936a1e7) 我这边不行唉,还是403,是把所有域名都换成新版控制台么

@xun404 @Goldenbeef 我的我的😂光顾着换 url 了忘了换 host

MOD 百科相关的签到最近好像都失效了 ``` Failed at 3/8 request, Fail assert: {"re": "200", "from": "status"} from success_asserts, Response Error : HTTP 503: Service Unavailable, Request URL: https://www.mcmod.cn/ ```

[gsuid_core/utils/database/dal.py](https://github.com/Genshin-bots/gsuid_core/blob/master/gsuid_core/utils/database/dal.py) ```python async def update_push_data( self, uid: str, bot_id: str, data: dict ) -> bool: retcode = -1 if await GsPush.data_exist(uid=uid): retcode = await GsPush.update_data_by_uid( # uid, self.bot_id, 'sr' if...

> > [gsuid_core/utils/database/dal.py](https://github.com/Genshin-bots/gsuid_core/blob/master/gsuid_core/utils/database/dal.py) > > ```python > > async def update_push_data( > > self, uid: str, bot_id: str, data: dict > > ) -> bool: > > retcode = -1...

看起来你的远程服务器使用了例如 [Starship](https://starship.rs/) 之类的提示词工具,而 WindTerm 并没有对应的 scheme 导致无法解析。如 #57 提到的,我也是一样的情况,目前不知道怎么解决。