#Making a Blueprint that searches for items in a Plex library that suddenly stopped working

1 messages · Page 1 of 1 (latest)

hot umbra
#

I've been toying around with a blueprint I forked a few months ago that worked fantastic and tweaked it to fit extra libraries and even music too. The problem is I'm suddenly starting to get an error saying "'PlayQueue' object has no attribute 'viewOffset'" in my Trace Timeline.

Here's the link to my blueprint: https://gist.github.com/luckycold/2d02879407a46bbc77a1941e80a40693

And the link that mine was based on: https://gist.github.com/freakshock88/833c9f15bb82a68fba251dd6c1325d75

I added a few items and when I saw that it didn't work anymore I tried reverting, but even doing that it's still not working anymore. Any direction would be extremely helpful.

#

Making a Blueprint that searches for items in a Plex library that suddenly stopped working

grizzled fern
#

Those keywords don't specifically pop up, so it's something in the mediaplayer. I am no expert on that, but you are using service calls there. Try to plug the service calls in manually with real data, not the variables in the service tool. You should be able to find the issue that way.

#

I don't see anything wrong with the Blueprint part, but I could have missed something. I have the feeling you need a media player expert to help you here, but testing the individual service calls is how I would work this first.

hot umbra