Issue with Sonic The Hedgehog

All your suggestions, requests and ideas for future development
Post Reply
devster
Posts: 417
Joined: 06 Jun 2017, 22:56

Issue with Sonic The Hedgehog

Post by devster »

I recently tried renaming the new Sonic The Hedgehog movie.
Using the GUI i found a weird issue:
Image
Except this movie does not have Martin Scorsese as director and the TheMovieDB page does not contain this info anywhere https://www.themoviedb.org/movie/454626 ... gehog/cast
Why do I get Martin Scorsese here?
I only work in black and sometimes very, very dark grey. (Batman)
User avatar
rednoah
The Source
Posts: 22991
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: Issue with Sonic The Hedgehog

Post by rednoah »

The API returns Martin Scorsese so you get Martin Scorsese:

Code: Select all

      "crew":[
         {
            "credit_id":"5e824eae8c22c000193439f0",
            "department":"Directing",
            "gender":2,
            "id":1032,
            "job":"Director",
            "name":"Martin Scorsese",
            "profile_path":"/4Xwx5XL1RJj0JQmEo8Fhr6nkpOg.jpg"
         },
:arrow: https://pastebin.com/vm6W6Cvz


:idea: Presumably, Martin Scorsese was added in error, or for fun, by someone, and then promptly removed again by someone else, but the API cache didn't get the memo yet.
:idea: Please read the FAQ and How to Request Help.
Post Reply