Package Details: acestream-proxy-player 0.3.1-2

Git Clone URL: https://aur.archlinux.org/acestream-proxy-player.git (read-only, click to copy)
Package Base: acestream-proxy-player
Description: Aceproxy Player allows you to open Ace Stream links with a Media Player of your choice
Upstream URL: https://github.com/jonian/acestream-proxy-player
Keywords: acestream player streaming
Licenses: GPL
Provides: acestream-proxy-player
Submitter: jonian
Maintainer: jonian
Last Packager: jonian
Votes: 11
Popularity: 0.000000
First Submitted: 2015-08-15 09:40 (UTC)
Last Updated: 2018-04-14 18:23 (UTC)

Latest Comments

aksh1618 commented on 2018-05-26 21:40 (UTC) (edited on 2018-05-26 21:43 (UTC) by aksh1618)

Gevent coros error is fixed by replacing coros with lock in /opt/aceproxy/vlcclient/vlcclient.py

Traceback for the error:

Traceback (most recent call last):
  File "/usr/bin/aceproxy", line 29, in <module>
    import vlcclient
  File "/usr/lib/python2.7/site-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/opt/aceproxy/vlcclient/__init__.py", line 1, in <module>
    from vlcclient import *
  File "/usr/lib/python2.7/site-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
  File "/opt/aceproxy/vlcclient/vlcclient.py", line 7, in <module>
    import gevent.coros
  File "/usr/lib/python2.7/site-packages/gevent/builtins.py", line 93, in __import__
    result = _import(*args, **kwargs)
ImportError: No module named coros

Source: http://www.gevent.org/whatsnew_1_0.html

gapo commented on 2017-04-01 14:02 (UTC) (edited on 2017-04-01 14:03 (UTC) by gapo)

Getting an error when trying to launch recently. Maybe a python update broke it ? : import psutil File "/usr/lib/python2.7/site-packages/psutil/__init__.py", line 78, in <module> from . import _pslinux as _psplatform File "/usr/lib/python2.7/site-packages/psutil/_pslinux.py", line 24, in <module> from . import _psutil_linux as cext ImportError: dynamic module does not define module export function (PyInit__psutil_linux) Any ideas ? Or should I take this upstream ?

jonian commented on 2017-01-26 09:26 (UTC)

@doskoi Package acestream-launcher works by using only the acestream-engine. Package acestream-proxy-player uses https://github.com/ValdikSS/aceproxy to open streams. The proxy can be installed either locally or on a remote server. If you want just to open acestream links, I would suggest to use the acestream-launcher package.

abouvier commented on 2017-01-25 21:25 (UTC)

What's the difference with acestream-launcher package?

devourer commented on 2015-11-26 19:56 (UTC)

python-notify2 is required in the latest version.

letku commented on 2015-10-10 08:46 (UTC)

Works like a charm!