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

404 can be solved #2

Open
DineshSolanki opened this issue Jul 10, 2019 · 2 comments
Open

404 can be solved #2

DineshSolanki opened this issue Jul 10, 2019 · 2 comments

Comments

@DineshSolanki
Copy link

DineshSolanki commented Jul 10, 2019

Hey everyone, I found out why the Project returns 404,
its because the API that Raticon uses (myapifilms) has changed their URL and their JSON response,
they do not return JSON array, and the URL string in code must now be, is :

http://www.myapifilms.com/imdb/idIMDB?token=your_token&title=" + HttpUtility.UrlEncode(clean_title)

and instead of

JArray.parse(result);

it should be

JObject.parse(result);

I was able to do these changes and get a response and respective details like year and title etc.

but I'm stuck at other exceptions which occur in "guifilm.cs"

@DineshSolanki DineshSolanki changed the title No results 404 can be solved Jul 10, 2019
@Edddy
Copy link

Edddy commented Mar 11, 2021

I've create a simple program that adds a folder.jpg file to each movie folder. Not as fancy as Raticon, but simple enought that anybody can change. Check it out https://github.com/Edddy/AddMoviePosterToFolder

@DineshSolanki
Copy link
Author

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