Couldn't validate python script error message on OS X
See original GitHub issueChecklist
- This is a bug report.
- Streamlink is working correctly on my system without using the Twitch GUI.
- I tried solving my issue by reading the project’s wiki first.
- I used the search function to find already opened/closed issues or pull requests.
Description
I started getting an error message saying Couldn't validate python script
when launching twitch streams after upgrading from 1.2.1 to 1.3.0. Downgrading to 1.2.1 makes the problem go away.
Reproduction steps
- Open the app
- Select a stream and try to watch it
Environment details (operating system, etc.)
Streamlink Twitch GUI 1.3.0, OS X, Python 3.6.1, streamlink installed from pip.
Comments, logs, screenshots, etc.
The log file contains entries like the following
[2017-05-24T02:40:57.084Z][error][StreamingService]
Error: Couldn't validate python script
at n.a (chrome-extension://kjlcknihpadniagphehmpojkkdigigjp/main.js:7:192748)
Issue Analytics
- State:
- Created 6 years ago
- Comments:10 (3 by maintainers)
Top Results From Across the Web
"Couldn't validate python script" (Streamlink portable) #451
I'm getting this error as well on OS X, using python3 from homebrew and streamlink installed through pip. Python executable is /usr/local/bin/ ...
Read more >Python script error: "Script result: macOS 11 or later required !"
In any case, I'm receiving the error Script result: macOS 11 or later required ! with exit code 134 upon executing the script...
Read more >"SSL certificate verify failed" using pip to install packages
I am on a mac OS version 10.12.1 and am using python 3.6. Does anybody know a solution to this problem? python ·...
Read more >How to Fix 'Cannot Be Opened Because the Developer ...
It's a separate issue from the "unidentified developer" error. To solve the slow "verifying app" problem, make sure you update to the latest ......
Read more >Python KeyError Exceptions and How to Handle Them
In this tutorial, you'll learn how to handle Python KeyError exceptions. They are often caused by a bad key lookup in a dictionary,...
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
Aha, thanks for the detailed info. I created a
python
symlink in/usr/local/opt/python3/bin
and streams are indeed launching now. I can live with this as a workaround until this gets fixed.@jhanssen yep can confirm this works! Thanks for clarifying.