In other images this has long been removed.
Autotimer stopped adding new timers since a few days
Re: Autotimer stopped adding new timers since a few days #21
Re: Autotimer stopped adding new timers since a few days #22
Re: Autotimer stopped adding new timers since a few days #23
Posted 19 November 2024 - 16:19
In other images this has long been removed.
That can only be done if you are sure all strings contain UTF-8.
>>> match = 'blöd' >>> match.encode('UTF-8') b'bl\xc3\xb6d' >>> match = 'blöd' >>> match.encode('ISO8859-15') b'bl\xf6d'
This is not relevant, as you start out with strings with valid encoding.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Autotimer stopped adding new timers since a few days #24
Posted 19 November 2024 - 16:27
After changing the encoding you will never find a match, this option was originally wrong.
The same problems arise when we try to compare a case-insensitive match.
If it is not English, then there will never be a match, it is a different character set.
Edited by Dimitrij, 19 November 2024 - 16:28.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: Autotimer stopped adding new timers since a few days #25
Posted 19 November 2024 - 16:29
Ok.
Question remains how that ISO8859-15 string got into the autotimer.xml. Because that is the root cause of this problem.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Autotimer stopped adding new timers since a few days #26
Posted 19 November 2024 - 16:33
Question remains how that ISO8859-15 string got into the autotimer.xml. Because that is the root cause of this problem.
# Encoding
default = timer.encoding
selection = ['UTF-8', 'ISO8859-15']
if default not in selection:
selection.append(default)
self.encoding = NoSave(ConfigSelection(choices=selection, default=default))
I checked each enabled Autotimer entry and found one which had ISO8859-15 encoding set.
I changed it to UTF-8 and it seems the problem was fixed.
GigaBlue UHD Quad 4K /Lunix3-4K/Duo 4K
Re: Autotimer stopped adding new timers since a few days #27
Posted 19 November 2024 - 16:38
Yes, I can read.
But that doesn't answer my question
I checked each enabled Autotimer entry and found one which had ISO8859-15 encoding set.
which is "why was it ISO8859-15 in the first place", as everything in E2 should be UTF-8.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Autotimer stopped adding new timers since a few days #28
Posted 19 November 2024 - 17:48
I did set ISO8859-15 encoding accidentally for a newly created Autotimer item.
But the EPG text arrived in UTF-8, so this was interfering with the ISO8859-15 encoding setting.
There should be an encoding detection in the Autotimer plugin, which could handle the encoding error and avoid such fatal plugin errors, what resulted the plugin to stop working.
Re: Autotimer stopped adding new timers since a few days #29
Posted 19 November 2024 - 18:14
Thanks for the feedback.
How did you "set ISO8859-15"? Just trying to understand what exactly you did.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Autotimer stopped adding new timers since a few days #30
Re: Autotimer stopped adding new timers since a few days #31
Posted 20 November 2024 - 08:48
After removing the autotimer.xml and adding them back manually it start working.
My old autotimer.xml looked like this:
Re: Autotimer stopped adding new timers since a few days #32
Posted 20 November 2024 - 14:30
What EPG produces titles with a ® ?
And I still have no clue what you mean by
Created a new Autotimer for an event and (maybe accidentally) changed the encoding from UTF-8 to ISO8859-15.
encodings don't easily change, that is hard work.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Autotimer stopped adding new timers since a few days #33
Re: Autotimer stopped adding new timers since a few days #34
Posted 21 November 2024 - 12:44
See screenshot2, where I changed the encoding to ISO8859-15.And I still have no clue what you mean by
encodings don't easily change, that is hard work.
Created a new Autotimer for an event and (maybe accidentally) changed the encoding from UTF-8 to ISO8859-15.
Attached Files
Re: Autotimer stopped adding new timers since a few days #35
Posted 21 November 2024 - 13:55
I did not put in the ®. It was created by your site
What do you mean by "your site"?
Autotimers are created either manually (you type in the title and search criteria), or you create it from an EPG entry.
Assuming you did the last, I was wondering where the EPG data came from.
Did you receive it OTA from the channel provider ( in which case I would like to know provider and channel as we might have an EPG reader issue ) or from EPG Import ( in which case the data in the xmltv import was incorrect ).
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Autotimer stopped adding new timers since a few days #36
Re: Autotimer stopped adding new timers since a few days #37
Re: Autotimer stopped adding new timers since a few days #38
Posted 21 November 2024 - 19:11
Ok, so this is not about the autotimer and the encoding at all... Confusing.
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
Re: Autotimer stopped adding new timers since a few days #39
Re: Autotimer stopped adding new timers since a few days #40
Posted 21 November 2024 - 19:41
And the question still remains: where did the ISO8859-15 text in the autotimer come from?
Currently in use: VU+ Duo 4K (2xFBC S2), VU+ Solo 4K (1xFBC S2), uClan Usytm 4K Ultimate (S2+T2), Octagon SF8008 (S2+T2), Zgemma H9.2H (S2+T2)
Due to my bad health, I will not be very active at times and may be slow to respond. I will not read the forum or PM on a regular basis.
Many answers to your question can be found in our new and improved wiki.
3 user(s) are reading this topic
0 members, 3 guests, 0 anonymous users