We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Using this command:
python irc-mirror.py \ --irc-server=irc.oftc.net \ --channel="#apertium" \ --nick-prefix=IRC_mirror \ --stream=IRCmirrors \ --topic=Apertium \ --insecure \ --site=xxx \ --user=xxx \ --api-key=xxx
the irc bridge fails to read messages from the irc with the following exception:
Exception in callback _SelectorSocketTransport._call_connection_lost(ReadTimeout(R...meout=15.0)"))) handle: <Handle _SelectorSocketTransport._call_connection_lost(ReadTimeout(R...meout=15.0)")))> Traceback (most recent call last): File "/usr/lib/python3.10/asyncio/events.py", line 80, in _run self._context.run(self._callback, *self._args) File "/usr/lib/python3.10/asyncio/selector_events.py", line 976, in _call_connection_lost super()._call_connection_lost(exc) File "/usr/lib/python3.10/asyncio/selector_events.py", line 734, in _call_connection_lost self._protocol.connection_lost(exc) File "/home/boerre/repos/githubs/python-zulip-api/zulip-api-py3-venv/lib/python3.10/site-packages/irc/client_aio.py", line 82, in connection_lost self.connection.disconnect() File "/home/boerre/repos/githubs/python-zulip-api/zulip-api-py3-venv/lib/python3.10/site-packages/irc/client_aio.py", line 214, in disconnect self._handle_event(Event("disconnect", self.server, "", [message])) File "/home/boerre/repos/githubs/python-zulip-api/zulip-api-py3-venv/lib/python3.10/site-packages/irc/client.py", line 389, in _handle_event self.reactor._handle_event(self, event) File "/home/boerre/repos/githubs/python-zulip-api/zulip-api-py3-venv/lib/python3.10/site-packages/irc/client.py", line 933, in _handle_event result = handler.callback(connection, event) File "/home/boerre/repos/githubs/python-zulip-api/zulip-api-py3-venv/lib/python3.10/site-packages/irc/bot.py", line 208, in _on_disconnect self.recon.run(self) File "/home/boerre/repos/githubs/python-zulip-api/zulip-api-py3-venv/lib/python3.10/site-packages/irc/bot.py", line 108, in run self.bot.reactor.scheduler.execute_after(intvl, self.check) AttributeError: 'AioReactor' object has no attribute 'scheduler'
Sending messages from Zulip to irc works.
Tested on Fedora 36 with python 3.8, 3.9 and 3.10, Ubuntu 22.04 with python3.10 and Centos with python3.6
The text was updated successfully, but these errors were encountered:
Same
Sorry, something went wrong.
Ditto on ubuntu focal.
I reverted using the AioReactor in #793, and so the problem should no longer be there. Also, it has the SASL support for Libera.Chat.
AioReactor
No branches or pull requests
Using this command:
python irc-mirror.py \ --irc-server=irc.oftc.net \ --channel="#apertium" \ --nick-prefix=IRC_mirror \ --stream=IRCmirrors \ --topic=Apertium \ --insecure \ --site=xxx \ --user=xxx \ --api-key=xxx
the irc bridge fails to read messages from the irc with the following exception:
Sending messages from Zulip to irc works.
Tested on Fedora 36 with python 3.8, 3.9 and 3.10, Ubuntu 22.04 with python3.10 and Centos with python3.6
The text was updated successfully, but these errors were encountered: