-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't make it work on PMS Windows (500 for all plugin frontend content) #189
Comments
Seems like a unicode problem, and maybe due to the path:
What codepage/language are you running, and what's the correct path in above? /T |
After been authenticated towards the backend, try and issue a get like:
Does that return an array with css files? |
Hmmm...... So need some time to dig into this, and not sure it's something I can fix, since python comes with PMS :-( |
And the problem, FUI according to your log:
|
As far as I remember (investigated it also some time ago), this was only affecting images from |
Since I haven't got a russian windows, I need you to work with me here ;-) Make a backup of the file named |
Was thinking about some monkeypatching of included mimetypes.py, but it seems that your code do the right magic :)
|
Logs please, since I need to make it work only on Windows, and need something to detect, instead of just forcing it to russian, since that will break it for everybody else not running russian ;-) |
Yeah, sure! Almost forgot about them on that happy train. And now it even loads images from Seems like plex devs need to update python they provide. |
Darn, it still reports utf-8 :-( Hang in there please, while I cook up a new version of the file |
Btw, you can just provide me the code instead of new files if this suits you. |
It does ;-) Replace the start function with below, and then report back please: `def Start():
|
Scratch above.....Github is formating it badly :-( Use below instead |
Already testing.
|
Nice, and thanks for the hint. |
Ain't worked. Retesting now. |
Ahhh....Nice catch ;-) |
Still doesn't work with any of variants. |
Looks like setting path to icon object doesn't act like a call, so it can't reach except block. |
Please try this: Add an import statement @ the top like: Then try this:
And tell me what the log says |
|
Ahhhh.......Standby |
|
Looks good, everything working. |
Thanks for working with me on this. |
Thank you too for such collaboration :) Also hope that plex devs will update python in their distribution. And maybe will finally provide fully updated documentation for their framework and api :D |
Fixed with 5df58bf |
Was running PMS for like 5 month or so. Few days ago tried to install web tools for the first time and faced with this problem. Firstly, I thought that it can be related to my PMS, due to my own channel scripting, so I decided to remove it and make a fresh installation. Unfortunately, it didn't help.
Also, everything working fine on my virtualbox with Linux Mint on the board.
Any ideas or suggestions?
system_and_webtools_logs.zip
The text was updated successfully, but these errors were encountered: