Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CP Link Error #13

Closed
ghost opened this issue Jan 4, 2015 · 3 comments
Closed

CP Link Error #13

ghost opened this issue Jan 4, 2015 · 3 comments

Comments

@ghost
Copy link

ghost commented Jan 4, 2015

I am seeing an issue with the below link:

/usr/local/htpcmanager/share/HTPC-Manager/interfaces/default/html/couchpotato.html

href="${webinterface}" target="_blank" title="Open original Couchpotato interface">${settings.get('couchpotato_name', 'CouchPotato')}

In HTPC clicking opens new tab "about:blank"

If I change it to the following it works fine:

href="https://192.168.1.3:5050" target="_blank" title="Open original Couchpotato interface">${settings.get('couchpotato_name', 'CouchPotato')}

Great job on this fork by the way - loving it...

@Hellowlol
Copy link
Owner

Thanks. What browser are you using?

@Hellowlol
Copy link
Owner

Nvm, found the error. It's two :: in webinteface. I'll fix it later today. I don't have access to my computer now

@Hellowlol
Copy link
Owner

Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant