home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
WebService and Mobile Access
Graveyard
MPWebServices
Webserver failed to start - Miniwebserver
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="hey__me" data-source="post: 583568" data-attributes="member: 89543"><p>Interesting, I've downloaded the source and complied it, and found two things</p><p>1) In order for the complied code to run, I need to add tvserverhost = "127.0.0.1" into config.xml on the config line</p><p>2) I had to have a copy of the miniwebserver.dll in \Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\bin\miniwebserver</p><p></p><p>After doing this, I now get 2010-02-23 20:25:35.547000 [TVService(5)]: TV Service: Plugin: MediaPortal WebServices started in the log stating that the services have started, but the configured port is not listening on the server. (confirmed with system internals tcpview). However on my development system (running XP) the server is running and I can connect to it in IE.</p><p></p><p>ANyone else having problems, let me know if this helps.</p><p></p><p>One more thing... If I start the web server from the WebServerHost application included in the source code, It starts and runs, I can connect to it, login, but I don't see my pictures, videos etc. Clicking the TV button generates a object reference error page on line 89. Seems to be some more issues.</p><p>ine 87: doc.Load(AppDomain.CurrentDomain.BaseDirectory + "config.xml");</p><p>Line 88: XmlNode gNode = doc.SelectSingleNode("/appconfig/config");</p><p>Line 89: return gNode.Attributes["scraper_url"].Value;</p><p>Line 90: }</p><p>Line 91: public static int GetPlayerType()</p></blockquote><p></p>
[QUOTE="hey__me, post: 583568, member: 89543"] Interesting, I've downloaded the source and complied it, and found two things 1) In order for the complied code to run, I need to add tvserverhost = "127.0.0.1" into config.xml on the config line 2) I had to have a copy of the miniwebserver.dll in \Program Files\Team MediaPortal\MediaPortal TV Server\Plugins\MPWebServices\htdocs\bin\miniwebserver After doing this, I now get 2010-02-23 20:25:35.547000 [TVService(5)]: TV Service: Plugin: MediaPortal WebServices started in the log stating that the services have started, but the configured port is not listening on the server. (confirmed with system internals tcpview). However on my development system (running XP) the server is running and I can connect to it in IE. ANyone else having problems, let me know if this helps. One more thing... If I start the web server from the WebServerHost application included in the source code, It starts and runs, I can connect to it, login, but I don't see my pictures, videos etc. Clicking the TV button generates a object reference error page on line 89. Seems to be some more issues. ine 87: doc.Load(AppDomain.CurrentDomain.BaseDirectory + "config.xml"); Line 88: XmlNode gNode = doc.SelectSingleNode("/appconfig/config"); Line 89: return gNode.Attributes["scraper_url"].Value; Line 90: } Line 91: public static int GetPlayerType() [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
WebService and Mobile Access
Graveyard
MPWebServices
Webserver failed to start - Miniwebserver
Contact us
RSS
Top
Bottom