https://bugs.gpodder.org/show_bug.cgi?id=1458
Bug #: 1458
Summary: No handlers could be found for logger "gpodder.model"
Classification: Unclassified
Product: gPodder
Version: Git "tres" branch
Platform: PC
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: low
Component: Application
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
If you try this program
---------------------------------
import os
os.environ['GPODDER_HOME'] = os.path.join(os.sep, 'tmp', 'gpodder', 'config')
os.environ['GPODDER_DOWNLOAD_DIR'] = os.path.join(os.sep, 'tmp', 'gpodder',
'downloads')
from gpodder import api
client = api.PodcastClient()
podcast = client.create_podcast('http://www2.rozhlas.cz/podcast/zpravy.php')
client._db.close()
---------------------------------
you get this output
---------------------------------
Storing data in /tmp/gpodder/config (GPODDER_HOME is set)
No handlers could be found for logger "gpodder.model"
---------------------------------
Could there be a problem with the logging module in gpodder.model? I know the
podcast feed isn't really a valid feed because the GUID is missing, but the
logger error message should not appear, or am I wrong?
--
Configure bugmail: https://bugs.gpodder.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.
_______________________________________________
gPodder-Bugs mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/gpodder-bugs