Closed iamwoz closed 1 month ago
Sorry mate, I completely missed this. Still having issues? Looks like you are probably missing port from the emby url. Something like https://emby.xxxxx.nz:8096
If still not working, here is a minimal example to test your connection to Emby.
` import requests
emby_server_url = "http://example.com:8096"
emby_api_key = "your_api_key"
response = requests.get( emby_server_url + "/emby/System/Info", headers={"X-Emby-Token": emby_api_key} )
print(response.json()) `
Well, this is weird.
Please let me know what info I can provide that might help with diagnosing this.
config.cfg
Python versions
Pip modules
ERROR