nrkno / sofie-atem-connection

Sofie ATEM Connection: A Part of the Sofie TV Studio Automation System
https://github.com/nrkno/Sofie-TV-automation/
MIT License
129 stars 36 forks source link

Upload errors "Lost lock mid-transfer" #143

Closed jzarl closed 12 months ago

jzarl commented 1 year ago
jzarl commented 1 year ago

I found that simply retrying failed uploads works around the issue (if an upload failed it succeeds on the second attempt).

If there's anything to avoid running into the "Lost lock mid-transfer" error, I'm still quite interested, but otherwise it's ok for me if you close the issue...

ianshade commented 1 year ago

It seems like a bug related to the use of the ThreadedClass library. Setting disableMultithreaded to true seems to solve it for me, but of course it's just a workaround and I wouldn't recommend it unless your use case allows it.

Julusian commented 12 months ago

I believe this is fixed by #147 in v3.3.0

jzarl commented 11 months ago

Thank you - I can confirm that the issue indeed seems to be fixed.