lokenx / plexrequests-meteor

Meteor version of the original Plex Requests
http://plexrequests.8bits.ca
Other
527 stars 136 forks source link

Crashing on cp update #98

Closed unixjeff closed 9 years ago

unixjeff commented 9 years ago

It seams to stop responding after it runs

screenshot

Any ideas

lokenx commented 9 years ago

I'm not sure there's anything wrong? That message is from the scheduler that updates the movie status requests every X hours. No other messages should occur at start-up.

C:\Users\\Seafile\Development\apps\plexrequests-meteor>meteor
[[[[[ C:\Users\XXXX\Seafile\Development\apps\plexrequests-meteor ]]]]]

=> Started proxy.
=> Started MongoDB.
=> Started your app.

=> App running at: http://localhost:3000/
   Type Control-C twice to stop.

I20150731-20:32:15.813(-4) (synced-cron-server.js:63) SyncedCron: Scheduled
"Update CP download status" next run @Sat Aug 01 2015 00:00:00 GMT-0400 
(Eastern Daylight Time)
unixjeff commented 9 years ago

It just all of a sudden has been crashing, is there a way to maybe wipe the db to see if that's causing the issue?

lokenx commented 9 years ago

How are you currently running it, just using meteor? If so, the DB is saved inside .meteor\local\db. I would simply rename the local folder to localBackUp or something, and meteor will create a new one on start-up.

unixjeff commented 9 years ago

Maybe this info would help http://pastebin.com/4EFv6SKq

lokenx commented 9 years ago

Honestly, not sure what's causing it. Are things still broken when you cleared your DB? What version are you on?

unixjeff commented 9 years ago

Branch: dev Version: 0.5.4

and yes clearing the DB and starting over fixed it