Release P2P-Streams - SopCast and AceStream for Kodi
(2014-08-30, 18:43)enen92 Wrote:
(2014-08-30, 18:16)Jayphen Wrote:
(2014-08-30, 18:05)enen92 Wrote: I'll try to reproduce, it should work fine if you have downloaded the latest bundle (python psutil is included). However you can easily solve that by installing python-psutil in your system:

sudo apt-get install python-psutil

I've done that, however now I get this error

Code:
/home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/psutil/_pslinux.py:155: RuntimeWarning: couldn't determine platform's TOTAL_PHYMEM
  warnings.warn("couldn't determine platform's TOTAL_PHYMEM", RuntimeWarning)
2014-08-31 02:13:41,489|MainThread|acestream|error during startup
Traceback (most recent call last):
  File "Core.pyx", line 878, in Core.run
  File "Core.pyx", line 189, in Core.run_client_console
  File "Core.pyx", line 122, in Core.start_client
  File "imports.pyx", line 92, in init CoreApp
  File "ACEStream/Core/WebTools/MozillaTools.py", line 10, in <module>
ImportError: /home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/apsw.so: undefined symbol: sqlite3_uri_boolean

Well, the point of this addon is to make it work out of the box. I need to reproduce this with a virtual machine.

Before applying the last commands please let me know the output of those:

Quote:uname -a
Quote:cd $HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream && ls -l
Quote:python -c "import sys;print sys.maxunicode()"
To solve that:

Quote:rm /home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/apsw.so
Quote:sudo apt-get install sqlite python-apsw

It should work after that, I'll also have a look tonight. However...not the way I wanted it to work after all those trouble.
Sorry for that.


uname -a
Linux MicroServer 3.2.0-67-generic #101-Ubuntu SMP Tue Jul 15 17:45:51 UTC 2014 i686 athlon i386 GNU/Linux

Code:
-rwxr-xr-x 1 jayphen jayphen   6860 Aug 14 14:51 acestreamengine
-rw-r--r-- 1 jayphen jayphen 306940 Jan 27  2014 apsw.so
drwxr-xr-x 2 jayphen jayphen   4096 Aug 20 06:35 bitarray
drwxr-xr-x 2 jayphen jayphen   4096 Aug 20 06:35 blist
drwxr-xr-x 5 jayphen jayphen   4096 Aug 14 14:51 data
drwxr-xr-x 3 jayphen jayphen   4096 Aug 20 04:20 lib
drwxr-xr-x 4 jayphen jayphen   4096 Aug 20 06:35 M2Crypto
-rwxr-xr-x 1 jayphen jayphen  62743 Aug 14 14:42 miniupnpc.so
drwxr-xr-x 2 jayphen jayphen   4096 Aug 20 06:36 psutil
-rw-r--r-- 1 jayphen jayphen   9804 Apr  1 21:46 _psutil_linux.i386-linux-gnu.so
-rw-r--r-- 1 jayphen jayphen   5548 Apr  1 21:46 _psutil_posix.i386-linux-gnu.so

Code:
$ python -c "import sys;print sys.maxunicode()"
Traceback (most recent call last):
  File "<string>", line 1, in <module>
TypeError: 'int' object is not callable


Removing apsw.so seemed to work, though sqlite & python-apsw were already installed and at the latest versions.

Running
Code:
$HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/acestreamengine --lib-path $HOME/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream --client-console
again worked this time, but I did still get the message
Code:
/home/jayphen/.xbmc/userdata/addon_data/plugin.video.p2p-streams/acestream/psutil/_pslinux.py:155: RuntimeWarning: couldn't determine platform's TOTAL_PHYMEM
  warnings.warn("couldn't determine platform's TOTAL_PHYMEM", RuntimeWarning)
before the rest of the output.

Thanks for your time


Messages In This Thread
RE: P2P-Streams - SopCast and AceStream for XBMC/Kodi - by Jayphen - 2014-08-30, 18:49
How to enter Sopcast link? - by qknet - 2014-11-21, 12:48
Logout Mark Read Team Forum Stats Members Help
P2P-Streams - SopCast and AceStream for Kodi14