fraxiinus / ReplayBook

Play, manage, and inspect League of Legends replays
https://www.fraxiinus.dev/ReplayBook/
GNU General Public License v3.0
340 stars 53 forks source link

Crash when loading or downloading thumbnails. #127

Closed JerryLiew closed 2 years ago

JerryLiew commented 2 years ago

This problem has occurred several times, but I can't reproduce it exactly. According to the debugging information, I guess it is caused by incorrectly traversing a collection when downloading thumbnails, such as deleting elements when traversing the collection. screenshot: image log: ReplayBookLog_20211129_2059.log

fraxiinus commented 2 years ago

The whole image downloading system is such a mess. I will investigate what is happening.