-
Notifications
You must be signed in to change notification settings - Fork 0
Description
The script seems to have issues on my system on regular occasions
[directory_sorter_for_obs] Traceback (most recent call last):
[directory_sorter_for_obs] File "C:/obs-replay\directory_sorter_for_obs", line 305, in on_timer
[directory_sorter_for_obs] items.pop(i)
I'm using windows OBS 31.0.1 - Python 3,6
As far as I can tell, the script isn't updating a directory. In this case, the directory, which upon closing OBS was then emptied (on purpose) but when OBS restarts, the script isn't updating that the directory is empty. I have to manually delete the file here:
This doesn't affect new files being added to directory, that works as expected, but the script keeps populating the .log file.
I've had this repeat across 5 different windows OBS systems that we use.