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
10 of 20 episodes at Informationen am Abend - Deutschlandfunk
Traceback (most recent call last):
File "/Users/ansi/dev/aldebaran/server/main.py", line 19, in
podcasts = Podcasts()
File "/Users/ansi/dev/aldebaran/server/Podcasts.py", line 123, in init
p = Podcast(maxEpisodes, part, podcastLink)
File "/Users/ansi/dev/aldebaran/server/Podcasts.py", line 69, in init
self.refresh()
File "/Users/ansi/dev/aldebaran/server/Podcasts.py", line 94, in refresh
for links in entries['links']:
File "/Users/ansi/ownCloud/Aldebaran/lib/python2.7/site-packages/feedparser.py", line 356, in getitem
return dict.getitem(self, key)
KeyError: 'links'
The text was updated successfully, but these errors were encountered:
10 of 20 episodes at Informationen am Abend - Deutschlandfunk
Traceback (most recent call last):
File "/Users/ansi/dev/aldebaran/server/main.py", line 19, in
podcasts = Podcasts()
File "/Users/ansi/dev/aldebaran/server/Podcasts.py", line 123, in init
p = Podcast(maxEpisodes, part, podcastLink)
File "/Users/ansi/dev/aldebaran/server/Podcasts.py", line 69, in init
self.refresh()
File "/Users/ansi/dev/aldebaran/server/Podcasts.py", line 94, in refresh
for links in entries['links']:
File "/Users/ansi/ownCloud/Aldebaran/lib/python2.7/site-packages/feedparser.py", line 356, in getitem
return dict.getitem(self, key)
KeyError: 'links'
The text was updated successfully, but these errors were encountered: