Plex Movie Requests

i've been trying and can't seem to get it to work. i have the meteor app running on my windows machine for now but would be nice to get it running on my qnap running linux.

Can you give more information? Where does it fail? Error messages? Can you run just a regular "meteor build" and does that succeed as demeteorizer depends on it.

http://docs.meteor.com/#/full/meteorbuild

Can you give more information? Where does it fail? Error messages? Can you run just a regular "meteor build" and does that succeed as demeteorizer depends on it.

http://docs.meteor.com/#/full/meteorbuild

Yes I am running a regular meteor build with meteor windows app at the moment but I don't want to keep my computer on at all times. I run my plex server from my qnap linux nas, which is also running node.js, mongodb and couch potato just to link to my plex library because i rip my own bluray collection. I tried to use putty to connect to the qnap nas, which was successful but failed when i tried to install meteor with command " curl https://install.meteor.com-k | sh". I've never got de-meteorizer to run

Yes I am running a regular meteor build with meteor windows app at the moment but I don't want to keep my computer on at all times. I run my plex server from my qnap linux nas, which is also running node.js, mongodb and couch potato just to link to my plex library because i rip my own bluray collection. I tried to use putty to connect to the qnap nas, which was successful but failed when i tried to install meteor with command " curl https://install.meteor.com-k | sh". I've never got de-meteorizer to run

Why don't you demeteorize it on the machine running meteor already? And copy the output over to your qnap, hook into mongo etc., and see?

Why don't you demeteorize it on the machine running meteor already? And copy the output over to your qnap, hook into mongo etc., and see?

I can't seem to get the demteorizer to work, not sure if i know what i'm doing.

I can't seem to get the demteorizer to work, not sure if i know what i'm doing.

Well what exactly happens when you run demeteorizer inside the meteor project folder? Sure'll there's error output if it's not working?

Well what exactly happens when you run demeteorizer inside the meteor project folder? Sure'll there's error output if it's not working?

I can't seem to get demeteorizer installed on my win7 64bit setup, ive tried to run it thru the command prompt but it just says command not recognized

I can't seem to get demeteorizer installed on my win7 64bit setup, ive tried to run it thru the command prompt but it just says command not recognized

I'm assuming you've nodejs/npm installed? and remembered the -g tag?

npm install -g demeteorizer

I'm assuming you've nodejs/npm installed? and remembered the -g tag?

npm install -g demeteorizer

Ok i installed node.js on my win7 setup and also demeteorizer.. i'll update when i'm done

I only have node.js installed on my qnap, meteor is installed on my win7 setup. If you can post the link to install node.js or nvm for windows i'll give that a try, thanks.

I had luck with 0.10 of node, installers for all platforms can be found here, and you'd probably want node-v0.10.38-x86.msi

http://nodejs.org/dist/v0.10.38/

I had luck with 0.10 of node, installers for all platforms can be found here, and you'd probably want node-v0.10.38-x86.msi

http://nodejs.org/dist/v0.10.38/

I'm no trying to get it to run on the qnap i'm no programmer so wish me luck

I'm no trying to get it to run on the qnap i'm no programmer so wish me luck

The MSI was for Windows machines, it has all platforms including windows

Excellent project!

I'm looking at a error though connecting to CP:

I20150403-21:35:21.912(2)? Exception while invoking method 'searchCP' TypeError:
 Cannot read property 'media' of null
I20150403-21:35:21.912(2)?     at [object Object].Meteor.methods.searchCP (app\s
erver\server.js:58:27)
I20150403-21:35:21.912(2)?     at maybeAuditArgumentChecks (packages/ddp/livedat
a_server.js:1617:1)
I20150403-21:35:21.912(2)?     at packages/ddp/livedata_server.js:648:1
I20150403-21:35:21.912(2)?     at [object Object]._.extend.withValue (packages/m
eteor/dynamics_nodejs.js:56:1)
I20150403-21:35:21.912(2)?     at packages/ddp/livedata_server.js:647:1
I20150403-21:35:21.912(2)?     at [object Object]._.extend.withValue (packages/m
eteor/dynamics_nodejs.js:56:1)
I20150403-21:35:21.912(2)?     at [object Object]._.extend.protocol_handlers.met
hod (packages/ddp/livedata_server.js:646:1)
I20150403-21:35:21.912(2)?     at packages/ddp/livedata_server.js:546:1
 

The api is working fine, i can list the media lib from CP

The MSI was for Windows machines, it has all platforms including windows

I have successfully demeteorized the app but i run into errors installing on the qnap, alot of errors

Excellent project!

I'm looking at a error though connecting to CP:

I20150403-21:35:21.912(2)? Exception while invoking method 'searchCP' TypeError:
 Cannot read property 'media' of null
I20150403-21:35:21.912(2)?     at [object Object].Meteor.methods.searchCP (app\s
erver\server.js:58:27)
I20150403-21:35:21.912(2)?     at maybeAuditArgumentChecks (packages/ddp/livedat
a_server.js:1617:1)
I20150403-21:35:21.912(2)?     at packages/ddp/livedata_server.js:648:1
I20150403-21:35:21.912(2)?     at [object Object]._.extend.withValue (packages/m
eteor/dynamics_nodejs.js:56:1)
I20150403-21:35:21.912(2)?     at packages/ddp/livedata_server.js:647:1
I20150403-21:35:21.912(2)?     at [object Object]._.extend.withValue (packages/m
eteor/dynamics_nodejs.js:56:1)
I20150403-21:35:21.912(2)?     at [object Object]._.extend.protocol_handlers.met
hod (packages/ddp/livedata_server.js:646:1)
I20150403-21:35:21.912(2)?     at packages/ddp/livedata_server.js:546:1
 

The api is working fine, i can list the media lib from CP

Can you try the call manually? ID being the IMDB ID of the movie in question, you can get it from the URL of the movie on IMDB

It would be http://192.168.0.1/api/abcdef0123456789/media.get/?id=tt1234567

If i do that in the browser i get: {"media": null, "success": false}

If i do that in the browser i get: {"media": null, "success": false}


Odd I believe that's the expected output, what's your CP version?

I have successfully demeteorized the app but i run into errors installing on the qnap, all of errors


Did you run npm install first? If that errors out you need to see what package is failing and check with that project. Keeping in mind you need to make sure your node version is compatible as well as having any requirements such as Python and make

2.6.3, all systems are running on Windows 2012r2.

Also if i insert a movie like Toy Story (that i already have) i get a bunch of data about that movie. Tried debugging and this was the only line i found in CP debug log about the first title i tried: 

### Steps to reproduce:
1. ..
2. ..
 
### Information:
Movie(s) I have this with: ...
Quality of the movie being searched: ...
Providers I use: ...
Version of CouchPotato: desktop: 2.6.3
Running on: ...
 
### Logs:
```
04-03 23:05:33 ERROR [to.core.media._base.media] Media with id "tt4003774" not found 
```

Thanks for info I’ll check later. That debug looks correct as well. It happens on requests for movies you have and don’t correct?

Yes seems that way, tried adding instellar to movie requests (which i already have 2 versions of in my plex lib), nothing happends exept the same error msg in meteor console when i refresh. Dosent seem like it contacts CP (i even used IP to make sure its not a dns problem)