Advertisement
Guest User

Untitled

a guest
Apr 4th, 2018
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "/usr/bin/kickoff-player", line 109, in <module>
  3. player = KickoffPlayer()
  4. File "/usr/bin/kickoff-player", line 56, in __init__
  5. self.player = PlayerHandler(self)
  6. File "/opt/kickoff-player-git/handlers/player.py", line 42, in __init__
  7. self.playbin = GstBox(callback=self.update_status)
  8. File "/opt/kickoff-player-git/widgets/gstbox.py", line 22, in __init__
  9. self.swidget = self.gtksink.props.widget
  10. AttributeError: 'NoneType' object has no attribute 'props'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement