Slave-in-the-Magic-Mirror icon indicating copy to clipboard operation
Slave-in-the-Magic-Mirror copied to clipboard

Error Launching

Open RXM307 opened this issue 8 years ago • 3 comments

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

RXM307 avatar Sep 28 '16 12:09 RXM307

have the same issue

centos 7

ianquu avatar Feb 10 '17 08:02 ianquu

same issue here

AhmedX6 avatar Mar 14 '17 13:03 AhmedX6

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

Scvairy avatar Jul 16 '17 16:07 Scvairy