Базовые продукты ACE Stream ( Torrent Stream ) > Анонсы и Релизы

Ace Stream 3.1 for Ubuntu (ru/en)

(1/54) > >>

Constantin:
Уважаемые пользователи!
Dear users,

Приглашаем всех  принять участие в тестировании версии Ace Stream Media 3.1
We invite everyone to participate in the testing of Ace Stream Media 3.1

Описание функционала версии 3.1 см. здесь:  http://oldforum.acestream.media/index.php?topic=3007.0 (идентично Windows)
You can find the description of version 3.1 features here: http://oldforum.acestream.media/index.php?topic=3007.0 (features are the same as for Windows/Ru)
 
Самые актуальные версии для Ubuntu, можно взять здесь: http://wiki.acestream.media/Download
The most recent versions for Ubuntu are here: http://wiki.acestream.media/Download

Инструкции по установке, здесь: http://wiki.acestream.media/Install_Ubuntu
Installation instructions are here: http://wiki.acestream.media/Install_Ubuntu

Stranyk:
Ubuntu 16.04 не запускается, лог ниже
релиз b04, как вылечить?

 /opt/acestream/start-engine --client-console
2017-02-05 16:26:27,678|MainThread|acestream|error during startup
Traceback (most recent call last):
  File "core.c", line 1580, in
  File "core.c", line 415, in
  File "core.c", line 240, in
  File "core.c", line 63, in
  File "ACEStream/third_party/pychromecast/pychromecast/__init__.py", line 12, in <module>
  File "ACEStream/third_party/pychromecast/pychromecast/config.py", line 6, in <module>
  File "/opt/acestream/lib/requests-2.12.5-py2.7.egg/requests/__init__.py", line 52, in <module>
  File "/opt/acestream/lib/requests-2.12.5-py2.7.egg/requests/packages/urllib3/contrib/pyopenssl.py", line 47, in <module>
  File "/usr/lib/python2.7/dist-packages/OpenSSL/__init__.py", line 8, in <module>
    from OpenSSL import rand, crypto, SSL
  File "/usr/lib/python2.7/dist-packages/OpenSSL/rand.py", line 11, in <module>
    from OpenSSL._util import (
  File "/usr/lib/python2.7/dist-packages/OpenSSL/_util.py", line 6, in <module>
    from cryptography.hazmat.bindings.openssl.binding import Binding
  File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 205, in <module>
    Binding.init_static_locks()
  File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 161, in init_static_locks
    cls._ensure_ffi_initialized()
  File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 156, in _ensure_ffi_initialized
    cls._register_osrandom_engine()
  File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 121, in _register_osrandom_engine
    _openssl_assert(cls.lib, cls.lib.ERR_peek_error() == 0)
  File "/usr/lib/python2.7/dist-packages/cryptography/hazmat/bindings/openssl/binding.py", line 43, in _openssl_assert
    errors
InternalError: Unknown OpenSSL error. Please file an issue at https://github.com/pyca/cryptography/issues with information on how to reproduce this. ([_OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077092L, lib=6, func=101, reason=100), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109), _OpenSSLError(code=101077101L, lib=6, func=101, reason=109)])

Dorik1972:

--- Цитата: Stranyk от 06 Февраля 2017, 09:45:20 ---Ubuntu 16.04 не запускается, лог ниже
релиз b04, как вылечить?

  File "/opt/acestream/lib/requests-2.12.5-py2.7.egg/requests/__init__.py", line 52, in <module>
  File "/opt/acestream/lib/requests-2.12.5-py2.7.egg/requests/packages/urllib3/contrib/pyopenssl.py", line 47, in <module>
 

--- Конец цитаты ---
убрать requests из acestream и использовать системный 2.11.1

Stranyk:
Можно поподробнее как это сделать.
Я модуль удаляю из acesatream, он не запускается, нужно где-то в конфигах этот модуль убрать и прописать сдандартный, как и где это сделать?

Tamer4:
Доустановил несколько пакетов:


--- Код: ---sudo apt install python-m2crypto python-apsw wrapsrv
--- Конец кода ---

 теперь ошибок не выдает, но и работать не хочет, наверное еще есть зависимости:


--- Код: ---./start-engine --client-console
2017-02-08 18:50:53,906|MainThread|acestream|init segmenter done: log_path=/home/tamer/.ACEStream/logs/segmenter.log
2017-02-08 18:50:53,906|MainThread|acestream|platform=linux
2017-02-08 18:50:53,906|MainThread|acestream|app=acestream
2017-02-08 18:50:53,906|MainThread|acestream|version=3.1.16 code=3011600 revision=3258 date=2017-02-08
2017-02-08 18:50:53,906|MainThread|acestream|use_local_db=True
2017-02-08 18:50:53,906|MainThread|acestream|use_m2crypto=True
2017-02-08 18:50:53,906|MainThread|acestream|enable debug: 0
2017-02-08 18:50:53,907|MainThread|acestream|get_default_api_version: 2
2017-02-08 18:50:53,907|MainThread|acestream.coreapp|use fixed i2i_port: 62062
2017-02-08 18:50:53,907|MainThread|acestream.coreapp|state_dir=u'/home/tamer/.ACEStream'
2017-02-08 18:50:53,926|MainThread|acestream.SocketHandler.InterruptSocket|bound on 127.0.0.1:54447
2017-02-08 18:50:53,926|MainThread|acestream.SocketHandler.SocketHandler|bind: socket bound: host=0.0.0.0 port=8621
2017-02-08 18:50:53,926|MainThread|acestream.LM|listen on 8621
2017-02-08 18:50:54,759|MainThread|acestream.VideoServer|start: addr= port=6878 allow_remote=0 allow_intranet=1
2017-02-08 18:50:54,897|MainThread|acestream.SocketHandler.InterruptSocket|bound on 127.0.0.1:52838
2017-02-08 18:50:54,897|MainThread|acestream.SocketHandler.SocketHandler|bind: socket bound: host=0.0.0.0 port=62062
2017-02-08 18:50:54,897|Instance2InstanceThread-30|acestream.APIServer|run: ready to receive remote commands on 62062

--- Конец кода ---

P.S. Почему в Ubuntu 16.04 и новее не сделать всё это в snap пакете, со всеми зависимостями внутри, и не морочить больше ни себе ни людям голову?

Навигация

[0] Главная страница сообщений

[#] Следующая страница

Перейти к полной версии