PyAMF in plex

Hi Guys,



I’ve recently started writing my first plex plugin.

It will fetch missed tv episodes from a couple of dutch tv stations (via brightcove).



To be able to make this call i need to use the pyamf library, but here is the catch.

It seems the pyamf library included in Plex requires the clientType to be included in the call, however having this clientType option included in the call towards brightcove actually breaks the AMF call and will return a internal server error.



After some digging i found that in new pyamf library versions the clientType is removed because it’s off spec.

Replacing the builtin pyamf version of plex with a new version of pyamf also instantly makes my plugin work.



Now for my question :wink: … do any of u know a way to work arround this issue or are there plans to upgrade the included version of pyamf to a newer version?



Thanks

Eelco

I think that the plugin framework has recently updated pyAMF and should be released soon(ish). I’d need to check with the guy who writes it, but hopefully won’t be too long until its available.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.