Plex-scripts icon indicating copy to clipboard operation
Plex-scripts copied to clipboard

Intro skipper. Unknown client name: {name}

Open IIeTp opened this issue 2 years ago • 0 comments

In which file is the bug? https://github.com/Casvt/Plex-scripts/blob/main/stream_control/intro_skipper.py

d:\Downloads>intro_skipper.py -a
[14:52:31 23-05-2023][INFO] Handling streams...
[14:52:31 23-05-2023][INFO] Skipping advertisements when needed
[14:52:31 23-05-2023][INFO] Starting AlertListener: ws://127.0.0.1:32400/:/websockets/notifications?X-Plex-Token=<hidden>
[14:52:31 23-05-2023][INFO] Websocket connected
[14:53:10 23-05-2023][INFO] Moving stream playing on Chrome to 0:30
[14:53:10 23-05-2023][ERROR] Failed:
Traceback (most recent call last):
  File "D:\Downloads\intro_skipper.py", line 52, in move
    plex.client(player).seekTo(time, mtype='video')
  File "C:\Users\crash\AppData\Local\Programs\Python\Python39\lib\site-packages\plexapi\server.py", line 421, in client
    raise NotFound(f'Unknown client name: {name}')
plexapi.exceptions.NotFound: Unknown client name: Chrome
[14:53:16 23-05-2023][ERROR] AlertListener Msg Error: 'Metadata'

also i tried this with android client, same error. https://github.com/Casvt/Plex-scripts/issues/189 and this error presents there too

IIeTp avatar May 23 '23 16:05 IIeTp