Hi!
Nice everything is working now.
Code: Select all
sudo npm install express
sudo npm install underscore
sudo npm install winston
sudo npm install body-parser
sudo npm install cookie-parser
sudo npm install method-override
sudo npm install jade
Usually the "npm install" mentioned in my start guide should install all these dependencies. But it does not matter now I think
"Finished downloads" only shows failed downloads. Is that how it is meant?
No, there should be links to downloads. Look at SABnzbd's history, there should be the output of the postprocessing ("postprocessor.py" delivered with sabRE). Usually it should work like this:
- User enqueues URL with sabRE. When sending it to SABnzbd it tells it to use the script "postprocessor.py".
- When download is finished, the postprocessor will run, and in the end it should build a .tar archive.
- sabRE sees there is a .tar file that has the same name as an entry in SABnzbd's history, so it displays a download link.
Usually the output of the postprocessor gives more information about what went wrong.
I hoped that user1 would only see his own downloads, but that seems not the case: user1 sees all downloads: generic SAB, and also user2's. Is that how it is meant?
Yes, it is ment this way. For my scenario everybody should see anything, but this could easily be changed with some modifications.
Chrome offers to translate the page for me ... ? Probably because of "<html lang="de-de" ng-app="webapp">" in the source of the page.
Does removing lang="de-de" help? But I don't know Chrome and cannot say when it offers translation and when it does not.