i'm very interested in Tribler and trying to run Tribler from svn version according to instruction described here : svn.tribler.org/abc/tags/tribler-5.1.2/Tribler/readme.txt .
1. Problem 1:
When i run tribler it terminates from itself and drops some of warning:
- Code: Select all
tuantub@tuantub-desktop:~/tribler-5.1.2$ ./runtribler.sh
/home/tuantub/tribler-5.1.2/Tribler/Main/Utility/utility.py:7: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
from sha import sha
/home/tuantub/tribler-5.1.2/Tribler/Core/CacheDB/SqliteCacheDBHandler.py:10: DeprecationWarning: the sets module is deprecated
from sets import Set
/home/tuantub/tribler-5.1.2/Tribler/Web2/util/db.py:9: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import md5
LinuxSingleInstanceChecker returned 20558 python Tribler/Main/tribler.py
Setting up languages
Language file: english.lang
Client Starting Up.
Build: Build 12034
i2is: Ready to receive remote commands on 57891
cachedb: init: SQL FILE /home/tuantub/.Tribler/sqlite/tribler.sdb
modcast: DB made
votecast: DB made
metadata: collect dir is /home/tuantub/TriblerDownloads/collected_torrent_files
Available space for database and collecting torrents: 1893 MB, Min free space 200 MB
BuddyCast starts up 3.0
(300, 300)
FAMILY FILTER : True
main: ONEXIT
main ONEXIT: Waiting for Session to shutdown
tlm: shutdown: delaying for early shutdown tasks 1.1529378891
main ONEXIT: Waiting for Session to shutdown
tlm: Number of threads still running 7
tlm: Thread still running MainThread daemon False
tlm: Thread still running NetworkThread-5 daemon True
tlm: Thread still running OverlayThread-6 daemon True
tlm: Thread still running UPnPThread-7 daemon True
tlm: Thread still running TimedTaskQueueThread-1 daemon True
tlm: Thread still running VideoHTTPServerThread-1 daemon True
tlm: Thread still running Instance2InstanceThread-2 daemon True
Client shutting down. Sleeping for a few seconds to allow other threads to finish
and it's very strange, that sometimes i got it run and then came the problem again ???
2. I cant get swarmplayer comunicte with python-vlc!
i installed python-vlc from:
liris.cnrs.fr/advene/download/python-ctypes/
and got the python-bindings path (python-ctypes) from vlc-git compiled/installed.
does i do something wrong?
3. Note: I also tryed the lastest stable version of Tribler but it doesn't work with the newest vlc.py !
