-
Notifications
You must be signed in to change notification settings - Fork 48
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
Python system paths initialization on Xbox #579
Comments
Could you please test |
I've still got path issues.
As @MoojMidge pointed out, this seems to affect all addons using python. |
Only on some subset of Windows platforms, where presumably access to system file paths are limited due to sandboxing. Possibly related to this change in CPython python/cpython@2438cdf#diff-edff4421a88bdc56335a84a1e5a0ce0eafe5cd0c37dcb1aff03ff075bfb9b57c It is more of a Kodi issue, but I suggested opening an issue here so that the decision to try to load the LaCrOS browser image could be managed a little better by changing
to the following:
and then changing script.module.inputstreamhelper/lib/inputstreamhelper/widevine/arm.py Lines 156 to 157 in 06b88d3
to the following:
|
Any news on this? 0.5.1 still needed to get inputstream helper working on xbox |
@rampagejoe Have you tested #582? I don't have an Xbox to try with right now, but I can merge the PR and cut a new release if it works. |
@emilsvennesson I tried the updated zip and the manual lacros changes to arm.py Both solutions didn't work for me Dunno much about this topic yet All I know is that it seems like omega killed a lot of addons on xbox because of python problems... Some python based addons still work though... I also tried macos/android/windows store version & installer version for comparison |
Dunno if it matters for addons at all |
Following anxdpanic/plugin.video.youtube#923, I report a failure regarding Python paths initialization on Xbox.
The text was updated successfully, but these errors were encountered: