Creating ObjectContainer Timeouts

Hi,

are there any Timeouts in creating the ObjectContainers? I have a Plugin with a method (route) in wich Iam creating a lot of DirectoryObject objects. But, before the creating process Iam calling a other method (submethod). In this method Iam process a lot of requests from “themoviedb”. The creation of the DirectoryObjects are based on the requests. After a time Iam getting an error in the Channel view. In the Log of the plugin are no error to find. :frowning:

You’ll need threading here, as well as ask the user to refresh the UI

Take a peak at Plex2CSV
(Check my signature)

/T

Thank you again :slight_smile: