I am having the following exception while testing playout on Focal (python 3.8). The tests didn't catch this exceptions, we should add some to prevent future regression (again).
northwestwitch changed the title ypeError: 'NoneType' object is not subscriptable when trying to load a SV variant typeError: 'NoneType' object is not subscriptable when trying to load a SV variant on ...
Pythonでコードを書いていると、時々「え、ここで?」と思うような、予期せぬエラーに遭遇することがありますよね。その一つが TypeError: 'set' object is not callable です。関数を呼び出しているつもりなのに、「呼び出せません」と怒られてしまう、少し不思議 ...