jellyfin / jellyfin-mpv-shim

MPV Cast Client for Jellyfin
Other
1.56k stars 93 forks source link

SyncPlay does not work. API entrypoint not found #221

Open rdbisme opened 3 years ago

rdbisme commented 3 years ago

Describe the bug Hello, I'm trying to use SyncPlay with the MPV menu. The problem is that it does not work. No group is created.

To Reproduce Steps to reproduce the behavior:

  1. Play a movie
  2. Press c
  3. Select SyncPlay
  4. Select "NewGroup"

Expected behavior It should create a new SyncPlay group

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information):

Error Messages Please provide logs, as they are often needed for me to understand and quickly troubleshoot the issue. You can read instructions for how to do so here: https://github.com/iwalton3/jellyfin-mpv-shim/wiki/Sending-Logs

[{'PlaybackPositionTicks': 0, 'PlayCount': 2, 'IsFavorite': False, 'LastPlayedDate': '2021-05-30T02:46:55.2866903Z', 'Played': False, 'Key': 'tt11337862', 'ItemId': 'ca265c40df7c24655b7bcaf0d0c68ffd'}, {'UnplayedItemCount': 52, 'PlaybackPositionTicks': 0, 'PlayCount': 0, 'IsFavorite': False, 'Played': False, 'Key': '5b0d238e-2f6d-5609-b709-d7b76300e217', 'ItemId': '5b0d238e2f6d5609b709d7b76300e217'}], 'ServerId': '349b9ad9521e4b138352e26569ddbe78'}
2021-05-30 04:46:59,999 [   DEBUG] urllib3.connectionpool: https://pancin.rdb.is:443 "POST /Sessions/Playing/Progress HTTP/1.1" 204 0
2021-05-30 04:47:00,146 [    INFO] mpv: mouse: Enabled shim menu mouse events.
2021-05-30 04:47:01,031 [   DEBUG] urllib3.connectionpool: https://pancin.rdb.is:443 "GET /SyncPlay/List?FilterItemId=ca265c40df7c24655b7bcaf0d0c68ffd HTTP/1.1" 200 None
2021-05-30 04:47:01,848 [   DEBUG] urllib3.connectionpool: https://pancin.rdb.is:443 "POST /SyncPlay/New HTTP/1.1" 400 None
2021-05-30 04:47:01,853 [   ERROR] Jellyfin.jellyfin_apiclient_python.http: 400 Client Error: Bad Request for url: https://pancin.rdb.is/SyncPlay/New

log.txt

iwalton3 commented 3 years ago

Does SyncPlay work for that user in the web client?