You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 14, 2021. It is now read-only.
再次感谢大佬开发此模块,发布以后一直很好用.但最近有一些小问题.
调用api时出现"KeyError: 'user_id'",后来研究了一下发现request返回的data里面确实没有这个key,有一个"id"key.源代码api.py第49行中修改成self.user_id = data['id']后可以正常使用.不知道是不是洞主把key的名称改了.
最近使用tls及156端口时无法正常使用proxy改成非tls及153端口后可以正常使用,不知道大佬方不方便测试一下是普遍问题还是我这边的个例问题.
谢谢!
The text was updated successfully, but these errors were encountered: