-
-
Notifications
You must be signed in to change notification settings - Fork 20
Description
Hi, I have a problem using pleroma with a RSS feed. Here is the error encounterd :
ERROR:pleroma_bot:Exception occurred for user, skipping... Traceback (most recent call last): File "/home/edelzone/virtualenv/python/pleroma/3.10/lib/python3.10/site-packages/pleroma_bot/cli.py", line 556, in main user = User(user_item, config, base_path, posts_ids) File "/home/edelzone/virtualenv/python/pleroma/3.10/lib/python3.10/site-packages/pleroma_bot/cli.py", line 289, in __init__ self.mastodon_enforce_limits() File "/home/edelzone/virtualenv/python/pleroma/3.10/lib/python3.10/site-packages/pleroma_bot/_utils.py", line 547, in mastodon_enforce_limits if len(self.display_name[t_user]) > 30: KeyError: 'transportsidf'
With the same user, if I use another import method, it works.
Problem with at least one other user.
RSS feed tested from nitter and RSS-Bridge, with the same result.
Any idea of what is wrong ?
"transportsidf" is the account name of the twitter user to proceed.