Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
200
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 4.00 KB | None | 0 0
  1. 14:19:32 T:2627728464  NOTICE: Icefilms: ----------------Icefilms Addon Param Info----------------------
  2. 14:19:32 T:2627728464  NOTICE: Icefilms: --- Version: 1.6.0
  3. 14:19:32 T:2627728464  NOTICE: Icefilms: --- Mode: 13
  4. 14:19:32 T:2627728464  NOTICE: Icefilms: --- URL:
  5. 14:19:32 T:2627728464  NOTICE: Icefilms: --- Video Type: season
  6. 14:19:32 T:2627728464  NOTICE: Icefilms: --- Name: 2014
  7. 14:19:32 T:2627728464  NOTICE: Icefilms: --- IMDB: tt0115147
  8. 14:19:32 T:2627728464  NOTICE: Icefilms: --- TMDB:
  9. 14:19:32 T:2627728464  NOTICE: Icefilms: --- Season:
  10. 14:19:32 T:2627728464  NOTICE: Icefilms: --- Episode:
  11. 14:19:32 T:2627728464  NOTICE: Icefilms: --- MyHandle: 11
  12. 14:19:32 T:2627728464  NOTICE: Icefilms: ---------------------------------------------------------------
  13. 14:19:36 T:2627728464  NOTICE: Icefilms: Season Source is: 2014
  14. 14:19:36 T:2627728464  NOTICE: metahandler: Looking up TMDB config cache values
  15. 14:19:36 T:2627728464  NOTICE: metahandler: Cache still valid, setting values
  16. 14:19:37 T:2627728464  NOTICE: metahandler: No SQLite rows requiring update
  17. 14:19:37 T:2627728464  NOTICE: metahandler: Looking up in local cache for addon id: plugin.video.icefilms
  18. 14:19:37 T:2627728464  NOTICE: Icefilms: TVepLinks name: Nov 20. Eddie Redmayne <b>HD</b>
  19. 14:19:37 T:2627728464  NOTICE: Icefilms: TVepLinks name: Nov 19. Jessica Chastain <b>HD</b>
  20. 14:19:37 T:2627728464  NOTICE: Icefilms: TVepLinks name: Nov 18. Benedict Cumberbatch <b>HD</b>
  21. 14:19:37 T:2627728464  NOTICE: Icefilms: TVepLinks name: Nov 17. Laura Poitras <b>HD</b>
  22. 14:19:37 T:2627728464  NOTICE: Icefilms: TVepLinks name: Nov 13. Maziar Bahari &amp; Gael García Bernal <b>HD</b>
  23. 14:19:37 T:2627728464   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  24.                                              - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  25.                                             Error Type: <type 'exceptions.UnicodeDecodeError'>
  26.                                             Error Contents: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128)
  27.                                            Traceback (most recent call last):
  28.                                              File "/storage/.xbmc/addons/plugin.video.icefilms/default.py", line 3687, in <module>
  29.                                                TVEPISODES(name,url,None,imdbnum)
  30.                                              File "/storage/.xbmc/addons/plugin.video.icefilms/default.py", line 1479, in TVEPISODES
  31.                                                TVEPLINKS(seasonSRC, name, imdb_id)
  32.                                              File "/storage/.xbmc/addons/plugin.video.icefilms/default.py", line 1498, in TVEPLINKS
  33.                                                get_episode(season, name, imdb_id, url, metaget, meta_installed, totalitems=len(match))
  34.                                              File "/storage/.xbmc/addons/plugin.video.icefilms/default.py", line 3276, in get_episode
  35.                                                addDir(episode,iceurl+url,14,'',imdb='tt'+str(imdb_id),totalItems=totalitems)
  36.                                              File "/storage/.xbmc/addons/plugin.video.icefilms/default.py", line 2894, in addDir
  37.                                                name = htmlcleaner.clean(name)
  38.                                              File "/storage/.xbmc/addons/plugin.video.icefilms/resources/lib/htmlcleaner.py", line 118, in clean
  39.                                                cleaned = unescape(html)
  40.                                              File "/storage/.xbmc/addons/plugin.video.icefilms/resources/lib/htmlcleaner.py", line 105, in unescape
  41.                                                return r_unescape.sub(replaceEntities, s)
  42.                                            UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 10: ordinal not in range(128)
  43.                                             -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement