http://bugs.gpodder.org/show_bug.cgi?id=148

           Summary: TypeError while "Generating TreeModel"
           Product: gPodder
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: low
         Component: Application
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
   Estimated Hours: 0.0


Today I started gPodder with --verbose option. After reviewing the output I saw
this errormessage:

[  26.797] (podcastChannel) Generating TreeModel for
http://feeds.feedburner.com/ubuntuos/ogg
[  26.821] Warning: Cannot convert "None" to date.
Traceback (most recent call last):
  File "/opt/gpodder/src/gpodder/util.py", line 282, in format_date
    diff = int((time.time()+1)/seconds_in_a_day) -
int(timestamp/seconds_in_a_day)
TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'

[  26.874] Warning: Cannot convert "None" to date.
Traceback (most recent call last):
  File "/opt/gpodder/src/gpodder/util.py", line 282, in format_date
    diff = int((time.time()+1)/seconds_in_a_day) -
int(timestamp/seconds_in_a_day)
TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'

[  26.875] Warning: Cannot convert "None" to date.
Traceback (most recent call last):
  File "/opt/gpodder/src/gpodder/util.py", line 282, in format_date
    diff = int((time.time()+1)/seconds_in_a_day) -
int(timestamp/seconds_in_a_day)
TypeError: unsupported operand type(s) for /: 'NoneType' and 'int'


-- 
Configure bugmail: http://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

Reply via email to