mirror of
https://codeberg.org/sch/BukuBot
synced 2024-11-17 19:48:40 +01:00
'Tag + XMPP 1', results in code error #1
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#1
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?
Using slower stringprep, consider compiling the faster cython/libidn one.
INFO JID set to: bukubot@miharu.dedyn.io/UBc0URnSbcJ-
BukuBot 0.0.3
client
Update ALL bookmarks? (y/n): ERROR Error handling {jabber:client}message stanza
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 140, in action
result = bookmarks_db.update_rec(idx, tags_in=tag)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/bukubot/.venv/lib/python3.11/site-packages/buku.py", line 1060, in update_rec
resp = read_in('Update ALL bookmarks? (y/n): ')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/bukubot/.venv/lib/python3.11/site-packages/buku.py", line 5144, in read_in
message = input(msg)
^^^^^^^^^^
EOFError: EOF when reading a line
ERROR EOF when reading a line
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 140, in action
result = bookmarks_db.update_rec(idx, tags_in=tag)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/bukubot/.venv/lib/python3.11/site-packages/buku.py", line 1060, in update_rec
resp = read_in('Update ALL bookmarks? (y/n): ')
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/bukubot/.venv/lib/python3.11/site-packages/buku.py", line 5144, in read_in
message = input(msg)
^^^^^^^^^^
EOFError: EOF when reading a line
Fixed
b1891f33ac