Null Entry in Watchlist Causing Problems

Short description of the issue

  • There is a null entry on my watchlist. This is causing problems in multiple places (including the Trakt Android app).

  • I’m not sure how it got there.

  • I can’t seem to remove it from the watchlist.

Detailed description with additional context about the workflow

  • This is what the entry looks like when I export my data:
    "rank": 71,
    "id": 1118795135,
    "listed_at": "2024-11-12T16:21:15.000Z",
    "notes": null,
    "type": "show",
    "show": {
      "ids": {
        "imdb": null,
        "plex": {
          "guid": null,
          "slug": null
        },
        "slug": null,
        "tmdb": null,
        "tvdb": null,
        "trakt": null
      },
      "airs": {
        "day": null,
        "time": null,
        "timezone": null
      },
      "year": null,
      "title": null,
      "votes": null,
      "colors": {
        "poster": []
      },
      "genres": [],
      "images": {
        "logo": [],
        "thumb": [],
        "banner": [],
        "fanart": [],
        "poster": [],
        "clearart": []
      },
      "rating": null,
      "status": null,
      "country": null,
      "network": null,
      "runtime": null,
      "tagline": null,
      "trailer": null,
      "homepage": null,
      "language": null,
      "overview": null,
      "languages": [],
      "subgenres": [],
      "updated_at": null,
      "first_aired": null,
      "certification": null,
      "comment_count": null,
      "aired_episodes": null,
      "original_title": null,
      "available_translations": []
    }

Screenshots and other visual aids

:label: Tag your post with new and/or classic, along with the platform (eg: iOS, android, web) to help us assist you faster.

Is there any way to remove this entry? it’s really causing problems in every integration I have with Trakt.