Hi @goutham1020 .
Which version of Windows are you using? Is it the 32-bit version of Windows?
I ask because, even though I didn't find any reports of this error from ESP32 users specifically, I did find some reports that indicated it is caused by using an outdated version of Windows:
opened 01:12AM - 11 Nov 20 UTC
closed 01:34AM - 14 Nov 20 UTC
out of scope
Windows installer
os: Windows
<!--
Thanks for reporting a bug!
USE THE TEMPLATE. Otherwise your bug report m… ay be rejected.
First, see the contribution guidelines:
https://github.com/streamlink/streamlink/blob/master/CONTRIBUTING.md#contributing-to-streamlink
Also check the list of open and closed bug reports:
https://github.com/streamlink/streamlink/issues?q=is%3Aissue+label%3A%22bug%22
Please see the text preview to avoid unnecessary formatting errors.
-->
## Bug Report
Streamlink glitching out on the latest nightly
- [x] This is a bug report and I have read the contribution guidelines.
### Description
Hi when I use the latest nightly build of streamlink somehow I get this when I try a URL
### Expected / Actual behavior
```
Traceback (most recent call last):
File "runpy.py", line 194, in _run_module_as_main
File "runpy.py", line 87, in _run_code
File "G:\Program Files (x86)\Streamlink\bin\streamlink.exe\__main__.py", line
17, in <module>
File "G:\Program Files (x86)\Streamlink\pkgs\streamlink_cli\main.py", line 16,
in <module>
import requests
File "G:\Program Files (x86)\Streamlink\pkgs\requests\__init__.py", line 43, i
n <module>
import urllib3
File "G:\Program Files (x86)\Streamlink\pkgs\urllib3\__init__.py", line 7, in
<module>
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connect
ion_from_url
File "G:\Program Files (x86)\Streamlink\pkgs\urllib3\connectionpool.py", line
7, in <module>
from socket import error as SocketError, timeout as SocketTimeout
File "<frozen zipimport>", line 259, in load_module
File "socket.py", line 49, in <module>
ImportError: DLL load failed while importing _socket: The parameter is incorrect
```
### Reproduction steps / Explicit stream URLs to test
1. ...
2. ...
3. ...
### Log output
<!--
TEXT LOG OUTPUT IS REQUIRED for a bug report!
Use the `--loglevel debug` parameter and avoid using parameters which suppress log output.
https://streamlink.github.io/cli.html#cmdoption-l
Make sure to **remove usernames and passwords**
You can copy the output to https://gist.github.com/ or paste it below.
Don't post screenshots of the log output and instead copy the text from your terminal application.
-->
```
C:\Users\Senpai>streamlink --loglevel debug
[cli][debug] OS: Windows 7
[cli][debug] Python: 3.8.6
[cli][debug] Streamlink: 1.7.0+58.g02924fb
[cli][debug] Requests(2.24.0), Socks(1.7.1), Websocket(0.57.0)
usage: streamlink [OPTIONS] <URL> [STREAM]
Use -h/--help to see the available options or read the manual at https://streaml
ink.github.io
```
### Additional comments, etc.
[Love Streamlink? Please consider supporting our collective. Thanks!](https://opencollective.com/streamlink/donate)
opened 09:31AM - 05 May 20 UTC
closed 07:41PM - 13 Jun 22 UTC
@low
kind:support
good first issue
I am trying to run my python ```.exe``` file on another machine but unable to. I… tested it on my machine and the application works but on running it in other machine outputs the following error:
```
Traceback (most recent call last):
File "C:\Users\klien\AppData\Local\Programs\Python\Python38-32\Lib\site-packa
es\PyInstaller\loader\rthooks\pyi_rth_multiprocessing.py", line 18, in <module>
File "c:\users\klien\appdata\local\programs\python\python38-32\lib\site-packa
es\PyInstaller\loader\pyimod03_importers.py", line 623, in exec_module
File "multiprocessing\__init__.py", line 16, in <module>
File "c:\users\klien\appdata\local\programs\python\python38-32\lib\site-packa
es\PyInstaller\loader\pyimod03_importers.py", line 623, in exec_module
File "multiprocessing\context.py", line 6, in <module>
File "c:\users\klien\appdata\local\programs\python\python38-32\lib\site-packa
es\PyInstaller\loader\pyimod03_importers.py", line 623, in exec_module
File "multiprocessing\reduction.py", line 16, in <module>
File "c:\users\klien\appdata\local\programs\python\python38-32\lib\site-packa
es\PyInstaller\loader\pyimod03_importers.py", line 623, in exec_module
File "socket.py", line 49, in <module>
ImportError: DLL load failed while importing _socket: The parameter is incorrec
.
[1640] Failed to execute script pyi_rth_multiprocessing
```
Any help will be greatly appreciated, Thanks!