You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sure the error is coming from Pyrofork's code and not elsewhere
I have searched in the issue tracker for similar bug reports, including closed ones
I ran pip3 install -U git+https://github.com/Mayuri-Chan/pyrofork and reproduced the issue using the latest development version
Description
When attempting to resolve a peer by username, the function get_peer_by_username in the storage.py module is raising a KeyError due to the absence of the key "last_update_on" in the returned result. This issue likely stems from incomplete data or an unexpected format in the database.
Steps to reproduce
Attempt to resolve a peer by username.
Encounter a KeyError due to the absence of "last_update_on" key in the returned result.
Checklist
pip3 install -U git+https://github.com/Mayuri-Chan/pyrofork
and reproduced the issue using the latest development versionDescription
When attempting to resolve a peer by username, the function
get_peer_by_username
in thestorage.py
module is raising aKeyError
due to the absence of the key"last_update_on"
in the returned result. This issue likely stems from incomplete data or an unexpected format in the database.Steps to reproduce
Code example
Logs
The text was updated successfully, but these errors were encountered: