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]: Program terminated due to unhandled exception! #40

Closed
Tank-Missile opened this issue Feb 16, 2022 · 0 comments
Closed

[Bug]: Program terminated due to unhandled exception! #40

Tank-Missile opened this issue Feb 16, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@Tank-Missile
Copy link

GridPlayer version

0.2.1

What OS are you using?

Linux

OS Version / Linux distribution

Artix Linux (Arch based)

What distribution channel are you using? [LINUX ONLY]

No response

Bug description

Program terminated due to unhandled exception when dropping a video into the player. I built the player manually using poetry.

Log excerpt

Traceback (most recent call last):
  File "/home/alec/Downloads/gridplayer-0.2.1/gridplayer/player/managers/grid.py", line 167, in reload_video_grid
    self._adjust_cells()
  File "/home/alec/Downloads/gridplayer-0.2.1/gridplayer/player/managers/grid.py", line 212, in _adjust_cells
    vb.setMinimumSize(self._minimum_vb_size())
  File "/home/alec/Downloads/gridplayer-0.2.1/gridplayer/player/managers/grid.py", line 273, in _minimum_vb_size
    return QSize(
TypeError: arguments did not match any overloaded call:
  QSize(): too many arguments
  QSize(int, int): argument 1 has unexpected type 'float'
  QSize(QSize): argument 1 has unexpected type 'float'
@Tank-Missile Tank-Missile added the bug Something isn't working label Feb 16, 2022
@Tank-Missile Tank-Missile changed the title [Bug]: [Bug]: Program terminated due to unhandled exception! Feb 16, 2022
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