AttributeError: object has no attribute 'title_detail' #12

Closed
opened 1 year ago by mb · 1 comments
mb commented 1 year ago
mb@variaserver:/var/log/supervisor$ sudo tail -f multifeeder-stderr---supervisor-2skYuw.log 
[sudo] password for mb: 
Traceback (most recent call last):
  File "/var/www/multifeeder/.venv/lib/python3.7/site-packages/apscheduler/executors/base.py", line 125, in run_job
    retval = job.func(*job.args, **job.kwargs)
  File "/var/www/multifeeder/start.py", line 24, in update
    feedtools.update()
  File "/var/www/multifeeder/feedtools.py", line 73, in update
    post['feed_details']['rss'] = parsed.entries[0].title_detail.base
  File "/var/www/multifeeder/.venv/lib/python3.7/site-packages/feedparser/util.py", line 158, in __getattr__
    raise AttributeError("object has no attribute '%s'" % key)
AttributeError: object has no attribute 'title_detail'
``` mb@variaserver:/var/log/supervisor$ sudo tail -f multifeeder-stderr---supervisor-2skYuw.log [sudo] password for mb: Traceback (most recent call last): File "/var/www/multifeeder/.venv/lib/python3.7/site-packages/apscheduler/executors/base.py", line 125, in run_job retval = job.func(*job.args, **job.kwargs) File "/var/www/multifeeder/start.py", line 24, in update feedtools.update() File "/var/www/multifeeder/feedtools.py", line 73, in update post['feed_details']['rss'] = parsed.entries[0].title_detail.base File "/var/www/multifeeder/.venv/lib/python3.7/site-packages/feedparser/util.py", line 158, in __getattr__ raise AttributeError("object has no attribute '%s'" % key) AttributeError: object has no attribute 'title_detail' ```
mb commented 1 year ago
Poster

This error was thrown because the Mastodon RSS feeds are not there anymore. (Unfortunately).

See this post for context: https://post.lurk.org/@lurk/109647245555521167

This error was thrown because the Mastodon RSS feeds are not there anymore. (Unfortunately). See this post for context: https://post.lurk.org/@lurk/109647245555521167
mb closed this issue 1 year ago
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

This issue currently doesn't have any dependencies.

Loading…
There is no content yet.