Sometimes the following is written to stdout/stderr of Mopidy:
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/mopidy/audio/actor.py", line 234, in on_message
self.on_playbin_state_changed(*msg.parse_state_changed())
File "/usr/local/lib/python2.7/dist-packages/mopidy/audio/actor.py", line 283, in on_playbin_state_changed
target_state = _GST_STATE_MAPPING[self._audio._target_state]
KeyError: <enum GST_STATE_READY of type GstState>
Probably this has no noticeable effect on playback (at least I have not correlated it to any issues). May be this error makes sense to @jodal or somebody else who is maintaining Mopidy.
Sometimes the following is written to stdout/stderr of Mopidy:
Probably this has no noticeable effect on playback (at least I have not correlated it to any issues). May be this error makes sense to @jodal or somebody else who is maintaining Mopidy.