JJTech0130 / pypush

[being rewritten] Cross-platform iMessage POC
https://discord.gg/BVvNukmfTC
Other
3.56k stars 396 forks source link

Cat and Mouse? #91

Closed fargly closed 4 months ago

fargly commented 9 months ago

With Beeper so heavily in the news, I suspect Apple has derailed the mechanism this project uses to send and receive messages. I compiled and ran nacserver (JJTech0130/nacserver) on a valid Intel Mac and swapped out the data.plist file on my Linux box. I reran the initialization to get a new config.json but the software no longer appears to function correctly. This is too bad since it was nice to be able to ssh in from wherever I was working and send iMessages.

Steps to Replicate

  1. Clone nacserver on an Intel Mac
  2. Run build.sh
  3. Copy data.plist into emulated directory under pypush
  4. rm existing config.json
  5. Run demo.py with requirements.txt installed
  6. No Joy
byquanton commented 9 months ago

Which branch of this repo are you using?

fargly commented 9 months ago

commit cc907bc66fe6e4772317a71ea8cb02031e26b5c0 (HEAD -> main, origin/main, origin/HEAD)

Is there a more appropriate branch or commit to be using?

Cheers

-Kurt

On Wed, Dec 20, 2023 at 1:49 PM byquanton @.***> wrote:

Which branch of this repo are you using?

— Reply to this email directly, view it on GitHub https://github.com/JJTech0130/pypush/issues/91#issuecomment-1865045004, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAFDBXPVZJSQXCAL6AIWLBTYKM6L7AVCNFSM6AAAAABA5AY4AWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQNRVGA2DKMBQGQ . You are receiving this because you authored the thread.Message ID: @.***>

TaeHagen commented 9 months ago

Try async branch, you may have more luck there.