KiLMaN / T411-Torznab

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

Error: Invalid octal number create mask #3

Closed ErwanNumb closed 8 years ago

ErwanNumb commented 8 years ago

I got this error when I try to launch the script. What can I do?

Thanks!

KiLMaN commented 8 years ago

Never seen that error before, can you post a screenshot or more informations ?

ErwanNumb commented 8 years ago

Yes sure

unnamed 2

KiLMaN commented 8 years ago

Did you check the permission of the folder / files (chmod ? chown ?) Can you post the result of ls -al command inside the folder ?

ErwanNumb commented 8 years ago

Sure, here it is:

screenshot_2015-10-01-16-44-57

KiLMaN commented 8 years ago

I hope your running node server.js as root, with what you send me, i don't know why this isn't working for you ... Have you tried to run another nodejs program ? Make sure that you run npm install to install all the dependencies required. Honestly i have no idea why you have such an error, here is my configuration and it's running just fine image

ErwanNumb commented 8 years ago

Yes I'm running as root. I'll try to investigate, thank you anyway!

KiLMaN commented 8 years ago

Just to be sure, what OS are you running on ?

ErwanNumb commented 8 years ago

I'm running DSM 5.x (xpenology) on a HP proliant server

KiLMaN commented 8 years ago

On second thought, try changing the permissions of all files : chmod 755 ./* -R and see if it changes anything It seems like this error is tied to the permissions and rwxrwxrwx for each file doesn't seems right ...

KiLMaN commented 8 years ago

Any update on your problem ?