Skip to content

Instantly share code, notes, and snippets.

@mxmilkiib
Created March 14, 2020 15:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mxmilkiib/070f54b352ec0e5edd4b12cc01f6e034 to your computer and use it in GitHub Desktop.
Save mxmilkiib/070f54b352ec0e5edd4b12cc01f6e034 to your computer and use it in GitHub Desktop.
polyber err tmp
Traceback (most recent call last):
File "/usr/share/polybar/scripts/player-mpris-tail.py", line 500, in <module>
PlayerManager(blacklist = args.blacklist)
File "/usr/share/polybar/scripts/player-mpris-tail.py", line 32, in __init__
self.refreshPlayerList()
File "/usr/share/polybar/scripts/player-mpris-tail.py", line 84, in refreshPlayerList
self.addPlayer(player_bus_name)
File "/usr/share/polybar/scripts/player-mpris-tail.py", line 90, in addPlayer
player = Player(self._session_bus, bus_name, owner = owner, connect = self._connect, _print = self.print)
File "/usr/share/polybar/scripts/player-mpris-tail.py", line 196, in __init__
self.refreshMetadata()
File "/usr/share/polybar/scripts/player-mpris-tail.py", line 246, in refreshMetadata
self._parseMetadata()
File "/usr/share/polybar/scripts/player-mpris-tail.py", line 277, in _parseMetadata
_year = self.metadata['date'][0:4] if len(_date) else ''
KeyError: 'date'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment