-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime error when restarting the "Chat Convert" task #79
Comments
Hi, Does this happen for many streamers or just one stream? Does it happen every archive or seemly random? |
hi, I haven't used this tool for that long, but it happened to several streams. Here are two of the chat files: |
It appears the slice bounds error is occurring because the convert function is trying to parse emotes in positions that are not there. For example this message "locations": [
"34-40",
"50-56"
] This happens from time to time with chat_downloader. My check for the out of bounds emotes was not adding 1 more to the "position 2" of the emote location. With this change I was able to convert the two supplied chats which were previously having issues. I'm going to do some more testing to ensure everything is OK and push out a release. |
@flip-k Version 1.1.8 has been released which includes a fix that should work for your issue. Please update and give this a try to see if it fixes your problem. |
just tried it and seems to work, thanks for the fast fix |
hello,
with many of my live stream recordings, the "Chat Convert" task got stuck and there was no output in either the web interface or the container log. After restarting the task, the API container crashes and issues the following error:
The live chat files are all in the tmp folder mounted in the container, so nothing should be missing
The text was updated successfully, but these errors were encountered: