espes / Slave-in-the-Magic-Mirror

Open source implementation of AirPlay Mirroring. WIP.
610 stars 122 forks source link

Error Launching #21

Open RXM307 opened 7 years ago

RXM307 commented 7 years ago

Getting this error after immediately after launching

$pypy airplay.py Traceback (most recent call last): File "app_main.py", line 72, in run_toplevel File "airplay.py", line 30, in import aac File "/home/username/Slave-in-the-Magic-Mirror/aac.py", line 33, in Flag("frameLengthFlag"), TypeError: 'Mapping' object is not callable

ianquu commented 7 years ago

have the same issue

centos 7

AhmedX6 commented 7 years ago

same issue here

Scvairy commented 6 years ago

You need pypy construct module with version less then 2.8 ( pypy -m pip install 'construct<2.8' )