chorus icon indicating copy to clipboard operation
chorus copied to clipboard

basePath doesn't work for image url

Open Crupuk opened this issue 10 years ago • 1 comments

I use apache mod_proxy to get access to my xbmc interface.

The url that i choose is : http://domain/xbmc/ which doesn't work with Chorus .

Each Ajax request is redirected to : http://domain/

If i change the basePath in chorus.min.js the requests to jsonrpc work, but not the image.

Like you can see i'm not english.. So i apologize .

Thanks

Crupuk avatar May 23 '14 08:05 Crupuk

I also had an issue since a have a proxy infront of XBMC. I fixed it and created a PR: https://github.com/jez500/chorus/pull/77

edit: I just noticed this PR only fixed jsonrpc calls (still having issues with images)

bradvido avatar Aug 06 '14 15:08 bradvido