You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yes, that's what i'ver figured out as well. I solved it by looping as long as no RuntimeException isn't raised anymore. This also does a retry if there is another error.
Currently it's not possible to set connection settings (like timeout) using
MediaInfo.parse(url, **mediainfo_opts)
. If this is already possible, it's hard to find the documentation (might be replicated here https://github.com/sbraz/pymediainfo/blob/master/pymediainfo/__init__.py#L370).The documentation of MediaInfo doesn't seem to provide this either.
The text was updated successfully, but these errors were encountered: