Closed russelg closed 9 months ago
Ah the recently added feature to update the stream ID with the VOD ID is causing this. Updated the functionality to log an error instead of returning an error as this isn't critical to the archive flow https://github.com/Zibbp/ganymede/pull/357/commits/afea0f59c6a110d629ad323830856a105b036ead in https://github.com/Zibbp/ganymede/pull/357.
While testing the fix for #354, my internet went out :/. That caused the live video downloads to end, which is expected. But even though the video download task in the queue is marked complete, it's not moving on to video convert/move. And chat download is stuck in progress still.
Looks like the video download workflow failed due to the fetch VOD ID failing. Perhaps we can just ignore that failure? There's already handling for when the VOD ID isn't found, we can probably use the same logic in the case the fetch fails.
Most relevant line:
Full log:
Originally posted by @russelg in https://github.com/Zibbp/ganymede/issues/354#issuecomment-1891190355