Code Monkey home page Code Monkey logo

Comments (5)

Hanfrey avatar Hanfrey commented on June 4, 2024 1

Build was success, but got an keypair related error as below when tried to run it.

What did I miss something ?

Generating new ed25519 keypair for b'aa5cb8df-7f14-4249-901a-5e748ce57a93'
Traceback (most recent call last):
File "ap2-receiver.py", line 213, in
LTPK = LTPK()
File "ap2-receiver.py", line 178, in init
announce_id, self.ltpk = Hap(PI).configure()
File "/airplay2/ap2/pairing/hap.py", line 335, in init
encryption_algorithm=serialization.NoEncryption()
File "/airplay2/ap2/pairing/hap.py", line 273, in set_ltsk
self.set_bytes(_id, 'LTSK', _value)
File "/airplay2/ap2/pairing/hap.py", line 199, in set_bytes
_val
File "/airplay2/ap2/pairing/hap.py", line 176, in create_entry
self.json_handler.put_store(self.store)
File "/airplay2/ap2/pairing/hap.py", line 155, in put_store
self.save_store()
File "/airplay2/ap2/pairing/hap.py", line 158, in save_store
self.save_json(self.store, self.path)
File "/airplay2/ap2/pairing/hap.py", line 142, in save_json
with open(path, mode="w", encoding="utf-8") as f:
FileNotFoundError: [Errno 2] No such file or directory: './pairings/ltsk.txt'

Same error for me.

from airplay2-receiver.

systemcrash avatar systemcrash commented on June 4, 2024

@najihun @Hanfrey VM/docker? In which case, try the 'fix' in #43 (comment)

from airplay2-receiver.

Hanfrey avatar Hanfrey commented on June 4, 2024

@najihun @Hanfrey VM/docker? In which case, try the 'fix' in #43 (comment)

Hi,
had now a deeper look in the fix then monday. The Volume Path in the docker-compose is wrong.
sudo docker run -it --rm --device /dev/snd --env AP2IFACE=eth0 --volume /home/pi/Downloads/airplay2-receiver/pairings/:/airplay2/pairings/ --net host invano/ap2-receiver

does start the container now. I can connect, and he does plays music, but the song is distorted.
Im on a Rasp 4

from airplay2-receiver.

systemcrash avatar systemcrash commented on June 4, 2024

Updated README with instructions which resolve this issue.

from airplay2-receiver.

systemcrash avatar systemcrash commented on June 4, 2024

see 2aa2613

from airplay2-receiver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.