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

AttributeError in on_tag #1449

Closed
jodal opened this issue Feb 15, 2016 · 4 comments
Closed

AttributeError in on_tag #1449

jodal opened this issue Feb 15, 2016 · 4 comments
Assignees
Labels
A-audio Area: Audio layer C-bug Category: This is a bug

Comments

@jodal
Copy link
Member

jodal commented Feb 15, 2016

Running Mopidy 2.0.0 and playing music from Mopidy-Spotify 3.0.0.

Traceback (most recent call last):
  File "/home/jodal/mopidy-dev/mopidy/mopidy/audio/actor.py", line 225, in on_message
    self.on_tag(taglist)
  File "/home/jodal/mopidy-dev/mopidy/mopidy/audio/actor.py", line 340, in on_tag
    if self._audio._tags.get(key, unique) != value:
AttributeError: 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
  File "/home/jodal/mopidy-dev/mopidy/mopidy/audio/actor.py", line 225, in on_message
    self.on_tag(taglist)
  File "/home/jodal/mopidy-dev/mopidy/mopidy/audio/actor.py", line 340, in on_tag
    if self._audio._tags.get(key, unique) != value:
AttributeError: 'NoneType' object has no attribute 'get'
@jodal jodal added C-bug Category: This is a bug A-audio Area: Audio layer labels Feb 15, 2016
@jodal jodal added this to the v2.0.1 - Bugfixes milestone Feb 15, 2016
@jodal
Copy link
Member Author

jodal commented Feb 16, 2016

I've seen this again today, when changing from the first to the second Spotify track in the tracklist.

@SergioKob
Copy link

Hi Jodal,
I'm facing this too but it happens on every change, it doesn't stops or create any problem to mopidy/mopify, I think, do you have any solution?
BR

@jjok
Copy link
Contributor

jjok commented May 9, 2016

Hi. I'm seeing this same issue while using the Deezer extension.

@adamcik
Copy link
Member

adamcik commented Jul 26, 2016

Fixed by e594d56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-audio Area: Audio layer C-bug Category: This is a bug
Projects
None yet
Development

No branches or pull requests

4 participants