OpenXbox / xbox-webapi-python

A python library to authenticate with Xbox Live via your Microsoft Account and provides Xbox related Web-API.
https://pypi.python.org/pypi/xbox-webapi
MIT License
175 stars 44 forks source link

Device Data not being returned after authentication #66

Closed proffalken closed 2 years ago

proffalken commented 3 years ago

Hey all,

I had this working really well on an old server and now I've migrated it to my new setup I'm seeing some issues

My setup is as follows:

As soon as I query the device state using https://xbox.service.mydomain.net/device/?addr=xbox.ip.address, I get a server 200 response and an empty response ([])

There's nothing that I can see in the logs to indicate why this has happened, so I'm a bit stuck on how to troubleshoot it - is anyone able to help?

proffalken commented 2 years ago

The vlan seemed to be the issue, moved everything onto the same vlan and it all works.