Error launching particular stream
See original GitHub issueEncountered an error launching a particular stream, does not occur for other streams that I’ve tried. Error message is “The process exited with code 1”.
To add on, I have no issues launching the same stream via CLI (Twitch OAuth token enabled).
Windows 7 Pro streamlink-script.py 0.1.0 Streamlink Twitch GUI 1.0.0 64bit
Error message for https://www.twitch.tv/wow_tomato:
Traceback (most recent call last):
File "D:\Program Files (x86)\Streamlink\bin\streamlink-script.py", line 12, in <module>
main()
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\main.py", line 899, in main
handle_url()
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\main.py", line 499, in handle_url
handle_stream(plugin, streams, stream_name)
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\main.py", line 378, in handle_stream
return output_stream_http(plugin, streams)
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\main.py", line 143, in output_stream_http
player.open()
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\output.py", line 21, in open
self._open()
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\output.py", line 123, in _open
self._open_subprocess()
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\output.py", line 138, in _open_subprocess
self.player = subprocess.Popen(self._create_arguments(),
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\output.py", line 116, in _create_arguments
return shlex.split(cmd) + shlex.split(args)
File "shlex.py", line 273, in split
File "shlex.py", line 263, in __next__
File "shlex.py", line 90, in get_token
File "shlex.py", line 166, in read_token
ValueError: No closing quotation
Error message for https://www.twitch.tv/zxc93824:
Traceback (most recent call last):
File "D:\Program Files (x86)\Streamlink\bin\streamlink-script.py", line 12, in <module>
main()
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\main.py", line 899, in main
handle_url()
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\main.py", line 499, in handle_url
handle_stream(plugin, streams, stream_name)
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\main.py", line 378, in handle_stream
return output_stream_http(plugin, streams)
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\main.py", line 143, in output_stream_http
player.open()
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\output.py", line 21, in open
self._open()
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\output.py", line 123, in _open
self._open_subprocess()
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\output.py", line 138, in _open_subprocess
self.player = subprocess.Popen(self._create_arguments(),
File "D:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\output.py", line 108, in _create_arguments
args = self.args.format(filename=filename)
KeyError: '�w���I�q'
Issue Analytics
- State:
- Created 7 years ago
- Comments:19 (12 by maintainers)
Top Results From Across the Web
How to Fix 'Failed to Start Streaming' in OBS - Appuals.com
In most cases, the 'Failed to start streaming' error is confirmed to be caused by the Discord in-game overlay or by Nvidia Overlay....
Read more >[SOLVED] Discord Stream Stuck on Loading - Driver Easy
Discord gets stuck on loading screen everytime you try to stream from your computer? Don't panic! Here's a list of fixes to try......
Read more >Timed out waiting for stream to launch :: Steam Remote Play
Whenever I attempt to stream a game, however, it gives me the same message - Timed out waiting for stream to launch.
Read more >How to fix streaming problems or issues while using the app
If you experience issues while streaming, try closing all open programs and apps, including those running in the background.
Read more >Fix Steam Game Not Launching 2022 (General Fix Guide
Game or games not starting in Steam? Can't figure out why? New to Steam? Well, this video covers all the basics for fixing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
The bug has been fixed in streamlink/streamlink#300. There will be a new Streamlink release soon which includes this bugfix. You can also try installing Streamlink for the
HEAD
of the git repository.I’ll set the minimum required version of Streamlink to
0.2.0
when this gets released, so that this bug doesn’t occur anymore while using the Twitch GUI.@neffers https://github.com/streamlink/streamlink/issues/293#issuecomment-270624877