The Movie Database Support

Hi.
Parts array is empty in collections endpoint. For example, there are 3 movies in this collection, but this is empty in the API request:
https://www.themoviedb.org/collection/121938

Endpoint: https://api.themoviedb.org/3/collection/121938?api_key=API_KEY&language=en-US
Response:

{
   "id":121938,
   "name":"The Hobbit Collection",
   "overview":"The Hobbit collection is a three-part epic fantasy-adventure film directed and produced by Peter Jackson and based on J. R. R. Tolkien's fantasy novel of the same name. The trilogy of films are set in Middle-earth 60 years before \"The Lord of the Rings\", and will act as a prequel to Jackson's The Lord of the Rings trilogy.",
   "poster_path":"/gwHNIXA6YeYsI9XgX4g1UmLDCxo.jpg",
   "backdrop_path":"/sLy2GcCPrZcMlfaSSvoGeThWXBA.jpg",
   "parts":[]
}

But when I don't send the language parameter, the endpoint works correctly:
Endpoint: https://api.themoviedb.org/3/collection/121938?api_key=API_KEY
Response:

{
   "id":121938,
   "name":"The Hobbit Collection",
   "overview":"The Hobbit collection is a three-part epic fantasy-adventure film directed and produced by Peter Jackson and based on J. R. R. Tolkien's fantasy novel of the same name. The trilogy of films are set in Middle-earth 60 years before \"The Lord of the Rings\", and will act as a prequel to Jackson's The Lord of the Rings trilogy.",
   "poster_path":"/gwHNIXA6YeYsI9XgX4g1UmLDCxo.jpg",
   "backdrop_path":"/sLy2GcCPrZcMlfaSSvoGeThWXBA.jpg",
   "parts":[
      {
         "original_language":"en",
         "original_title":"The Hobbit: An Unexpected Journey",
         "poster_path":"/yHA9Fc37VmpUA5UncTxxo3rTGVA.jpg",
         "video":false,
         "vote_average":7.3,
         "overview":"Bilbo Baggins, a hobbit enjoying his quiet life, is swept into an epic quest by Gandalf the Grey and thirteen dwarves who seek to reclaim their mountain home from Smaug, the dragon.",
         "release_date":"2012-11-26",
         "vote_count":15492,
         "adult":false,
         "backdrop_path":"/gioXMobK8vbD6bcTsjKYKfgacNt.jpg",
         "title":"The Hobbit: An Unexpected Journey",
         "genre_ids":[
            12,
            14,
            28
         ],
         "id":49051,
         "popularity":116.567
      },
      {
         "original_language":"en",
         "original_title":"The Hobbit: The Desolation of Smaug",
         "poster_path":"/xQYiXsheRCDBA39DOrmaw1aSpbk.jpg",
         "video":false,
         "vote_average":7.6,
         "overview":"The Dwarves, Bilbo and Gandalf have successfully escaped the Misty Mountains, and Bilbo has gained the One Ring. They all continue their journey to get their gold back from the Dragon, Smaug.",
         "id":57158,
         "vote_count":10618,
         "adult":false,
         "backdrop_path":"/bSQjIZO9aJCJBqxGX3Sx2xtujzT.jpg",
         "title":"The Hobbit: The Desolation of Smaug",
         "release_date":"2013-12-11",
         "genre_ids":[
            14,
            12,
            28
         ],
         "popularity":108.034
      },
      {
         "adult":false,
         "backdrop_path":"/zn13a7U9eMTJq8sHthe3bCgsVm4.jpg",
         "genre_ids":[
            28,
            12,
            14
         ],
         "id":122917,
         "original_language":"en",
         "original_title":"The Hobbit: The Battle of the Five Armies",
         "overview":"Immediately after the events of The Desolation of Smaug, Bilbo and the dwarves try to defend Erebor's mountain of treasure from others who claim it: the men of the ruined Laketown and the elves of Mirkwood. Meanwhile an army of Orcs led by Azog the Defiler is marching on Erebor, fueled by the rise of the dark lord Sauron. Dwarves, elves and men must unite, and the hope for Middle-Earth falls into Bilbo's hands.",
         "poster_path":"/xT98tLqatZPQApyRmlPL12LtiWp.jpg",
         "release_date":"2014-12-10",
         "title":"The Hobbit: The Battle of the Five Armies",
         "video":false,
         "vote_average":7.3,
         "vote_count":11563,
         "popularity":168.936
      }
   ]
}

But for this collection the parts array with and without language parameter is empty:
https://www.themoviedb.org/collection/735384

Endpoint: https://api.themoviedb.org/3/collection/735384?api_key=API_KEY&language=en-US
Response:

{
   "id":735384,
   "name":"Hercule Poirot (Kenneth Branagh) Collection",
   "overview":"The adventures of Belgian detective Hercule Poirot, as he solves gruesome murders on various vehicles of transportation.",
   "poster_path":"/lSiVxZkNl9kWNQf6tlKzEVN8EtI.jpg",
   "backdrop_path":"/edublNCxjewKUYSWw13A4fDiPxt.jpg",
   "parts":[]
}

Endpoint: https://api.themoviedb.org/3/collection/735384?api_key=API_KEY
Response:

{
   "id":735384,
   "name":"Hercule Poirot (Kenneth Branagh) Collection",
   "overview":"The adventures of Belgian detective Hercule Poirot, as he solves gruesome murders on various vehicles of transportation.",
   "poster_path":"/lSiVxZkNl9kWNQf6tlKzEVN8EtI.jpg",
   "backdrop_path":"/edublNCxjewKUYSWw13A4fDiPxt.jpg",
   "parts":[]
}

10 replies (on page 1 of 1)

Jump to last post

@sereisoglu said:
Collection Endpoint Parts Empty Issue
Hi.
Parts array is empty in collections endpoint. For example, there are 3 movies in this collection, but this is empty in the API request:
https://www.themoviedb.org/collection/121938

But for this collection the parts array with and without language parameter is empty:
https://www.themoviedb.org/collection/735384

I've now tested your 2 API Requests.
With and without language.

https://api.themoviedb.org/3/collection/121938?api_key=THE_KEY&language=en-US
https://api.themoviedb.org/3/collection/121938?api_key=THE_KEY

https://api.themoviedb.org/3/collection/735384?api_key=THE_KEY&language=en-US
https://api.themoviedb.org/3/collection/735384?api_key=THE_KEY

All answers are correct with all parts of the collections.
Maybe it was a temporary problem.
Can you try again and let us know the result?

I tried again and I continue to receive the responses I sent above.

@sereisoglu said:
I tried again and I continue to receive the responses I sent above.

It may now be a Cache problem.
It takes about 8 hours for the Cache to expire.
So, if possible, test in 8 hours and let us know.

I had this problem for many collections since yesterday. I think there is a different problem here.

@sereisoglu said:
I had this problem for many collections since yesterday. I think there is a different problem here.

In this case I believe that only Travis Bell can give a good answer.
Let's wait for him to pass through here.

Can confirm I'm having the same issue with no parts being returned for collections

e.g. /collection/264

"response": {
  "id": 264,
  "name": "Back to the Future Collection",
  "overview": "An American science fiction\u2013comedy film series that follows the adventures of a high school student, Marty McFly and an eccentric scientist, Dr Emmett L. Brown as they use a DeLorean time machine to time travel to different periods in the history of Hill Valley, California.",
  "poster_path": "/78z0WMBzBWOnCsXWulihPJKCToL.jpg",
  "backdrop_path": "/AqQotqj7XOI6GjB28nhMMa8YzOT.jpg",
  "parts": []
}

@ticao2 Still this problem persists.

Having similar issue: yesterday collection/645 (James Bond) was broken, today is fine yesterday collection/14890 (Bad Boys) was fine, today its broken (empty in api)

This are just two examples. I run update script for this once/month and when i saw mess, i run it once more today manually, this are all changes for CIDs that for most part sholdnt happen:

[INFO    ] 2022-01-03 03:02:03,709: Collection info changed for cid 645. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:04,890: Collection info changed for cid 1241. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:05,067: Collection info changed for cid 1570. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:06,066: Collection info changed for cid 2602. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:06,230: Collection info changed for cid 2806. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:06,591: Collection info changed for cid 3167. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:06,751: Collection info changed for cid 4246. {'num_parts': 6} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:07,719: Collection info changed for cid 8650. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:08,767: Collection info changed for cid 9744. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:08,922: Collection info changed for cid 9818. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:12,189: Collection info changed for cid 52783. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:12,350: Collection info changed for cid 52785. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:13,124: Collection info changed for cid 85861. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:13,783: Collection info changed for cid 86066. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:14,298: Collection info changed for cid 86117. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:14,485: Collection info changed for cid 86119. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:14,646: Collection info changed for cid 86311. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:14,815: Collection info changed for cid 86336. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:15,158: Collection info changed for cid 86780. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:15,622: Collection info changed for cid 87253. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:16,136: Collection info changed for cid 90863. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:16,456: Collection info changed for cid 91698. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:16,855: Collection info changed for cid 96665. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:17,330: Collection info changed for cid 99606. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:17,648: Collection info changed for cid 103372. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:17,823: Collection info changed for cid 103577. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:18,807: Collection info changed for cid 115575. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:18,971: Collection info changed for cid 115762. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:19,131: Collection info changed for cid 115776. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:20,103: Collection info changed for cid 125574. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:20,269: Collection info changed for cid 126125. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:20,590: Collection info changed for cid 131292. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:20,905: Collection info changed for cid 131296. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:21,066: Collection info changed for cid 131635. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:21,232: Collection info changed for cid 134897. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:21,867: Collection info changed for cid 135483. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:22,182: Collection info changed for cid 144689. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:22,689: Collection info changed for cid 163902. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:22,850: Collection info changed for cid 167613. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:23,235: Collection info changed for cid 174386. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:23,411: Collection info changed for cid 176118. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:24,050: Collection info changed for cid 209131. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:24,219: Collection info changed for cid 211721. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:24,701: Collection info changed for cid 228887. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:25,072: Collection info changed for cid 239430. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:25,547: Collection info changed for cid 261382. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:26,097: Collection info changed for cid 280504. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:26,411: Collection info changed for cid 283579. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:26,584: Collection info changed for cid 284433. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:26,747: Collection info changed for cid 295130. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:27,256: Collection info changed for cid 306031. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:27,573: Collection info changed for cid 313576. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:27,962: Collection info changed for cid 325470. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:28,137: Collection info changed for cid 328372. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:28,447: Collection info changed for cid 351684. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:28,608: Collection info changed for cid 363369. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:29,711: Collection info changed for cid 401562. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:29,896: Collection info changed for cid 403374. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:30,378: Collection info changed for cid 422837. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:30,554: Collection info changed for cid 423173. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:30,868: Collection info changed for cid 437451. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:31,056: Collection info changed for cid 448150. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:31,368: Collection info changed for cid 453993. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:31,527: Collection info changed for cid 468222. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:34,342: Collection info changed for cid 558216. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:34,497: Collection info changed for cid 573693. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-03 03:02:34,841: Collection info changed for cid 608103. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:53:01,384: Collection info changed for cid 263. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:53:01,656: Collection info changed for cid 264. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:53:03,065: Collection info changed for cid 645. {'num_parts': 26} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:53:04,269: Collection info changed for cid 1241. {'num_parts': 8} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:53:04,946: Collection info changed for cid 2326. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:53:05,284: Collection info changed for cid 2467. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:53:05,963: Collection info changed for cid 3167. {'num_parts': 4} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:53:06,129: Collection info changed for cid 4246. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:53:06,757: Collection info changed for cid 8354. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:53:08,041: Collection info changed for cid 9744. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:53:08,206: Collection info changed for cid 9818. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:53:09,130: Collection info changed for cid 14890. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:21,174: Collection info changed for cid 19387. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:23,239: Collection info changed for cid 52785. {'num_parts': 4} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:23,916: Collection info changed for cid 64751. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:24,080: Collection info changed for cid 85861. {'num_parts': 4} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:24,245: Collection info changed for cid 85943. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:24,406: Collection info changed for cid 86029. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:24,714: Collection info changed for cid 86066. {'num_parts': 4} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:25,225: Collection info changed for cid 86117. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:25,390: Collection info changed for cid 86119. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:25,708: Collection info changed for cid 86336. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:26,219: Collection info changed for cid 87096. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:26,378: Collection info changed for cid 87118. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:26,541: Collection info changed for cid 87253. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:26,902: Collection info changed for cid 90306. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:27,062: Collection info changed for cid 90863. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:27,378: Collection info changed for cid 91698. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:27,686: Collection info changed for cid 96665. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:28,161: Collection info changed for cid 99606. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:28,475: Collection info changed for cid 103372. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:54:28,938: Collection info changed for cid 108693. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:41,146: Collection info changed for cid 115575. {'num_parts': 4} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:41,318: Collection info changed for cid 115762. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:41,993: Collection info changed for cid 115776. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:42,796: Collection info changed for cid 125570. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:42,952: Collection info changed for cid 125574. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:43,156: Collection info changed for cid 126125. {'num_parts': 4} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:43,317: Collection info changed for cid 130440. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:43,477: Collection info changed for cid 131292. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:43,788: Collection info changed for cid 131296. {'num_parts': 4} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:44,113: Collection info changed for cid 134897. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:44,596: Collection info changed for cid 135468. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:44,764: Collection info changed for cid 135483. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:44,925: Collection info changed for cid 142680. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:45,593: Collection info changed for cid 163902. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:45,758: Collection info changed for cid 167613. {'num_parts': 4} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:46,086: Collection info changed for cid 174386. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:46,783: Collection info changed for cid 192492. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:46,950: Collection info changed for cid 209131. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:47,565: Collection info changed for cid 228887. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:47,730: Collection info changed for cid 230161. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:48,038: Collection info changed for cid 256377. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:48,348: Collection info changed for cid 261382. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:48,806: Collection info changed for cid 280504. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:49,116: Collection info changed for cid 283579. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:49,892: Collection info changed for cid 306031. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:50,054: Collection info changed for cid 312977. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:50,216: Collection info changed for cid 313576. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:50,717: Collection info changed for cid 328372. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:51,047: Collection info changed for cid 351684. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:51,205: Collection info changed for cid 363369. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:51,366: Collection info changed for cid 376650. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:51,526: Collection info changed for cid 382685. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:52,031: Collection info changed for cid 393379. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:52,391: Collection info changed for cid 401562. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:52,750: Collection info changed for cid 404609. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:53,113: Collection info changed for cid 422837. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:53,595: Collection info changed for cid 437451. {'num_parts': 6} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:53,769: Collection info changed for cid 448150. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:53,932: Collection info changed for cid 449462. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:54,130: Collection info changed for cid 453993. {'num_parts': 3} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:54,636: Collection info changed for cid 473971. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:54,799: Collection info changed for cid 477962. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:54,959: Collection info changed for cid 487376. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:55,115: Collection info changed for cid 495527. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:56,058: Collection info changed for cid 531241. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:57,304: Collection info changed for cid 573693. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:57,623: Collection info changed for cid 608103. {'num_parts': 2} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:58,077: Collection info changed for cid 718934. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:58,541: Collection info changed for cid 747168. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:59,022: Collection info changed for cid 769423. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:124)
[INFO    ] 2022-01-04 09:56:59,182: Collection info changed for cid 861415. {'num_parts': 0} (mihlibrary.modules.CollectionUpdater:12
```4)

you clearly see cid 645 at 3am num_parts 0 and at 10am num_parts back to 26....

I believe I found the cause of this and just deployed the fix.

Before seeing any changes, you will have to wait for all of the cached items to expire which can take up to 8 hours.

Cheers.

@travisbell said:

I believe I found the cause of this and just deployed the fix.

Before seeing any changes, you will have to wait for all of the cached items to expire which can take up to 8 hours.

Cheers.

can confirm its fixed now. thanks!

Can't find a movie or TV show? Login to create it.

Global

s focus the search bar
p open profile menu
esc close an open window
? open keyboard shortcut window

On media pages

b go back (or to parent when applicable)
e go to edit page

On TV season pages

(right arrow) go to next season
(left arrow) go to previous season

On TV episode pages

(right arrow) go to next episode
(left arrow) go to previous episode

On all image pages

a open add image window

On all edit pages

t open translation selector
ctrl+ s submit form

On discussion pages

n create new discussion
w toggle watching status
p toggle public/private
c toggle close/open
a open activity
r reply to discussion
l go to last reply
ctrl+ enter submit your message
(right arrow) next page
(left arrow) previous page

Settings

Want to rate or add this item to a list?

Login