How about a Python version and not require all these other dependencies. Plex is written in Python, so any machine able to run Plex can also run anything written in Python. This seems to be a no brainer to me…
The only people that can run this are running what for an OS? Windows? And that’s what percentage of the user base? 20%? 40%? How many could use this tool if it were in Python? EVERYONE!
@MikeG6.5 said:
How about a Python version and not require all these other dependencies. Plex is written in Python, so any machine able to run Plex can also run anything written in Python. This seems to be a no brainer to me…
The only people that can run this are running what for an OS? Windows? And that’s what percentage of the user base? 20%? 40%? How many could use this tool if it were in Python? EVERYONE!
Hi, If someone writes a Python version then cool, but that’s not going to be me.
This can run on any OS, it is using the same backend framework as a well known application called Sonarr.
i am having an issue with the sonarr setup. i was able to setup sonarr, then when i tested adding a show, it gave an error. Tried Twin Peaks, All Seasons.
Newtonsoft.Json.JsonSerializationException: Cannot deserialize the current JSON array (e.g. [1,2,3]) into type ‘PlexRequests.Api.Models.Sonarr.SonarrAddSeries’ because the type requires a JSON object (e.g. {“name”:“value”}) to deserialize correctly. To fix this error either change the JSON to a JSON object (e.g. {“name”:“value”}) or change the deserialized type to an array or a type that implements a collection interface (e.g. ICollection, IList) like List that can be deserialized from a JSON array. JsonArrayAttribute can also be added to the type to force it to deserialize from a JSON array. Path ‘’, line 1, position 1. at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.EnsureArrayContract(JsonReader reader, Type objectType, JsonContract contract) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateList(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, Object existingValue, String id) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.CreateValueInternal(JsonReader reader, Type objectType, JsonContract contract, JsonProperty member, JsonContainerContract containerContract, JsonProperty containerMember, Object existingValue) at Newtonsoft.Json.Serialization.JsonSerializerInternalReader.Deserialize(JsonReader reader, Type objectType, Boolean checkAdditionalContent) at Newtonsoft.Json.JsonSerializer.DeserializeInternal(JsonReader reader, Type objectType) at Newtonsoft.Json.JsonConvert.DeserializeObject(String value, Type type, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value, JsonSerializerSettings settings) at Newtonsoft.Json.JsonConvert.DeserializeObject[T](String value) at PlexRequests.Api.ApiRequest.ExecuteJson[T](IRestRequest request, Uri baseUri) in C:\projects\requestplex\PlexRequests.Api\ApiRequest.cs:line 111 at PlexRequests.Api.SonarrApi.AddSeries(Int32 tvdbId, String title, Int32 qualityId, Boolean seasonFolders, String rootPath, Int32 seasonCount, Int32[] seasons, String apiKey, Uri baseUrl) in C:\projects\requestplex\PlexRequests.Api\SonarrApi.cs:line 94
Since it is written with the same backend framework as Sonarr would it be a lot of trouble to make an actually app version of it for mac? That way I can just double click it to launch and not keep a terminal window open. That’s how Sonarr has it for mac.
there is something off with the sonaar setup page. after a few tries i was finally able to get it to pull down the quality profiles. i started from scratch and even reset the sonaar api key. might try that if you are having issues.
@sydeburnz said:
there is something off with the sonaar setup page. after a few tries i was finally able to get it to pull down the quality profiles. i started from scratch and even reset the sonaar api key. might try that if you are having issues.
I’ve tried to reproduce it with no luck. What browser are you using?
when adding a tv show for testing, i am getting a pop up window that says ‘undefined’
also, i have a test user i use for this kind of testing to be sure i see what my users see. it seems as though the admin link stays active and i can change admin settings as a basic plex user.
@sydeburnz said:
when adding a tv show for testing, i am getting a pop up window that says ‘undefined’
also, i have a test user i use for this kind of testing to be sure i see what my users see. it seems as though the admin link stays active and i can change admin settings as a basic plex user.
The admin link is staying there because you are not logging out as the admin, you are only logging out as the user (there are 2 different levels of authentication, it’s slightly confusing but we are working on it). If you are getting ‘undefined’ can you please log an issue on Github so the rest of the team can take a look too?
Thanks