KiLMaN / T411-Torznab

A NodeJs proxy to download from T411 in Sonarr
26 stars 15 forks source link

Qnap + docker #18

Open zeflash opened 8 years ago

zeflash commented 8 years ago

Hi Kilman,

trying to install this on my QNAP. I've updated NodeJS to 4.5.0 using the procedure described in the other QNAP related issue. I've been able to run npm install in the torznab folder without any errors. I've been able to build the docker container without any errors (I had to stop the photo station as it wanted to created @__thumb files whenever something was copied in the docker app folder in the first step of the docker build).

But, when running the installed container, I get this log (username removed):

> T411-torznab@0.0.0 start /usr/src/app                                                                                                        
> node server.js                                                                                                                               

info: Starting T411 proxy                                                                                                                      
info: Running in : /usr/src/app                                                                                                                
info: Trying to log into T411 with user : 'xxxxxxx'                                                                                               
error: Cannot log in to T411 : Error: getaddrinfo EAI_AGAIN api.t411.ch:80      

Not quite sure what to do now. Can anyone help? Thanks!