![]() |
Parse Error in Channel List - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: PVR & Live TV Support (https://forum.kodi.tv/forumdisplay.php?fid=167) +---- Forum: MythTV (https://forum.kodi.tv/forumdisplay.php?fid=170) +---- Thread: Parse Error in Channel List (/showthread.php?tid=208258) |
Parse Error in Channel List - bkaz - 2014-11-07 I just set up a fresh install of Gotham with the MythTV client and successfully connected to the back end on a different computer. I can view all the recordings but the channel list and the program guide are blank. The PVR status page shows zero channels found. The channels appear correctly on the Android app and on separate computer running the MythTV frontend. It looks like there is a parse error with the channels. There are no other errors in the log. I think one of the channels might have an illegal character or delimiter in its name. If so I should be able to rename the offending channel in the MythTV backend. I'll try that later tonight. So here's the part of the log that deals with the error: Code: 08:38:33 T:2843736896 DEBUG: AddOnLog: MythTV PVR Client: (CPPMyth)SendRequest: GET /Channel/GetChannelInfoList?SourceID=%31&StartIndex=%30&Count=%31%30%30 HTTP/1.1 RE: Parse Error in Channel List - janbar - 2014-11-09 Hi @bkaz, Can you download the full response from backend using your web browser with the url: http://server:6544/Channel/GetChannelInfoList?SourceID=%31&StartIndex=%30&Count=%31%30%30 Where server = the ip of your backend. Thanks RE: Parse Error in Channel List - janbar - 2014-11-15 @bkaz any news ? RE: Parse Error in Channel List - Trejep - 2014-11-27 I am getting the same error. Using the getchannel info url gives me this: "This page contains the following errors: error on line 1 at column 13200: Char 0x0 out of allowed range Below is a rendering of the page up to the first error. 03011302014-11-27T02:40:20Z0.27.20141016-17710434_3KTVX-DTWeather Nation1130013043ATSC8vsb62900000040default0atsc100truetrue10525_2COZI-TVCOZI-TV830036052ATSC8vsb61700000038default0atsc100truetrue10535_3KSL-Wx KSL Weather830034053ATSC8vsb61700000038default0atsc100truetrue10717_1KUED-HDKUED-HD930053071ATSC8vsb64100000042default0atsc100truetrue10727_2WorldWorld930054072ATSC8vsb64100000042default0atsc100truetrue10737_3V-MeV-Me930055073ATSC8vsb64100000042default0atsc100truetrue10919_1KUENKUEN729913091ATSC8vsb60500000036default0atsc100truetrue10929_2MHzWrldMHzWrld729914092ATSC8vsb60500000036default0atsc100truetrue116316_3IONLifeKUPX Life5299350163ATSC8vsb56300000029default0atsc100truetrue116416_4ShopKUPX Shop5299360164ATSC8vsb56300000029default0atsc100truetrue116516_5QVCKUPX QVC5299370165ATSC8vsb56300000029default0atsc100truetrue116616_6HSNHSN5299380166ATSC8vsb56300000029default0atsc100truetrue11819_91KUER-FMKUER-FM72991910991ATSC8vsb60500000036default0atsc100truetrue120120_1KTMW-D1KTMW-D11393130201ATSC8vsb50900000020default0atsc100truetrue120220_2KTMW-D2KTMW-D21393140202ATSC8vsb50900000020default0atsc100truetrue120320_3KTMW-D3KTMW-D31393150203ATSC8vsb50900000020default0atsc100truetrue120420_4KTMW-D4KTMW-D41393160204ATSC8vsb50900000020default0atsc100truetrue124124_1KPNZ-DTKPNZ-DT2400910241ATSC8vsb53300000024default0atsc100truetrue125125_1KSVN-LD " I noticed that if I change the url to http://server:6544/Channel/GetChannelInfoList?SourceID=1&StartIndex=0&Count=18 . It returns an XML without any errors. If count >=19 I get the Char 0x0 out of allowed range error. Hmm...just went into my mythtv-setup channel editor and noticed there were triangles after the name..assuming they were invalid characters...I deleted the empty characters and now I get a normal XML response when requesting the full range...now to test it with kodi pvr.mythtv RE: Parse Error in Channel List - Trejep - 2014-11-27 Sweet, all is well now. Thanks for the pointer janbar! |