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
Exception in thread Thread-2 (_load):
Traceback (most recent call last):
File "C:\Users\Antony\.pyenv\pyenv-win\versions\3.10.11\lib\threading.py", line 1016, in _bootstrap_inner
self.run()
File "C:\Users\Antony\.pyenv\pyenv-win\versions\3.10.11\lib\threading.py", line 953,
in run
self._target(*self._args, **self._kwargs)
File "d:\Files\Projects\Python\tiktok_automation\.venv\lib\site-packages\tkVideoPlayer\tkvideoplayer.py", line 201, in _load
self._container.close()
AttributeError: 'NoneType' object has no attribute 'close'
The text was updated successfully, but these errors were encountered:
AntonyKozm
changed the title
self._container.close() -> Attribute error
player.play() -> Attribute error
Oct 30, 2024
I have a problem. When I select an item in treeview I update the video path. It throws an error that the container is NoneType
Code:
Traceback:
The text was updated successfully, but these errors were encountered: