'Tag + XMPP 1', results in code error #1

Closed
opened 2024-05-31 21:20:43 +02:00 by mirux · 1 comment

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

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
sch added the
Problem
label 2024-06-02 14:57:07 +02:00
Owner

Fixed b1891f33ac

Fixed https://git.xmpp-it.net/sch/BukuBot/commit/b1891f33ac1473cc526358d50dbc592798bedca9
sch closed this issue 2024-06-02 15:25:43 +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#1
No description provided.