Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: unhandled exception when trying to play 6 videos at the same time #212

Open
DanDudeAmiga opened this issue Apr 4, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@DanDudeAmiga
Copy link

GridPlayer version

0.5.3

What OS are you using?

Windows

OS Version / Linux distribution

11 Pro, 23H2

What distribution channel are you using? [LINUX ONLY]

None

Bug description

while attempting to play 6 MP4 videos from my security surveillance system, it suddenly halted.

Log excerpt

Traceback (most recent call last):
  File "gridplayer\player\managers\video_driver.py", line 80, in crash
gridplayer.exceptions.PlayerException: Exception in thread
Thread-2
Traceback (most recent call last):
  File "gridplayer\multiprocess\command_loop.py", line 65, in cmd_loop_thread_func
  File "gridplayer\multiprocess\command_loop.py", line 81, in cmd_loop_thread_body
  File "gridplayer\multiprocess\command_loop.py", line 25, in cmd_loop_run
  File "gridplayer\multiprocess\command_loop.py", line 33, in cmd_process_command
  File "gridplayer\vlc_player\player_base.py", line 392, in load_video_st3_extract_media_track
  File "gridplayer\vlc_player\player_base.py", line 636, in _init_media_tracks
  File "gridplayer\vlc_player\player_base.py", line 660, in _get_loaded_media
  File "gridplayer\vlc_player\player_tracks_manager.py", line 74, in is_video_size_initialized
  File "gridplayer\vlc_player\player_tracks_manager.py", line 22, in video_tracks
  File "gridplayer\vlc_player\player_tracks_manager.py", line 23, in <dictcomp>
  File "gridplayer\vlc_player\player_tracks_manager.py", line 128, in _convert_video_track
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x9d in position 1: invalid start byte
@DanDudeAmiga DanDudeAmiga added the bug Something isn't working label Apr 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant