-
Notifications
You must be signed in to change notification settings - Fork 118
Issue with Nvidia shield and subzero channel 2.5.0.2247 #441
Comments
Shield do not set the lang in PMS :( Saw it here: |
thanks for the response. like i isad on this ticket though i did reset the shield to factory settings which would wipe it clean and just installed plex and the subzero channel form the plugin marketplace so no other "unauthorized apps" let me know if you need more information form my side though |
Hmm, I think I can add a workaround preventing that. Is your SHIELD rooted so you could test this? |
Hello @pannal Thanks for your reply buddy. yes my shield is rooted but i lost my SuperSu when i did the reset to factory settings so i will root it again, so i can see the data directory. i am planning on doing that this thursday so let me know what i need to do to assist you.. |
device has been rooted, let me know what do you need me to test |
@ahiguero please try this branch: https://github.com/pannal/Sub-Zero.bundle/archive/shield_test2.zip Do you know how to manually install? |
i am assuming the the manual iinstall would be like this:
is there anything else? |
Nope, nothing else. Just be sure the new folder is named |
awesome... then i will test as soon as i get home from work and give you the results. |
Actually, with rename, you must rename the extension (.bundle), since otherwise, it'll still be read /T |
Right. Just name it Sub-Zero.bundle.old, or delete it - your config data and storage stuff is stored elsewhere. |
@ahiguero any news? :) |
@pannal trying but no luck i keep getting the following error on the plex server logs eb 23, 2018 18:26:01.591 [23387] ERROR - Couldn't check for the existence of file "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Info.plist": boost::filesystem::status: Permission denied: "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Info.plist" folder does have the same permissions as the old one. at first when i copied it hte folder belonge dot the root user but still it was not working then i went and compared it with the previous one that i renamed and made sure that the new folder had the same permissions, rebooted and still shows this error and no channel appears. if i remove your package and rename the old folder the channel shows again. |
Well, the folder has the same permissions, but did you do the permission change recursively?
|
@pannal yes both chown an chmod were run with the -R command |
@ahiguero any news? You didn't answer in Slack. |
Latest versions seems to work on my shield :)
|
@jbreuer95 those are OK. The callback path is only a warning and not an issue, the errors are PMS-errors that don't affect SZ. |
Tnx for your work and quick response :), only when i try to select an active subtitle i get this error now
I am using a custom subtitle location btw |
Can you attach the subtitle storage for that particular item? Get the media ID via The file in question can be found in |
Did you add something to your blacklist for that item? |
Yes i did seem to have done that, i was trying to download a new episode om my android tv and must have clicked blacklist somewhere |
I get the same error after removing it from the blacklist |
That's OK. Do you have the means to install a development version of SZ? You just discovered a bug :) |
Yes is do, I already have a dev version running :), you cant get the latest version in the official channel store yet |
Nice, please try the current develop version: https://github.com/pannal/Sub-Zero.bundle/archive/develop-2.1.zip |
sure, might take some time, installing a custom version on the shield is not as straight forward as a regular server. max half an hour- |
Thanks. Let's track this separate issue in #450 |
the latest dev build Sub-Zero 2.5.0.2287 DEV sees to have fixed the issue withe schedule tasks |
Great, closing. Thank you for testing! |
Plex server installed on an nvidia shield and checking the logs the following issue occurs
android experience 6.3 has been installed on it and the systems was reset to factory defaults before installing plex and the sub zero channel please let me know if you need anything else
2018-02-19 11:06:40,887 (203027c450) : ERROR (scheduler:132) - Scheduler: Something went wrong when running SearchAllRecentlyAddedMissing: Traceback (most recent call last):
File "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Code/support/scheduler.py", line 130, in run_task
task.run()
File "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Code/support/tasks.py", line 499, in run
Thread.Sleep(PROVIDER_SLACK)
File "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Code/support/scanning.py", line 113, in scan_videos
skip_hashing=skip_hashing)
File "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Code/support/scanning.py", line 84, in scan_video
only_one=config.only_one)
File "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/subzero/video.py", line 25, in set_existing_languages
only_one=only_one).values())
File "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/subliminal_patch/core.py", line 591, in search_external_subtitles
only_one=only_one))
File "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/subliminal_patch/core.py", line 519, in _search_external_subtitles
for entry in scandir(dirpath):
File "/data/user/0/com.plexapp.mediaserver.smb/Plex Media Server/Plug-ins/Sub-Zero.bundle/Contents/Libraries/Shared/scandir.py", line 543, in scandir_python
opendir_path = path.encode(file_system_encoding)
TypeError: encode() argument 1 must be string, not None
Logs_180219_11-07-46.zip
The text was updated successfully, but these errors were encountered: