Great App.
Everything works but couch potato, and I'm not sure why. linked is a screenshot of the error at the bottom.
https://drive.google.com/file/d/0B15p4p ... sp=sharing
#2
Getting the same here, just started a few days ago. This isn't happening when I use the Couchpotato web interface and there's nothing in the CP logs either. Seems to be isolated to NZB360.
Dev, please feel free to contact me by email. I'm a software analyst by trade and happy to help however I can.
Dev, please feel free to contact me by email. I'm a software analyst by trade and happy to help however I can.
#3
I have this same issue. Also started a few days ago.
It seems like something has changed, either in Couchpotato or in IMDB (and the data that CP stores).
I'm also an ex software dev and happy to help.
EDIT: I *may* have figured it out. Seems like CP changed the JSON API response in the rating.imdb section.
Old syntax:
New syntax:
It has only done this for new additions to the database. Old movies still seem to retain the old syntax.
Can anyone confirm this?
It seems like something has changed, either in Couchpotato or in IMDB (and the data that CP stores).
I'm also an ex software dev and happy to help.

EDIT: I *may* have figured it out. Seems like CP changed the JSON API response in the rating.imdb section.
Old syntax:
Code: Select all
"imdb" : [7.9, 304909]
Code: Select all
"imdb" : {
"0" : 5.5
}
Can anyone confirm this?
#4
I noticed this only for rating that are 0. There was a issue opened on gh and I mentioned there that it might be related. Have yet to hear from Kev or RuudBurgerskorov wrote:I have this same issue. Also started a few days ago.
It seems like something has changed, either in Couchpotato or in IMDB (and the data that CP stores).
I'm also an ex software dev and happy to help.
EDIT: I *may* have figured it out. Seems like CP changed the JSON API response in the rating.imdb section.
Old syntax:New syntax:Code: Select all
"imdb" : [7.9, 304909]
It has only done this for new additions to the database. Old movies still seem to retain the old syntax.Code: Select all
"imdb" : { "0" : 5.5 }
Can anyone confirm this?
#7
yup, same here! Does it on NZBmanager too, so its definitely not isolated to NZB360.
#8
Just thought I would chime in that I have been getting the same error as well. I am on the master branch and no settings in NZB360 have been touched. it just started giving this error when a checked it a while back.
#10
Yay! Just wanted to say thanks Kev! Not just for the fix, but also for a really great app. I use it almost daily.Kev wrote:Issue has been resolved. Update coming shortly.
