MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal 1 » Main Features (talk, share your ideas, get support) » Electronic Program Guide » WebEPG


WebEPG everything related to WebEPG in here

Reply
 
Thread Tools Display Modes
Old 2007-11-18, 16:06   #1 (permalink)
Portal Member
 
amilewski's Avatar
 
Join Date: Jan 2007
Location: Jelenia Góra
Age: 38
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Send a message via Skype™ to amilewski
Question Incorrect URI identifier

Hi,
I'm working on a new grabber for MP 0.2.3 and encountered problem never seen in MP 0.2.2.
My ulr is:

http://tv.wp.pl/index.html?T%5Bdate%5D=[YYYY]-[MM]-[DD]&T%5Bstation%5D=ID&T%5Bcategory%5D=ALL&amp ;T%5Btime%5D=0

The WebEPG.exe runs just for a while and stops with records in error.log:

2007-11-18 15:12:47.414000 [ERROR][1]: WebEPG: Fatal Error
2007-11-18 15:12:47.415000 [ERROR][1]: WebEPG: Incorrect URI identifier: format for URI identifier can not be set.

Any help!?

thanks in advance
__________________
Andrzej
amilewski is offline   Reply With Quote
Old 2007-12-05, 16:45   #2 (permalink)
Portal Member
 
Join Date: Aug 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default Invalid URI

I am having a similar problem, here is the end of my WebEPG.log

2007-12-05 09:36:14.153882 [Info.][1]: WebEPG: No site TimeZone, using Local: Central Standard Time
2007-12-05 09:36:14.216383 [Info.][1]: WebEPG: ChannelId: Central@fox.com
2007-12-05 09:36:14.216383 [Debug][1]: WebEPG: Grab Start 9:36 AM 12/5/2007
2007-12-05 09:36:14.263259 [Info.][1]: WebEPG: Reading http://www.charter.net/tv/channel_pa...day=2007-12-05 POST:
2007-12-05 09:36:14.560138 [ERROR][1]: WebEPG: Fatal Error
2007-12-05 09:36:14.560138 [ERROR][1]: WebEPG: Invalid URI: The format of the URI could not be determined.
2007-12-05 09:36:14.560138 [Info.][1]: WebEPG: Finished

and Here is the Grabber file

<?xml version="1.0" encoding="utf-8"?>
<Grabber>
<Info language="en" availableDays="14" timezone="" version="2.0" />

<Channels>
<Channel id="Central@fox.com" siteId="10750" />
</Channels>


<Listing type="Html">
<Site url="http://www.charter.net/tv/channel_page.php?station=[ID]&amp;listings_day=[YYYY]-[MM]-[DD]" post="" external="false" encoding="" />
<Html>
<Template name="default" start="">
<SectionTemplate tags="T">
<TemplateText>
&lt;tr&gt;
&lt;td&gt;#START&lt;/td&gt;
&lt;td&gt;#START &lt;/td&gt;
&lt;/tr&gt;
</TemplateText>
</SectionTemplate>
</Template>
</Html>
</Listing>
</Grabber>

Any help is greatly appreciated.

Thanks
Ruhar Insane is offline   Reply With Quote
Old 2007-12-06, 23:28   #3 (permalink)
Portal Member
 
amilewski's Avatar
 
Join Date: Jan 2007
Location: Jelenia Góra
Age: 38
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts

Country:

My System

Send a message via Skype™ to amilewski
Default

Same errors when you try this in WebEPG-Designer, additionaly you get messages from debuger:

in System.Uri.CreateThis(String uri, Boolean dontEscape, UriKind uriKind)
in System.Uri..ctor(String uriString)
in MediaPortal.Utils.Web.HTTPTransaction.Transaction( HTTPRequest pageRequest)
in MediaPortal.Utils.Web.HTMLPage.GetInternal(HTTPReq uest page)
in MediaPortal.Utils.Web.HTMLPage.LoadPage(HTTPReques t page)
in MediaPortal.Utils.Web.HTMLPage..ctor(HTTPRequest page)
in WebEPG_Designer.Main.bLoad_Click(Object sender, EventArgs e)
in System.Windows.Forms.Control.OnClick(EventArgs e)
in System.Windows.Forms.Button.OnClick(EventArgs e)
in System.Windows.Forms.Button.OnMouseUp(MouseEventAr gs mevent)
in System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks)
in System.Windows.Forms.Control.WndProc(Message& m)
in System.Windows.Forms.ButtonBase.WndProc(Message& m)
in System.Windows.Forms.Button.WndProc(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.O nMessage(Message& m)
in System.Windows.Forms.Control.ControlNativeWindow.W ndProc(Message& m)
in System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
__________________
Andrzej
amilewski is offline   Reply With Quote
Old 2007-12-08, 18:06   #4 (permalink)
Portal Member
 
Join Date: Aug 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts

Country:


Default

amilewski,

I think the problem with my link is that the website requires a login before it will display any TV Listings.

I started looking at your url:

http://tv.wp.pl/index.html?T%5Bdate%5D=[YYYY]-[MM]-[DD]&amp;T%5Bstation%5D=ID&amp;T%5Bcategory%5D=ALL& amp ;T%5Btime%5D=0

and noticed that there are no brackets around ID, you may want to try this out:

http://tv.wp.pl/index.html?T%5Bdate%5D=[YYYY]-[MM]-[DD]&amp;T%5Bstation%5D=[ID]&amp;T%5Bcategory%5D=ALL&amp ;T%5Btime%5D=0

Hope this helps out.
Ruhar Insane is offline   Reply With Quote
Reply

Bookmarks

Tags
identifier, incorrect, uri

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Incorrect SplashScreen b166er General Support 2 2007-10-04 21:46
Import incorrect TvGuide mazou Get Support 6 2007-06-11 23:23
Incorrect Scheduling conflict klunde Codecs, External Players 3 2006-10-06 20:12
Channel is incorrect MtnByker General Support 0 2006-03-18 19:46
Sometimes the movie info is incorrect or incorrect picture donmega General Support 5 2006-01-02 09:13


All times are GMT +1. The time now is 04:44.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 Protected by Akismet Blog with WordPress
Advertisement System V2.6 By   Branden