You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you input an empty file you get a unhelpful message like
Traceback (most recent call last):
File "/home/usrname/vhs-decode/vhsdecode/process.py", line 212, in build_json
black = jout["videoParameters"]["black16bIre"]
TypeError: 'NoneType' object is not subscriptable
Cannot build json: 'NoneType' object is not subscriptable
saving JSON and exiting
Traceback (most recent call last):
File "/home/usrname/vhs-decode/vhsdecode/process.py", line 212, in build_json
black = jout["videoParameters"]["black16bIre"]
TypeError: 'NoneType' object is not subscriptable
Cannot build json: 'NoneType' object is not subscriptable
The same message is often output for other erros with or without other messages which can be confusing, need to add in something a bit more explanatory here.
The text was updated successfully, but these errors were encountered:
If you input an empty file you get a unhelpful message like
The same message is often output for other erros with or without other messages which can be confusing, need to add in something a bit more explanatory here.
The text was updated successfully, but these errors were encountered: