[mythtv-users] MythExpress, a browser based mythtv client
    George Nassas 
    gnassas at mac.com
       
    Sat Oct 13 05:48:06 UTC 2012
    
    
  
On 2012-10-12, at 5:51 PM, Robert Longbottom wrote:
> Sounds interesting, so I thought I'd give it a try,
Yay! My first paying customer.
> but when I start it, it just bombs out straight away.  I'm running Mythtv 0.25 on Gentoo and I've applied the mythtv patches mentioned.  I'm running this all on the same box.
> 
> Where do I start debugging? :-)
> 
> events.js:68
>        throw arguments[1]; // Unhandled 'error' event
>                       ^
> Error: dns service error: unknown
>    at MDNSService.on_resolver_done (/home/robert/dev/mythexpress/MythExpress/node_modules/mdns/lib/resolver_sequence_tasks.js:19:30)
>    at IOWatcher.MDNSService.self.watcher.callback (/home/robert/dev/mythexpress/MythExpress/node_modules/mdns/lib/mdns_service.js:17:38)
mdns isn't my code, it's a bonjour library hosted at https://github.com/agnat/node_mdns. I took a look at those lines in the two source files but they don't say anything revealing.
A first step might be running the project's tests as described in the readme:
    git clone http://github.com/agnat/node_mdns
    cd node_mdns
    npm link && npm test
perhaps there is something funky about your network setup and the tests will expose it.
I can try creating a gentoo instance in virtualbox and see if that also has the error. Is there anything out of the ordinary about your machine? I'll pull down a standard install iso and pick 64 bit unless you tell me otherwise.
- George
    
    
More information about the mythtv-users
mailing list