I'm having an IndexError issue on Windows 11 when running the xbox2local program. Here is the message in CMD:
Scanning the Xbox network for screenshots...
Traceback (most recent call last):
File "C:\Path\xbox2local.py", line 147, in
screens, cont_token = make_api_call(api_key, screens_endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Path\xbox2local.py", line 41, in make_api_call
http_status = output[0].split()[1]
~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range
I'm having an IndexError issue on Windows 11 when running the xbox2local program. Here is the message in CMD:
Scanning the Xbox network for screenshots...
Traceback (most recent call last):
File "C:\Path\xbox2local.py", line 147, in
screens, cont_token = make_api_call(api_key, screens_endpoint)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Path\xbox2local.py", line 41, in make_api_call
http_status = output[0].split()[1]
~~~~~~~~~~~~~~~~~^^^
IndexError: list index out of range