Media Browser produces malformed URLs

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
botono9
Posts:4
Joined:Thu Sep 10, 2009 10:32 pm
AV Hardware:HP MediaSmart E470, PS3
Media Browser produces malformed URLs

Post by botono9 » Sun May 30, 2010 2:11 am

I have the media browser set up for remote access. The page comes up just fine, but all the links are formatted like this:

Code: Select all

<a class="playcontainer" href="http://MYDOMAIN.DYNAMIC.org:9555:9555/webbrowse/O0$1">Music</a>
You'll notice that the port is inserted twice. The links function properly in Firefox but not in Chrome. It seems like Firefox is being charitable, because the URL is completely invalid.

Any ideas on how to fix this? I tried removing the port from the dyndns config option in twonkymedia-server.ini but no go.

Also, this only happens when viewing the media browser remotely. If I am on the server it self (which uses port 9000 for the media browser), the URLs are proper, like this:

Code: Select all

<a class="playcontainer" href="http://192.168.1.111:9000/webbrowse/O0$3">Videos</a>

yplorf
Posts:1
Joined:Wed Jun 23, 2010 7:07 pm
AV Hardware:xbox & Linux 32bits

Re: Media Browser produces malformed URLs

Post by yplorf » Wed Jun 23, 2010 7:10 pm

I've got the same trouble with latest release from the official website.
Linux 32bits (debian lenny stable).

Locked