Strange Behavior on Clipart
#1
Hi,

I am creating a remote for Kodi on a home automation platform (Thehomeremote.com) and Ive come across something I dont understand, as part of my javascript script I created a if/else statement to determine if the clipart was a local file (nfs in this case) or a tmdb file and the script would show the correct url to display.

It was working as I expected but I noted id used an incorrect "=" rather "==", which was causing the if/else to always default to local... this is where is is strange, the tmdb links when combined with my local http:// url work and the ones without dont. Sorry i know the explanation is not clear as thehomeremote is a seperate app... but can someone look at the urls and see why the "wrong" one works and the "right one doesnt?

http://test:[email protected]:8080/image/...363.jpg%2F   --- This one works 
http://image.tmdb.org/t/p/w92/xID608ibFz...OPj363.jpg   --- This one doesnt (encoded or otherwise)

As you can see the first line contains an encoded link to my internal share THEN the tmdb link afterwards... and it shows the image. The second one is the correct link for TMDB and doenst display, the browser says "file not found"... how the hell is the first line showing the image?

John
Reply

Logout Mark Read Team Forum Stats Members Help
Strange Behavior on Clipart0