TeamPGM / PagerMaid-Pyro

Advanced Multi-Featured Telegram UserBot by pyrogram.
GNU Affero General Public License v3.0
620 stars 73 forks source link

[Bug]: 甲骨文的ARM机器上无法登录 #68

Open geneyuriy opened 9 months ago

geneyuriy commented 9 months ago

请确保您已阅读以上注意事项,并勾选下方的确认框。

需要添加的功能内容

启动程序后卡在将平台检测为“linux”,进入PagerMaid的早期加载过程。

Ctrl + C结束 File "", line 198, in _run_module_as_main File "", line 88, in _run_code File "/var/lib/pgp/pagermaid/main.py", line 92, in bot.run(main()) File "/var/lib/pgp/venv/lib/python3.11/site-packages/pyrogram/methods/utilities/run.py", line 77, in run run(coroutine) File "/usr/lib/python3.11/asyncio/base_events.py", line 640, in run_until_complete self.run_forever() File "/usr/lib/python3.11/asyncio/base_events.py", line 607, in run_forever self._run_once() File "/usr/lib/python3.11/asyncio/base_events.py", line 1884, in _run_once event_list = self._selector.select(timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/selectors.py", line 468, in select fd_event_list = self._selector.poll(timeout, max_ev) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ KeyboardInterrupt

同样的配置在甲骨文AMD小机没问题。

尝试过删除session/ 把小机上已登录的session复制过来也不行。

ARM机器内核:Linux debian 6.1.0-10-arm64 #1 SMP Debian 6.1.38-1 (2023-07-14) aarch64 GNU/Linux

AMD机器内核:Linux ubuntu 5.10.0-16-amd64 #1 SMP Debian 5.10.127-2 (2022-07-23) x86_64 GNU/Linux

YKKKK-1 commented 3 months ago

同样的问题