[Freevo-devel] Webserver Info

2005-08-09 Thread Michael Francis
Ok I'm really new around here and this is my first post. I'm here because A) Love freevo and want to help out B) I'm making a specialized version of freevo for a project I'm doing.   So two things first off, when can we expect to see an offical release of freevo 2? I'm wondering because fro

Re: [Freevo-devel] Webserver / Login failed

2005-08-08 Thread Viggo Fredriksen
Hi, On 08.08.2005 14:18, Hans Meine wrote: On Monday 08 August 2005 10:49, Markus Obermeier wrote: I started the webserver to test the access. Please see the logs and confs below. However, I cannot login. Ah, you too? I also get "login failed" messages from my browser. Did not have the tim

Re: [Freevo-devel] Webserver / Login failed

2005-08-08 Thread Hans Meine
On Monday 08 August 2005 10:49, Markus Obermeier wrote: > I started the webserver to test the access. Please see the logs and > confs below. However, I cannot login. Ah, you too? I also get "login failed" messages from my browser. Did not have the time to debug/provide closer information/logs, so

[Freevo-devel] Webserver / Login failed

2005-08-08 Thread Markus Obermeier
Hi, I started the webserver to test the access. Please see the logs and confs below. However, I cannot login. Any ideas how to fix this? Help would be appreciated. And thanks for your support in advance. Best regards, Markus INFO webserver(62): HTTPServer running on port 8080 INFO client(1

Re: [Freevo-devel] webserver: Newline crashes proginfo.rpy (nxtvepg)

2005-08-03 Thread Bastian Farkas
thanks a lot, i was experiencing the exact same problem. i'm also fetching my tv listings with nxtvepg. i think its output corresponds to the xmltv rules, but the freevo webinterface coder did not expect shows with several paragraphs of description :) On Wed, 2005-08-03 at 14:25 +0200, Pete Hilleb

[Freevo-devel] webserver: Newline crashes proginfo.rpy (nxtvepg)

2005-08-03 Thread Pete Hillebrand
Hy, this is my first post on this list, so ;) I realized that I coudnt open detail infos in the tvguide using the webinterface, because of an JavaScript error. Searching for the reason I found that there are linewraps in my TV.xml file in the description tag - and so in the JavaScript code ge

[Freevo-devel] webserver

2005-02-25 Thread Andrew Dumaresq
Hey, My web server was crashing, I tracked the problem down to this line: www/server.py line 292: self.socket= socket.socket(socket.AF_INET6, socket.SOCK_STREAM) for me (I don't support IP6) I needed to change it to: self.socket= socket.socket(socket.AF_INET, socket.SOCK_STREAM) Perha

Re: [Freevo-devel] webserver

2005-02-11 Thread Rob Shortt
Dirk Meyer wrote: Hi, I tried the webserver today and here some things to talk about: 1. The recording listing gets the informations from the epg. It should get everything needed (inclusing description) from the recordserver. I changed that (not in cvs right now) The recordserver doesn't ha

[Freevo-devel] webserver

2005-02-11 Thread Dirk Meyer
Hi, I tried the webserver today and here some things to talk about: 1. The recording listing gets the informations from the epg. It should get everything needed (inclusing description) from the recordserver. I changed that (not in cvs right now) 2. The recording listing and the search pag