markop159 / KODI-Popcorn-Time

With KODI Popcorn Time you can search for movies that you can see immediately in KODI.
142 stars 32 forks source link

a torrent error has ocurred (odroid-c2 aarch64 libreelec 8.2) #95

Closed gentooza closed 6 years ago

gentooza commented 6 years ago

Hi,

I think this issue is related to this one but only with user saying is playing with an odroid-c2 board.

I think it's related with no having a torrent2http aarch64 executable, perhaps system is trying to use the arm one.

I've found also, libreelec is compiled in aarch64 with arm support, but it lacks the system libraries.

Also, I thinkk there are sollutions to bring up torrent2http to aarch64 arch, but I'm not used to GO, etc. So I can't try myself.

Please, confirm. and of course, thank you very much!

markop159 commented 6 years ago

torrent2http used in this addon is precompiled and I did not compile it myself, I too am not familiar with GO. OSMC aarch64 build have 32 bit arm support. Maybe you can just try to add executable permissions to torrent2http executable file in arm folder or try to install system libraries needed to support arm 32 bit.

gentooza commented 6 years ago

Hi Marko!

thanks for the reply! Now I'm not sure what's happend :-/

I don't know what tests do

cheers

markop159 commented 6 years ago

For logs, on kodi go to Settings -> System -> Logging under Debug Enable debug logging, now it should show on left upper corner log file location.

To see additional logs of addon, open addon settings and under Advanced -> Enable debugging.

If you happen to find a fix for your problem please share, so we can add this fix for others with same problem.

gentooza commented 6 years ago

well,

I've lost logs as I've reflashed libreelec to my odroid-c2. But it was an error with torrent2http. what I've done is flashing a 32bit userspace version of libreelec, with this version I can execute arm binaries with the odroid-c2 (aarch64)

Perhaps was not compatible the version of torrent2http I took from binaries before with the version kodi popcorn time plugin was using :-S, it's older or newer:

now it's working perfectly. I've found 32bits versions for the odroid-c2 in this post and this repository

thanks and good job with the plugin, it's really cool!

markop159 commented 6 years ago

I am glad it is working now.