grog68
VIP Member
can you connect to your box either with putty or load openwebif in browser on computer and click on terminal link on the left and enter the following code and paste the results here?Why do I only get it with grogbuild? I have 6.2 installed from scratch and I dont get the error
Code:
cat /etc/enigma2/settings |grep autotimer
is that a bare atv 6.3 or grogbuild Freerange on atv 6.3? It's not crashing for me with 6.2 just popping up an error log and not adding to timers.xmlBeen getting the same issue on openatv 6.3 and box keeps crashing
For those that may know what's what, I've just looked at the plugin code and the line that the logs indicates as the one causing the issue is the following:
Code:
# enable multiple timer if services or bouquets specified (eg. recording the same event on sd service and hd service)
enable_multiple_timer = ((timer.services and 's' in config.plugins.autotimer.enable_multiple_timer.value or False) or (timer.bouquets and 'b' in config.plugins.autotimer.enable_multiple_timer.value or False))
but my settings file does not have a setting for config.plugins.autotimer.enable_multiple_timer