Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Doesn't work with Radarr version 4.0.0.5241 (nightly) #79

Closed
ericvlog opened this issue Sep 1, 2021 · 15 comments
Closed

Doesn't work with Radarr version 4.0.0.5241 (nightly) #79

ericvlog opened this issue Sep 1, 2021 · 15 comments

Comments

@ericvlog
Copy link

ericvlog commented Sep 1, 2021

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

my root folder is /data/media/movies/english

@Purfview
Copy link
Owner

Purfview commented Sep 1, 2021

Post your Radarr version and imdb id of the movie.

@ericvlog
Copy link
Author

ericvlog commented Sep 2, 2021

radarr version 4.0.0.5241 (nightly)

all movie cannot add from imdb.

@Purfview
Copy link
Owner

Purfview commented Sep 2, 2021

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.

@ericvlog
Copy link
Author

ericvlog commented Sep 2, 2021

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.

@Purfview
Copy link
Owner

Purfview commented Sep 2, 2021

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

@ericvlog
Copy link
Author

ericvlog commented Sep 2, 2021

just tested on radarr , it also came out undefined.

my radarr okay if import by list or by ombi

@Purfview
Copy link
Owner

Purfview commented Sep 2, 2021

You mean that you tested that new branch I posted?

@ericvlog
Copy link
Author

ericvlog commented Sep 2, 2021

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.

@Purfview
Copy link
Owner

Purfview commented Sep 2, 2021

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

@ericvlog
Copy link
Author

ericvlog commented Sep 2, 2021

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

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

@Purfview
Copy link
Owner

Purfview commented Sep 2, 2021

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.

@ericvlog
Copy link
Author

ericvlog commented Sep 2, 2021

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;

@Purfview
Copy link
Owner

Purfview commented Sep 2, 2021

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.

@Purfview Purfview changed the title radarr no add sucessfully Doesn't work with Radarr version 4.0.0.5241 (nightly) Sep 2, 2021
@ericvlog
Copy link
Author

ericvlog commented Sep 2, 2021

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

@Purfview
Copy link
Owner

Should be fixed in v15.2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants