'id' error #4

Closed
opened 2024-05-31 23:24:19 +02:00 by mirux · 3 comments

Traceback (most recent call last):
File "/usr/local/bukubot/.venv/lib/python3.11/site-packages/slixmpp/xmlstream/xmlstream.py", line 1119, in event
handler_callback(data)
File "/usr/local/bukubot/.venv/lib/python3.11/site-packages/bukubot/xmpp/client.py", line 94, in process_message
Chat.action(self, message)
File "/usr/local/bukubot/.venv/lib/python3.11/site-packages/bukubot/xmpp/chat.py", line 51, in action
message_body = Chat.format_message(result, extended=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/bukubot/.venv/lib/python3.11/site-packages/bukubot/xmpp/chat.py", line 171, in format_message
idx = bookmark[0]
~~~~~~~~^^^
TypeError: 'NoneType' object is not subscriptable

Traceback (most recent call last): File "/usr/local/bukubot/.venv/lib/python3.11/site-packages/slixmpp/xmlstream/xmlstream.py", line 1119, in event handler_callback(data) File "/usr/local/bukubot/.venv/lib/python3.11/site-packages/bukubot/xmpp/client.py", line 94, in process_message Chat.action(self, message) File "/usr/local/bukubot/.venv/lib/python3.11/site-packages/bukubot/xmpp/chat.py", line 51, in action message_body = Chat.format_message(result, extended=True) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/bukubot/.venv/lib/python3.11/site-packages/bukubot/xmpp/chat.py", line 171, in format_message idx = bookmark[0] ~~~~~~~~^^^ TypeError: 'NoneType' object is not subscriptable
Owner

Please post instructions to reproduce this error.

Please post instructions to reproduce this error.
sch added the
Question
label 2024-06-02 14:56:08 +02:00
Author

Cant remember but checked frequently logile while performing Tests, add change bm and add remocve Tags I guess

Cant remember but checked frequently logile while performing Tests, add change bm and add remocve Tags I guess
Owner

I suppose, as the title suggests, that you have sent command id <NUMBER> of an ID which does not exist.

This was fixed at e27e87c43b

I suppose, as the title suggests, that you have sent command `id <NUMBER>` of an ID which does not exist. This was fixed at https://git.xmpp-it.net/sch/BukuBot/commit/e27e87c43b7b8306aad407c3d3f96bd76e1552b5
sch closed this issue 2024-06-02 17:54:19 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: sch/BukuBot#4
No description provided.