ntscqt icon indicating copy to clipboard operation
ntscqt copied to clipboard

TypeError: 'type' object is not subscriptable

Open Anyeos opened this issue 1 year ago • 0 comments

Traceback (most recent call last): File "ntscQT.py", line 10, in from app import NtscApp File "/Compartidos/Video/ntscqt/app/init.py", line 1, in from .NtscApp import NtscApp File "/Compartidos/Video/ntscqt/app/NtscApp.py", line 12, in from app.InterlacedRenderer import InterlacedRenderer File "/Compartidos/Video/ntscqt/app/InterlacedRenderer.py", line 1, in from app.Renderer import DefaultRenderer File "/Compartidos/Video/ntscqt/app/Renderer.py", line 41, in class DefaultRenderer(AbstractRenderer): File "/Compartidos/Video/ntscqt/app/Renderer.py", line 54, in DefaultRenderer buffer: dict[int, ndarray] = defaultdict(lambda: None) TypeError: 'type' object is not subscriptable

Anyeos avatar Jun 23 '23 06:06 Anyeos