WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

Error with Load Image Batch node #338

Closed dheidenr1 closed 8 months ago

dheidenr1 commented 8 months ago

I receive the following error when trying to use the load image batch node:

ImageLoaderError

The node worked for a short time while using it today and then ceased working. Any advice would be appreciated.

dheidenr1 commented 8 months ago

Figured it out. I think the file that contains the history got too full and as a result was no longer formatted properly. Manually reformatting the file (ie adding proper punctuation) seems to have fixed it.

WASasquatch commented 8 months ago

I've noticed with python, sometimes JSON files just get corrupted. It literally happened to me twice with a Gradio app today. And first time took me forever to figure out cause they had the error exception wrong and lead me astray. Lol but yeah not sure why. I think it's the saving logic, getting interrupted somehow or something.