Galicaster 2.1.1 throws the following exception when trying to fetch more than 5 events in a single location :
username 2019-01-07 14:11:03,995 WARNING opencast/service Problems to connect to opencast server : (56, 'GnuTLS recv error (-110): The TLS connection was non-properly terminated.')
This appears to be related to the process_ical() functions, but my Python chops aren't up to snuff to really troubleshoot this.
I can reproduce this across all of my 2.1.1 machines. 2.1.0 works, but that version is no longer available on the Xenial repository as far as I can tell? As soon as I remove events >= 6, Galicaster once again successfully fetches events.
I will try to find another way to roll-back in the meantime.
Correction: Even after rolling back I have the same problem, so this may be related to another Ubuntu package which was upgraded. Any ideas?
Galicaster 2.1.1 throws the following exception when trying to fetch more than 5 events in a single location :
This appears to be related to the
process_ical()functions, but my Python chops aren't up to snuff to really troubleshoot this.I can reproduce this across all of my 2.1.1 machines.
2.1.0 works, but that version is no longer available on the Xenial repository as far as I can tell? As soon as I remove events >= 6, Galicaster once again successfully fetches events.I will try to find another way to roll-back in the meantime.Correction: Even after rolling back I have the same problem, so this may be related to another Ubuntu package which was upgraded. Any ideas?