Giter VIP home page Giter VIP logo

Comments (15)

Purfview avatar Purfview commented on May 20, 2024

Post your Radarr version and imdb id of the movie.

from imdb-scout-mod.

ericvlog avatar ericvlog commented on May 20, 2024

radarr version 4.0.0.5241 (nightly)

all movie cannot add from imdb.

from imdb-scout-mod.

Purfview avatar Purfview commented on May 20, 2024

That is alpha version, you should ask Radarr why v4 doesn't support pre-v3 API or will it be added.

I've no idea how they differs, or will everything work as intended in v3 API, nor why I didn't used v3 API urls in the first place.
I just changed urls to v3 API (/api/movie/ to /api/v3/movie/): https://github.com/Purfview/IMDb-Scout-Mod/tree/Test-v3-API

Test if everything works there as intended, try to add existing movies, check indicating colors ect..

EDIT:

it show add successful undefined , but at my radarr no found the movie.

If you see 'undefined' that means error/bug somewhere.

from imdb-scout-mod.

ericvlog avatar ericvlog commented on May 20, 2024

hello, i have test sonarr & jellyfin working very well , your userscript is so awesome .

about the radarr maybe my version is nightly v4 , the api no same v3 and v4 ....

anyway thanks for your script.

from imdb-scout-mod.

Purfview avatar Purfview commented on May 20, 2024

This issue and fix is not for Sonarr... did you tested it on your Radarr?

from imdb-scout-mod.

ericvlog avatar ericvlog commented on May 20, 2024

just tested on radarr , it also came out undefined.

my radarr okay if import by list or by ombi

from imdb-scout-mod.

Purfview avatar Purfview commented on May 20, 2024

You mean that you tested that new branch I posted?

from imdb-scout-mod.

ericvlog avatar ericvlog commented on May 20, 2024

https://github.com/Purfview/IMDb-Scout-Mod/blob/Test-v3-API/IMDb_Scout_Mod.user.js

this script? drag to extension or copy all paste to new script violet monkey? the old script uninstall 1st ?
just now i tested is just reinstall at greafox there.

from imdb-scout-mod.

Purfview avatar Purfview commented on May 20, 2024

Yes this one. Press on 'Raw' there and monkey should install it. No need to uninstall anything.
I've no idea what "greafox" is.

from imdb-scout-mod.

ericvlog avatar ericvlog commented on May 20, 2024

yup, after click on raw popup and installed, also same result .

I've no idea what "greafox" is.
sorry is
https://greasyfork.org/

from imdb-scout-mod.

Purfview avatar Purfview commented on May 20, 2024

Did you refreshed imdb page after install?
Look at the script in your monkey, at line 6774 there should be "/api/v3/movie", so you'll know that you've installed the right script.

from imdb-scout-mod.

ericvlog avatar ericvlog commented on May 20, 2024

yup , have install right script , nightly is use v3 ?

method: "GET",
url: radarr_url + "/api/v3/movie",
headers: {
  "X-Api-Key": radarr_apikey,
  "Accept": "text/json"
},
onload: function(response) {
  let responseJSON = null;

from imdb-scout-mod.

Purfview avatar Purfview commented on May 20, 2024

Then I dunno what's up with that nightly, you should ask at Radarr's places.
Latest stable is v3.2.2.5080 https://github.com/Radarr/Radarr/releases
I've no time to look at alpha versions nor support different versions if they are incompatible.

nightly is use v3 ?

I think so.

from imdb-scout-mod.

ericvlog avatar ericvlog commented on May 20, 2024

okay, thanks for your effort and such great script !!

from imdb-scout-mod.

Purfview avatar Purfview commented on May 20, 2024

Should be fixed in v15.2.

from imdb-scout-mod.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.