Hello,
long time user of emby but new to the forums, sorry if it's breaking any rules!
I'm trying to use the embypy search function after initializing the connection between the system and the API server (i think?) however i am getting a 403 forbidden error when i search anything.
for example:
import embypy
emby = embypy.Emby(url="http://HIDDEN FOR PRIVACY", username="HIDDEN", password="HIDDEN") # Initialises Successfully
res = emby.search("Nobody") // Errors here
the error is:
RuntimeError: Unexpected JSON output (status: 403): "Forbidden"
how would i go about troubleshooting this?