I’m trying to use this:
When I test locally, everything works 10/10. As soon as I push the code to Heroku, log prints that it’s trying to play, but then eventually (at the 30s mark) throws a 500 because of the timeout. Anyone seen anything similar or know how to fix it?
cars = plex.library.section("Movies").get("Cars")
client = plex.client("Living Room")
client.playMedia(cars)
After being signed in. If I run this by hosting my python server locally, everything runs fine.
I also just tried this…
cars = plex.library.section("Movies").get("Cars")
print("Found movie name")
client = plex.client(client_name)
print("Setup client")
client.playMedia(cars)
print("Client should be playing.")
The Heroku server prints
Found movie name
Setup client
Then nothing happens.
PKKid
December 8, 2017, 2:16am
3
What is the client you are trying to play to?
Also, if you post this question on the github page, you’ll get better help as it emails us when you ask. – https://github.com/pkkid/python-plexapi
The client is an Apple TV