diff --git a/common/main.py b/common/main.py index d6f0d6e..56498f5 100644 --- a/common/main.py +++ b/common/main.py @@ -266,7 +266,7 @@ def show_loading(): try: podcast = self.core.model.load_podcast(url, create=True) except Exception as e: - pyotherside.send('core-error', 'Podcast: {}\nFeed URL: {}\nload_podcast error: {}'.format(podcast.title, podcast.url, str(e))) + pyotherside.send('core-error', 'Feed URL: {}\nload_podcast error: {}'.format(url, str(e))) pyotherside.send('podcast-list-changed') return false