efb-qq-slave icon indicating copy to clipboard operation
efb-qq-slave copied to clipboard

EFB QQ Slave, a channel for EH Forwarder Bot. EFB QQ从端

Results 32 efb-qq-slave issues
Sort by recently updated
recently updated
newest added

Traceback (most recent call last): File "/home/ubuntu/.local/lib/python3.8/site-packages/cheroot/server.py", line 1810, in serve self._connections.run(self.expiration_interval) File "/home/ubuntu/.local/lib/python3.8/site-packages/cheroot/connections.py", line 201, in run self._run(expiration_interval) File "/home/ubuntu/.local/lib/python3.8/site-packages/cheroot/connections.py", line 218, in _run new_conn = self._from_server_socket(self.server.socket) File "/home/ubuntu/.local/lib/python3.8/site-packages/cheroot/connections.py",...

我使用 efb-qq-slave 并以 go-cqhttp 为客户端完成 QQ 和 TG 之间消息的转发 在QQ官方手机客户端给任意联系人发送消息,在 TG 上看不到我自己发的消息

root@1092536304hax:~# ehforwarderbot 2022-02-08 02:54:09,982 [Level 99]: ehforwarderbot.__main__ (__main__.init; __main__.py:129) Initializing slave milkice.qq... Traceback (most recent call last): File "/usr/local/lib/python3.9/dist-packages/aiohttp/connector.py", line 969, in _wrap_create_connection return await self._loop.create_connection(*args, **kwargs) # type: ignore...

question

ERROR: importlib-resources 5.7.1 has requirement zipp>=3.1.0; python_version < "3.10", but you'll have zipp 1.0.0 which is incompatible. Installing collected packages: Pillow, zc.lockfile, pytz, jaraco.functools, tempora, portend, jaraco.classes, jaraco.context, importlib-resources, jaraco.text,...

Windows 平台下,tempfile.NamedTemporaryFile 可能会引发 Permission denied 的问题。 文件 Utils.py 第 653 行改为 file = tempfile.NamedTemporaryFile(**delete=False**) 可暂时解决(此时临时文件需要手动删除)。

目前在使用 go-cqhttp,接收群合并转发的消息或私聊转发的合并消息时会报告 ![Snipaste_2022-01-26_20-15-42](https://user-images.githubusercontent.com/48485664/151161400-ee7b63dd-4ba0-4c76-992a-bbee4ed2e6ba.jpg)

Login failed: Error(bot=Bot(), code=237, title=安全提醒, message=当前登录存在安全风险,请使用常用设备或通过手机号登录。, errorInfo=)

向QQ好友单独发图片会出现: 2021-06-07 17:02:17,523 [ERROR]: efb_telegram_master.master_message (master_message.process_telegram_message; master_message.py:410) Message is not sent. (update: {'update_id': 299138439, 'message': {'message_id': 47, 'date': 1623056536, 'chat': {'id': -1001470110229, 'type': 'supergroup', 'title': 'Liu'}, 'entities': [], 'caption_entities': [],...

help wanted

![image](https://user-images.githubusercontent.com/19909103/121362087-6bf60880-c968-11eb-995d-dc669fb3d571.png)

bug

想要提供一个群文件下载功能.看了一下http api列表没有这个功能.如果用web群空间下载的话, 需要提供群号和文件id, 文件id可以在事件里找到. 作者有什么好办法优雅实现么

enhancement
help wanted