I am unable to import successfully so far. I am using Trakt JSON format. I am using the example in the Guidelines in the import page.
Input file:
[
{
"imdb_id": "tt0068646",
"watched_at": "2024-10-25T20:00:00Z",
"watchlisted_at": "2024-10-01T10:00:00Z",
},
{
"imdb_id": "tt15239678",
"watchlisted_at": "2024-04-30T11:00:00Z",
"rating": 9,
"rated_at": "2024-10-25T21:00:00Z",
},
{
"imdb_id": "tt4281724",
"watched_at": "2024-01-12T02:00:00Z",
}
]
The error is here:
error (expected object key, got: '},
{
"imdb_id": "tt1523967')
I see "tt1523967’ in the error. Double quote at the beginning and the single quote at the end. That does not match the input file, which has “tt15239678”. I thought maybe it was having trouble with a 8 digit ID, so I changed that entry to “tt1461238”. It did not fix anything.
Here is the error with that change:
error (expected object key, got: '},
{
"imdb_id": "tt1461238')