MediaPortal Forums HTPC/MediaCenter

Go Back   MediaPortal Forum » MediaPortal TV-Server » Community Plugins


Community Plugins TV-Server Plugins created from users for users, can be found here.

Reply
 
Thread Tools Display Modes
Old 2008-11-05, 21:46   #21 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 49
Thanks: 3
Thanked 2 Times in 2 Posts

Country:

My System

Default

Yo!

First of all thanks this looks fantastic!!

I cant seem to get it workin tho with latest svn's of tv-server & media portal on vista ultimate.

I have changed default port to 8080 to avoid conflicts and I just cant seem to connect with my ifone. I get to login screen and try login with admin/admin or guest/guest - but neither login. They just eventually timeout. I noticed on the pc with this installed that http.exe goes to about 80% cpu (core2duo 3ghz) - so seems there is something not right.

I tried disabling firewall too.

Any ideas?
safcsat is offline   Reply With Quote
Old 2008-11-05, 22:38   #22 (permalink)
Portal Member
 
cheezey's Avatar
 
Join Date: Aug 2004
Location: West Yorks
Age: 40
Posts: 486
Thanks: 8
Thanked 27 Times in 12 Posts

Country:

My System

Default

Quote:
Originally Posted by safcsat View Post
Yo!

First of all thanks this looks fantastic!!

I cant seem to get it workin tho with latest svn's of tv-server & media portal on vista ultimate.

I have changed default port to 8080 to avoid conflicts and I just cant seem to connect with my ifone. I get to login screen and try login with admin/admin or guest/guest - but neither login. They just eventually timeout. I noticed on the pc with this installed that http.exe goes to about 80% cpu (core2duo 3ghz) - so seems there is something not right.

I tried disabling firewall too.

Any ideas?
Can you post your error.log from the logs folder.
cheezey is online now   Reply With Quote
Old 2008-11-05, 22:55   #23 (permalink)
Portal Member
 
Join Date: Mar 2008
Posts: 49
Thanks: 3
Thanked 2 Times in 2 Posts

Country:

My System

Default

Quote:
Originally Posted by cheezey View Post
Quote:
Originally Posted by safcsat View Post
Yo!

First of all thanks this looks fantastic!!

I cant seem to get it workin tho with latest svn's of tv-server & media portal on vista ultimate.

I have changed default port to 8080 to avoid conflicts and I just cant seem to connect with my ifone. I get to login screen and try login with admin/admin or guest/guest - but neither login. They just eventually timeout. I noticed on the pc with this installed that http.exe goes to about 80% cpu (core2duo 3ghz) - so seems there is something not right.

I tried disabling firewall too.

Any ideas?
Can you post your error.log from the logs folder.

Starting the iPiMPweb service
The iPiMPweb service is running.
e] mod_aspdotnet: CorBindToRuntimeEx has loaded version v2.0.50727 of the .NET CLR engine.
[Wed Nov 05 20:49:46 2008] [notice] Apache/2.2.9 (Win32) mod_aspdotnet/2.2 configured -- resuming normal operations
[Wed Nov 05 20:49:46 2008] [notice] Server built: Jun 13 2008 04:04:59
[Wed Nov 05 20:49:46 2008] [notice] Parent: Created child process 4852
[Wed Nov 05 20:49:46 2008] [notice] mod_aspdotnet: CorBindToRuntimeEx has loaded version v2.0.50727 of the .NET CLR engine.
[Wed Nov 05 20:49:46 2008] [notice] Child 4852: Child process is running
[Wed Nov 05 20:49:46 2008] [notice] Child 4852: Acquired the start mutex.
[Wed Nov 05 20:49:46 2008] [notice] Child 4852: Starting 64 worker threads.
[Wed Nov 05 20:49:46 2008] [notice] Child 4852: Starting thread to listen on port 8080.
[Wed Nov 05 21:10:22 2008] [notice] Parent: Received shutdown signal -- Shutting down the server.
[Wed Nov 05 21:10:22 2008] [notice] Child 4852: Exit event signaled. Child process is ending.
[Wed Nov 05 21:10:23 2008] [notice] Child 4852: Released the start mutex
[Wed Nov 05 21:10:24 2008] [notice] Child 4852: All worker threads have exited.
[Wed Nov 05 21:10:24 2008] [notice] Child 4852: Child process is exiting
[Wed Nov 05 21:10:24 2008] [notice] Parent: Child process exited successfully.
Starting the iPiMPweb service
The iPiMPweb service is running.
e] mod_aspdotnet: CorBindToRuntimeEx has loaded version v2.0.50727 of the .NET CLR engine.
[Wed Nov 05 21:10:33 2008] [notice] Apache/2.2.9 (Win32) mod_aspdotnet/2.2 configured -- resuming normal operations
[Wed Nov 05 21:10:33 2008] [notice] Server built: Jun 13 2008 04:04:59
[Wed Nov 05 21:10:33 2008] [notice] Parent: Created child process 5740
[Wed Nov 05 21:10:33 2008] [notice] mod_aspdotnet: CorBindToRuntimeEx has loaded version v2.0.50727 of the .NET CLR engine.
[Wed Nov 05 21:10:33 2008] [notice] Child 5740: Child process is running
[Wed Nov 05 21:10:33 2008] [notice] Child 5740: Acquired the start mutex.
[Wed Nov 05 21:10:33 2008] [notice] Child 5740: Starting 64 worker threads.
[Wed Nov 05 21:10:33 2008] [notice] Child 5740: Starting thread to listen on port 8080.


There doesnt appear to be anything written to this log recently though. CPU has now gone high after i tried to login again and httpd.exe process is causing it,
safcsat is offline   Reply With Quote
Old 2008-11-05, 23:13   #24 (permalink)
Portal Member
 
Join Date: Oct 2006
Posts: 494
Thanks: 2
Thanked 8 Times in 8 Posts


Default

Quick update, I now have mine working by putting the thumbs in a single directory within the ipimp directory and changing the conf file accordingly.
allanp81 is offline   Reply With Quote
This User Say Thank You:
Old 2008-11-05, 23:51   #25 (permalink)
Portal Member
 
cheezey's Avatar
 
Join Date: Aug 2004
Location: West Yorks
Age: 40
Posts: 486
Thanks: 8
Thanked 27 Times in 12 Posts

Country:

My System

Default

Quote:
Originally Posted by safcsat View Post
There doesnt appear to be anything written to this log recently though. CPU has now gone high after i tried to login again and httpd.exe process is causing it,
I think you're being authenticated but then fails when it then tries to load the default page which makes calls to the tv server.

Can you try this:

1. Edit aspx\web.config line 27 from
HTML Code:
<deny users="?"/> 
to
HTML Code:
<deny users="-"/> 
(turns off authentication requirement)
2. Copy the code below to a file named Test.aspx and save in the aspx folder
3. Restart the webserver
4. Navigate to Test.aspx - you should get "Hello World"
5. Navigate to Default.aspx - I suspect this will hang

Also, please confirm how many channels/groups you have.

I'll load up RC3 & the latest SVN in the next couple of days and see what happens here.

HTML Code:
<%@ Page Language="VB" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<script runat="server">

    Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs)
        Response.Write("Hello World")
    End Sub
    
</script>

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
    <title>iPiMP test page</title>
</head>
<body>
    <form id="form1" runat="server">
    <div>
    
    </div>
    </form>
</body>
</html> 
cheezey is online now   Reply With Quote
Old 2008-11-06, 07:54   #26 (permalink)
Portal Member
 
cheezey's Avatar
 
Join Date: Aug 2004
Location: West Yorks
Age: 40
Posts: 486
Thanks: 8
Thanked 27 Times in 12 Posts

Country:

My System

Default

Quote:
Originally Posted by allanp81 View Post
Quick update, I now have mine working by putting the thumbs in a single directory within the ipimp directory and changing the conf file accordingly.
Thanks for the update.
cheezey is online now   Reply With Quote
Old 2008-11-06, 14:11   #27 (permalink)
Portal Member
 
Join Date: Jul 2007
Age: 33
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts


Default

This UI will work fine on the iPod Touch I guess?
beowulf is online now   Reply With Quote
Old 2008-11-06, 14:18   #28 (permalink)
Portal Member
 
Join Date: Jan 2008
Posts: 165
Thanks: 11
Thanked 6 Times in 5 Posts

Country:

My System

Default

Quote:
Originally Posted by beowulf View Post
This UI will work fine on the iPod Touch I guess?
Have a read of the very first line in the very first post by the developer....
mortstar is online now   Reply With Quote
Old 2008-11-06, 14:32   #29 (permalink)
Portal Member
 
Join Date: Jul 2007
Age: 33
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts


Default

Quote:
Originally Posted by mortstar View Post
Quote:
Originally Posted by beowulf View Post
This UI will work fine on the iPod Touch I guess?
Have a read of the very first line in the very first post by the developer....
too obvious...
beowulf is online now   Reply With Quote
Old 2008-11-07, 08:35   #30 (permalink)
 
infinityloop's Avatar
 
Join Date: Dec 2004
Location: 127.0.0.1
Age: 29
Posts: 6,408
Thanks: 183
Thanked 146 Times in 101 Posts

Country:

My System

Default

Just created a new subforum inside the TV-Server forum to store all community-plugins
__________________
regards
chris

MediaPortal Project Coordinator
Test Team Leader

Do not start to moan if something is not working as you want it to be.
Remember that MediaPortal is Open Source.
YOU can improve it!
infinityloop is offline   Reply With Quote
Reply

Bookmarks

Tags
interface, iphone, ipimp

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
MediaPortal WEB INTERFACE??? and more! plz help! :) Dingle MediaPortal 1 Talk 4 2008-05-24 16:06
problems with interface after upgrading mediaportal and mytvseries jameson71 My TVSeries 4 2007-11-27 18:01
Simpler Mediaportal Skins/Interface nnifty Improvement Suggestions 2 2007-09-13 10:00
Web Interface for Standalone HTPC running MediaPortal chrispyhd General 1 2007-08-10 07:47
NON-GUI plugin problem in MediaPortal interface - VB.NET Anonymous Plugins 3 2004-10-28 13:29


All times are GMT +1. The time now is 13:39.


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