Page 1 of 1

virtualhost

Posted: Mon Nov 04, 2013 9:17 am
by artyy
Hello. First, let me thank for making one of the most awesome add ons on the planet.

Now, I have came across a problem/bug that's weird to me and need the expertise of someone more experienced to tell me why it's happening and perhaps the devs will fix it.
The bug happens on this site

http://www.episodecalendar.com

NoScript says there's a site with scripts http://virtualhost connected with episodecalendar
which is weird, what the hell is http://virtualhost with no extension?

Should this be addressed to episodecalendar or here?

Re: virtualhost

Posted: Mon Nov 04, 2013 10:27 am
by Giorgio Maone
artyy wrote: NoScript says there's a site with scripts http://virtualhost connected with episodecalendar
which is weird, what the hell is http://virtualhost with no extension?

Should this be addressed to episodecalendar or here?
To episodecalendar.
Line 28 of their homepage source code:

Code: Select all

 <script src="http://virtualhost:9292/faye.js" type="text/javascript"></script>
They're apparently using Faye in their development environment ("virtualhost" must be their internal server name), and they failed (or don't need) to relocate it in their production environment.

Re: virtualhost

Posted: Mon Nov 04, 2013 11:20 am
by artyy
Thanks, I have used their contact form and sent them a message containing the link to this topic.
Hopefully they'll fix it.

Re: virtualhost

Posted: Mon Nov 04, 2013 5:54 pm
by frexuz
My bad! :D Will fix the bug on the server..