raw response from plex servers #67
seertenedos
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
@seertenedos, I've had similar issues. I was writing out Log.Debug responses for errores, but have just added Log.Info on successes. I'm sure there are lots of gaps that need to be filled. When I first built this, I really only built it for my use cases. Hopefully others can help fill in the mapping gaps. |
Beta Was this translation helpful? Give feedback.
1 reply
-
If you see any missing mappings, you can plug the json into: https://json2csharp.com/ Allows you to quickly add mappings in. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
One thing that has been making my life a little hard is that currently i can't get to the raw response from plex to see if things are due to things not being mapped, broken mapping or plex does not have or provide that information. Generally you don't want this information all the time but when looking at new functionality or looking into issues it would be useful.
I can think of 2 ways to do this and currently my feeling is option 2 is the best but i would love a discussion on ideas.
When i was doing my recent changes to the lib i did notice a lot was not mapped over which was fine as i did not need it at the time but it is important for developers to know what is missing.
Beta Was this translation helpful? Give feedback.
All reactions