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
description = description.replace('\n', '')
AttributeError: 'NoneType' object has no attribute 'replace'
I messed with the SQLite database and I found that, if the field is NULL, then this error happens. An empty string makes the error go away, and OFC, proper description works aswell.
The text was updated successfully, but these errors were encountered:
If you add a podcast without description, the program will crash if you try to select it (or if is the only one).
Example: http://podcasts.joerogan.net/feed/rss
I messed with the SQLite database and I found that, if the field is NULL, then this error happens. An empty string makes the error go away, and OFC, proper description works aswell.
The text was updated successfully, but these errors were encountered: