slawekmikula / epguide

Projekt grabbera XMLTV oraz TXT dla polskich stacji telewizyjnych
http://slawekmikula.github.io/epguide
6 stars 5 forks source link

Brak listy kanałów - ręczne pobranie tvn24 BiS błąd #34

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Witam.
"-l" nie pokazuje listy kanałów :/

marcin@stalk:/opt/epguide/src$ ./epguide_run -l
marcin@stalk:/opt/epguide/src$ ./epguide_run -c "TVN-24-Biznes-i-Swiat" -t
Traceback (most recent call last):
  File "./epguide_run", line 20, in <module>
    RunEpguide()
  File "./epguide_run", line 17, in RunEpguide
    epguide.Execute()
  File "/opt/epguide/src/epguide/epguide.py", line 57, in Execute
    self.get_guide()
  File "/opt/epguide/src/epguide/abstract_epguide.py", line 68, in get_guide
    guide = self.parser.get_guide(day, channel)
  File "/opt/epguide/src/epguide/parsers/TelemanParser.py", line 58, in get_guide
    return self.get_guide_from_file(eventDate, channel_id, f)
  File "/opt/epguide/src/epguide/parsers/TelemanParser.py", line 62, in get_guide_from_file
    events = getter.get_events(eventDate, channel_id, f)
  File "/opt/epguide/src/epguide/parsers/teleman/TelemanProgrammeParser.py", line 33, in get_events
    events = [self.create_event(event_element, channel, event_date) for event_element in programmeElements]
  File "/opt/epguide/src/epguide/parsers/teleman/TelemanProgrammeParser.py", line 91, in create_event
    + " " + " " + main_category + " " + category + " " + url)
UnicodeEncodeError: 'ascii' codec can't encode character u'\u015a' in position 
56: ordinal not in range(128)
marcin@stalk:/opt/epguide/src$ 

Original issue reported on code.google.com by mar...@nicram.net on 26 Feb 2014 at 10:38

GoogleCodeExporter commented 9 years ago
poprawiłem w ostatnim commicie na repo. teleman zmienił jeden atrybut i 
dlatego lista kanałów się nie parsowała. Działa.
Dodatkowo teleman zmienił (?) kodowanie na utf-8 i własnie w Biznes i 
*Ś*wiat się pojawiał błąd dekodowania z iso-8859. Poprawiłem.

Proszę o testy przez kilka dni. Jak będzie OK, to wypuszczę wersję minor.

Original comment by slawek.m...@gmail.com on 26 Feb 2014 at 6:07

GoogleCodeExporter commented 9 years ago
Dzięki. 
Jak widać już działa poprawnie.

Original comment by mar...@nicram.net on 26 Feb 2014 at 6:18

GoogleCodeExporter commented 9 years ago
Kiedy bedzie wypuszczona oficjalna wersja np 1.8.1 ?

Original comment by Piotr.Ku...@gmail.com on 2 Mar 2014 at 8:20

GoogleCodeExporter commented 9 years ago
Jak marcin zatwiedzi poprawne działanie w dłuższym okresie czasu.

Original comment by slawek.m...@gmail.com on 2 Mar 2014 at 8:35

GoogleCodeExporter commented 9 years ago
Jak na razie działa dobrze. Nie ma problemów.

Original comment by mar...@nicram.net on 3 Mar 2014 at 7:32

GoogleCodeExporter commented 9 years ago
Wydaję 1.8.1

Original comment by slawek.m...@gmail.com on 9 Mar 2014 at 8:47