Juice doesn't start.
Logdetails:
Traceback (most recent call last):
File "gui.py", line 4, in ?
File "iPodderGui.pyc", line 3621, in main
File "iPodderGui.pyc", line 707, in __init__
File "wx\_core.pyc", line 5301, in __init__
File "wx\_core.pyc", line 4980, in _BootstrapApp
File "iPodderGui.pyc", line 1013, in OnInit
File "gui\scheduler.pyc", line 127, in initScheduledRuns
TypeError: int() argument must be a string or a number
Errorsource:
ipodder.cfg Line "sched_intervalHours = 0,5"
The "," is wrong and must set to a ".". The correct
line is "sched_intervalHours = 0.5". Then the problem
on startup is repaired.