You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 :
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
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 :
and instead of
it should be
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"
The text was updated successfully, but these errors were encountered: