You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi I have installed pulsar v 0.6.2 from SuperRepo Pulsar unofficial repo. Whan I try to start up pulsar from kody it says that there was an error and do check the logs and I get this:
I think the issue is that is trying to load /resources/bin/android_x86 but it should be /resources/bin/android_arm, maybe if you add _platform["arch"] = "arm"_ in line 48 of file plugin.video.pulsar\resources\site-packages\pulsardaemon.py should work.
PS: No patch submitted because my python expertise is 0
15:32:21 T:2108004608 NOTICE: [plugin.video.pulsar] pulsar: starting jsonrpc service
15:32:21 T:2108009088 NOTICE: [plugin.video.pulsar] pulsard: starting pulsard
15:32:21 T:2108009088 NOTICE: [plugin.video.pulsar] Updating pulsar daemon...
15:32:21 T:2108009088 NOTICE: Traceback (most recent call last):
15:32:21 T:2108009088 NOTICE: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.pulsar/resources/site-packages/pulsar/daemon.py", line 126, in pulsard_thread
15:32:21 T:2108009088 NOTICE: proc = start_pulsard(stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
15:32:21 T:2108009088 NOTICE: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.pulsar/resources/site-packages/pulsar/daemon.py", line 97, in start_pulsard
15:32:21 T:2108009088 NOTICE: pulsar_dir, pulsar_binary = get_pulsar_binary()
15:32:21 T:2108009088 NOTICE: File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.pulsar/resources/site-packages/pulsar/daemon.py", line 74, in get_pulsar_binary
15:32:21 T:2108009088 NOTICE: shutil.copytree(binary_dir, dest_binary_dir)
15:32:21 T:2108009088 NOTICE: File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/shutil.py", line 140, in copytree
15:32:21 T:2108009088 NOTICE: OSError: [Errno 2] No such file or directory: '/storage/emulated/legacy/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.pulsar/resources/bin/android_x86'
15:32:21 T:2108009088 ERROR: Exception in thread Thread-2:
Traceback (most recent call last):
File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/threading.py", line 532, in __bootstrap_inner
File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/threading.py", line 484, in run
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.pulsar/resources/site-packages/pulsar/daemon.py", line 126, in pulsard_thread
proc = start_pulsard(stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.pulsar/resources/site-packages/pulsar/daemon.py", line 97, in start_pulsard
pulsar_dir, pulsar_binary = get_pulsar_binary()
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.pulsar/resources/site-packages/pulsar/daemon.py", line 74, in get_pulsar_binary
shutil.copytree(binary_dir, dest_binary_dir)
File "/home/jenkins/workspace/Android-ARM/tools/depends/xbmc-depends/arm-linux-androideabi-android-17/lib/python2.6/shutil.py", line 140, in copytree
OSError: [Errno 2] No such file or directory: '/storage/emulated/legacy/Android/data/org.xbmc.kodi/files/.kodi/addons/plugin.video.pulsar/resources/bin/android_x86'
The text was updated successfully, but these errors were encountered:
Hi I have installed pulsar v 0.6.2 from SuperRepo Pulsar unofficial repo. Whan I try to start up pulsar from kody it says that there was an error and do check the logs and I get this:
I think the issue is that is trying to load /resources/bin/android_x86 but it should be /resources/bin/android_arm, maybe if you add _platform["arch"] = "arm"_ in line 48 of file plugin.video.pulsar\resources\site-packages\pulsardaemon.py should work.
PS: No patch submitted because my python expertise is 0
The text was updated successfully, but these errors were encountered: