{'detail': 'Not Found'} - temporalvideo.py

#29
by nVen0m - opened

I get an error when loading temporalvideo.py

{'detail': 'Not Found'}
Traceback (most recent call last):
  File "C:\Users\Green Rabbit\Desktop\AI\A1111\temporalvideo.py", line 101, in <module>
    data = json.loads(result_image)
  File "C:\Users\Green Rabbit\AppData\Local\Programs\Python\Python310\lib\json\__init__.py", line 339, in loads
    raise TypeError(f'the JSON object must be str, bytes or bytearray, '
TypeError: the JSON object must be str, bytes or bytearray, not NoneType```

any ideas how to fix this?

Sign up or log in to comment