mirror of
https://codeberg.org/sch/BukuBot
synced 2024-11-17 11:38:41 +01:00
'id' error #4
Labels
No labels
Duplicate
Help needed
Improvement
Invalid
Problem
Question
Task
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: sch/BukuBot#4
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Please post instructions to reproduce this error.
Cant remember but checked frequently logile while performing Tests, add change bm and add remocve Tags I guess
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