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

maried sometimes crashes on short songs #21

Open
dsprenkels opened this issue Nov 23, 2016 · 0 comments
Open

maried sometimes crashes on short songs #21

dsprenkels opened this issue Nov 23, 2016 · 0 comments

Comments

@dsprenkels
Copy link

I get this error during the playback of a sequence of very short songs:

Traceback (most recent call last):
  File "/home/maried/py/maried/gstreamer.py", line 302, in _on_about_to_finish
    self.on_about_to_finish()
  File "/home/maried/py/sarah/event.py", line 8, in __call__
    handler(*args, **kwargs)
  File "/home/maried/py/maried/core.py", line 376, in _player_on_about_to_finish
    self._queue_next()
  File "/home/maried/py/maried/core.py", line 324, in _queue_next
    self.player.queue(media)
  File "/home/maried/py/maried/gstreamer.py", line 218, in queue
    "Another media has been queued already"
RuntimeError: Another media has been queued already
11825 INFO    history:<ClassicRequest sholleman - <ClassicMedia MrPiep - NS error>>
Traceback (most recent call last):
  File "/home/maried/py/maried/gstreamer.py", line 360, in on_message
    self._on_stream_changed()
  File "/home/maried/py/maried/gstreamer.py", line 298, in _on_stream_changed
    self.on_playing_started(self.playing_media, self.endTime)
  File "/home/maried/py/sarah/event.py", line 8, in __call__
    handler(*args, **kwargs)
  File "/home/maried/py/maried/core.py", line 348, in _player_on_playing_started
    assert media == self.next_playing_media
AssertionError
12509 INFO    history:<ClassicRequest sholleman - <ClassicMedia MrPiep - NS error>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant