-
Notifications
You must be signed in to change notification settings - Fork 43
Description
Does anybody now what changed?
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\RODOLFO\AppData\Local\Programs\Streamlink\bin\streamlink.exe_main.py", line 18, in
File "C:\Users\RODOLFO\AppData\Local\Programs\Streamlink\pkgs\streamlink_cli\main.py", line 881, in main
setup_plugins(args.plugin_dirs)
File "C:\Users\RODOLFO\AppData\Local\Programs\Streamlink\pkgs\streamlink_cli\main.py", line 697, in setup_plugins
load_plugins(PLUGIN_DIRS, showwarning=False)
File "C:\Users\RODOLFO\AppData\Local\Programs\Streamlink\pkgs\streamlink_cli\main.py", line 611, in load_plugins
success = streamlink.load_plugins(str(directory))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\RODOLFO\AppData\Local\Programs\Streamlink\pkgs\streamlink\session.py", line 617, in load_plugins
mod = load_module(module_name, path)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\RODOLFO\AppData\Local\Programs\Streamlink\pkgs\streamlink\utils\module.py", line 14, in load_module
spec.loader.exec_module(mod)
File "", line 936, in exec_module
File "", line 1074, in get_code
File "", line 1004, in source_to_code
File "", line 241, in _call_with_frames_removed
File "C:\Users\RODOLFO\AppData\Roaming\streamlink\plugins\stripchat.py", line 15
'viewServers': validate.Schema({'flashphoner-hls': validate.text})
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
SyntaxError: invalid syntax. Perhaps you forgot a comma?