dchristl / macless-haystack

Create your own AirTag with OpenHaystack, but without the need to own an Apple device
GNU General Public License v3.0
412 stars 66 forks source link

Failing To Receive 2FA Request #113

Open CelicaXX opened 3 months ago

CelicaXX commented 3 months ago

Not entirely sure what's going on. I'm not receiving any errors in the terminal after running:

docker run -it --restart unless-stopped --name macless-haystack -p 6176:6176 --volume mh_data:/app/endpoint/data --network mh-network christld/macless-haystack

I have verified that 2FA is indeed enabled and am receiving 2FA codes when logging into the iCloud website through a browser as well as all other methods. I've waited for appx. an hour and not received a code.

dchristl commented 3 months ago

This is sadly a well known problem and is already discussed in #46 . There is nothing I can do about it, only Apple know why some accounts are working and some not. You can try some workarounds, discussed in the liniked issue.

zerog2k commented 2 months ago

for me at least (a modified version of) #125 is fixing this problem (but I'm not sure this PR is complete yet) (I have multiple 2FA numbers registered - the first one was phone [not sms], and only second number has sms)

Styne13 commented 1 week ago

Hi, thanks for all your work integrating this project into a docker environment :)

I have also an issue with 2FA.

@zerog2k: Can you please describe the modification you made to #125 or even update the pr?

I also tried out Find my Flipper in a non-Docker environment and for the pypush_gsa_icloud.py in there to login works.

Thanks and Best Regards

Marcel