Skip to content
New issue

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

protocol.eof_received() call failed #22

Open
hildeb opened this issue Nov 26, 2024 · 0 comments
Open

protocol.eof_received() call failed #22

hildeb opened this issue Nov 26, 2024 · 0 comments

Comments

@hildeb
Copy link

hildeb commented Nov 26, 2024

Every now and then I'm getting:

Nov 26 14:45:22 mail-cvk python3[1755002]: olefy ERROR default_exception_handler Fatal error: protocol.eof_received() call failed.
Nov 26 14:45:22 mail-cvk python3[1755002]: protocol: <__main__.AIO object at 0x729c61817a40>
Nov 26 14:45:22 mail-cvk python3[1755002]: transport: <_SelectorSocketTransport fd=7 read=polling write=<idle, bufsize=0>>
Nov 26 14:45:22 mail-cvk python3[1755002]: Traceback (most recent call last):
Nov 26 14:45:22 mail-cvk python3[1755002]:   File "/usr/lib/python3.12/asyncio/selector_events.py", line 1039, in _read_ready__on_eof
Nov 26 14:45:22 mail-cvk python3[1755002]:     keep_open = self._protocol.eof_received()
Nov 26 14:45:22 mail-cvk python3[1755002]:                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Nov 26 14:45:22 mail-cvk python3[1755002]:   File "/usr/local/bin/olefy.py", line 169, in eof_received
Nov 26 14:45:22 mail-cvk python3[1755002]:     protocol_split(headers)
Nov 26 14:45:22 mail-cvk python3[1755002]:   File "/usr/local/bin/olefy.py", line 92, in protocol_split
Nov 26 14:45:22 mail-cvk python3[1755002]:     if kv[0] != '' and kv[1] != '':
Nov 26 14:45:22 mail-cvk python3[1755002]:                        ~~^^^
Nov 26 14:45:22 mail-cvk python3[1755002]: IndexError: list index out of range

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant