xbox-webapi-python
xbox-webapi-python copied to clipboard
A python library to authenticate with Xbox Live via your Microsoft Account and provides Xbox related Web-API.
I get this error: `Traceback (most recent call last): File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main return _run_code(code, main_globals, None, File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code exec(code, run_globals) File "C:\Users\Admin\AppData\Local\Programs\Python\Python39\Scripts\xbox-authenticate.exe\__main__.py", line...
This is the error I get ``` File "c:\Python311\Lib\site-packages\xbox\webapi\authentication\manager.py", line 111, in _oauth2_token_request File "c:\Python311\Lib\site-packages\aiohttp\connector.py", line 982, in _wrap_create_connection raise ClientConnectorCertificateError(req.connection_key, exc) from exc aiohttp.client_exceptions.ClientConnectorCertificateError: Cannot connect to host login.live.com:443...
Hi, I recently started getting HTTP Status 500 for the presence batch request. I tested multiple scenarios - different rate limits, different IPs, different accounts etc. But no luck so...
```py profile = await xbl_client.profile.get_profile_by_gamertag("Saa") xuid = profile.profile_users[0].id try: friendlist = await xbl_client.people.get_friends_by_xuid(xuid) except ClientResponseError as e: print(f"Failed to fetch friend list: {e}") ``` profile works, the request works it's...
I can't seem to find anyway to send bumper button or trigger commands, missing LB RB LT RB
I don't know how to format the messages and I keep getting this error Here is my code for the sending script: ```python async def send_message(auth_mgr, recipient_xuid, message_text, client_session): xbl_client...
Hi, If someone could explain to me what is needed to be modified to get it working, I can't get my tokens.json. Many thanks, "I just found out what's wrong....
Apparently the Xbox web api does support sending Nexus(Xbox) key commands to consoles. But I can’t send the command through the Xbox Home Assistant integration. And I figured it’s probably...
Hey, I have been trying the test example for getting a screenshot metadata but it just seem to return a empty list. Anyone know what the issue might be? ![Screenshot...
Hi! After updating ecdsa from 0.18.0 to 0.19.0 running the test suite errors out on `test_import`! ```pytb =================================== FAILURES =================================== _________________________________ test_import __________________________________ ecdsa_signing_key_str = '-----BEGIN EC PRIVATE KEY-----\nMHcCAQEEIObr5IVtB+DQcn25+R9n4K/EyUUSbVvxIJY7WhVeELUuoAoGCCqGSM49\nAwEHoUQDQgAEOKyCQ9qH5U4lZcS0c5/LxIyKvOpKe0l3x4Eg5OgDbzezKNLRgT28\nfd4Fq3rU/1OQKmx6jSq0vTB5Ao/48m0iGg==\n-----END EC...