jonian / acestream-launcher

AceStream Launcher opens AceStream links with any Media Player
GNU General Public License v3.0
151 stars 20 forks source link

Import Error #6

Closed kuttarunge closed 7 years ago

kuttarunge commented 7 years ago

when I try to use it I get:

ImportError: cannot import name __m2crypto Error authenticating to Acestream! Media Player not running...

jonian commented 7 years ago

If you are on arch you must downgrade python2-m2crypto to 0.23. This is an issue with acestream-engine package.

pacman -U https://archive.archlinux.org/packages/p/python2-m2crypto/python2-m2crypto-0.23.0-2-x86_64.pkg.tar.xz

https://aur.archlinux.org/packages/acestream-launcher https://aur.archlinux.org/packages/acestream-engine

kuttarunge commented 7 years ago

its working, thanks for the help mate