mopidy-party icon indicating copy to clipboard operation
mopidy-party copied to clipboard

spotify?

Open srvoets opened this issue 3 years ago • 2 comments

I've been looking to implement this type of party feature for a while and was excited when I found this.

However, spotify does not seem to work in mopidy=party, but works in other front ends, am I doing something wrong?

srvoets avatar Jun 09 '21 13:06 srvoets

Hello! Could you please add more debug information?

For instance:

  • Do you have any error log?
  • What is your operating system?
  • What are your versions of Python, Mopidy, Mopidy-Party and Mopidy-Spotify?

Thanks

Lesterpig avatar Jun 25 '21 08:06 Lesterpig

I'm facing the same issue

Do you have any error log?

INFO [Core-10] pykka Exception returned from Core (urn:uuid:3d10186c-be40-4564-8426-f9427f9988c7) to caller: Traceback (most recent call last): File "/usr/lib/python3/dist-packages/pykka/_actor.py", line 193, in _actor_loop response = self._handle_receive(envelope.message) File "/usr/lib/python3/dist-packages/pykka/_actor.py", line 299, in _handle_receive return callee(*message.args, **message.kwargs) TypeError: filter() got an unexpected keyword argument 'uri' DEBUG [HttpServer] mopidy.http.handlers Sent WebSocket message to 127.0.0.1: '{"jsonrpc": "2.0", "id": 64, "error": {"code": -32602, "message": "Invalid params", "data": {"type": "TypeError", "message": "filter() got an unexpected keyword argument \'uri\'", "traceback": "Traceback (most recent call last):\\n File \\"/usr/lib/python3/dist-packages/mopidy/internal/jsonrpc.py\\", line 131, in _handle_single_request\\n result = self._unwrap_result(result)\\n File \\"/usr/lib/python3/dist-packages/mopidy/internal/jsonrpc.py\\", line 228, in _unwrap_result\\n result = result.get()\\n File \\"/usr/lib/python3/dist-packages/pykka/_threading.py\\", line 45, in get\\n _compat.reraise(*self._data[\'exc_info\'])\\n File \\"/usr/lib/python3/dist-packages/pykka/_compat/__init__.py\\", line 29, in reraise\\n raise value\\n File \\"/usr/lib/python3/dist-packages/pykka/_actor.py\\", line 193, in _actor_loop\\n response = self._handle_receive(envelope.message)\\n File \\"/usr/lib/python3/dist-packages/pykka/_actor.py\\", line 299, in _handle_receive\\n return callee(*message.args, **message.kwargs)\\nTypeError: filter() got an unexpected keyword argument \'uri\'\\n"}}}' DEBUG [HttpServer] mopidy.http.handlers Received WebSocket message from 127.0.0.1: '{"method":"core.tracklist.filter","params":{"uri":["spotify:track:1PSpy435J7dmOj8Cr7gWfL"]},"jsonrpc":"2.0","id":65}'

What is your operating system? Ubuntu 20.04.3

What are your versions of Python, Mopidy, Mopidy-Party and Mopidy-Spotify?

Python 3.8.10, Mopidy 3.2.0, Mopidy-Party 1.0.0, Mopidy-Spotify 4.1.1

kingbutter avatar Sep 02 '21 20:09 kingbutter

Are you able to play Spotify tracks from other frontends? Playback is not available anymore, see https://github.com/mopidy/mopidy-spotify/issues/110

I'm closing for now, please reopen if you think it is necessary.

Lesterpig avatar Oct 12 '22 19:10 Lesterpig