MatthewKuKanich / FindMyFlipper

The FindMy Flipper app turns your FlipperZero into an AirTag or other tracking device, compatible with Apple AirTags and Samsung SmartTag and Tile Trackers. It uses the BLE beacon to broadcast, allowing users to clone existing tags, generate OpenHaystack key pairs for Apple's FindMy network, and customize beacon intervals and transmit power.
1.49k stars 48 forks source link

Failed to establish a new connection #33

Closed Kf637 closed 6 months ago

Kf637 commented 6 months ago

Anyone knows how to fix this issue? I've tried the script on 2 diffrent PCs

image

Kf637 commented 6 months ago

I've installed pyprovision but didn't fix it.

image


Apple ID:
Password:
D Exception:
std.file.FileException@/home/kf637/.dub/packages/provision/2e4146d4fb6e1abf51bfa66a9735552b66745d22/provision/lib/provision/adi.d(78): ./anisette/libstoreservicescore.so: No such file or directory
----------------
??:? provision.adi.ADI provision.adi.ADI.__ctor(immutable(char)[]) [0x7fd3767fe165]
??:? provision.adi.ADI pyd.func_wrap.applyPyTupleToAlias!(pyd.ctor_wrap.call_ctor!(provision.adi.ADI, pyd.class_wrap.Init!(immutable(char)[]).Init).func(immutable(char)[]), "ADI").applyPyTupleToAlias(deimos.python.object.PyObject*, deimos.python.object.PyObject*) [0x7fd3767c0e44]
??:? [0x7fd3767c0c76]
??:? int pyd.exception.exception_catcher!(int).exception_catcher(int delegate()) [0x7fd3767c0b2a]
??:? _PyObject_MakeTpCall [0x55f7a24a358b]
??:? _PyEval_EvalFrameDefault [0x55f7a249c1f0]
??:? _PyFunction_Vectorcall [0x55f7a24ad70b]
??:? _PyEval_EvalFrameDefault [0x55f7a2495e0c]
??:? _PyFunction_Vectorcall [0x55f7a24ad70b]
??:? _PyEval_EvalFrameDefault [0x55f7a2495e0c]
??:? _PyFunction_Vectorcall [0x55f7a24ad70b]
??:? _PyEval_EvalFrameDefault [0x55f7a2495e0c]
??:? _PyFunction_Vectorcall [0x55f7a24ad70b]
??:? _PyEval_EvalFrameDefault [0x55f7a2495e0c]
??:? _PyFunction_Vectorcall [0x55f7a24ad70b]
??:? _PyEval_EvalFrameDefault [0x55f7a24970d0]
??:? _PyFunction_Vectorcall [0x55f7a24ad70b]
??:? _PyEval_EvalFrameDefault [0x55f7a24970d0]
??:? [0x55f7a2586e55]
??:? PyEval_EvalCode [0x55f7a2586cf5]
??:? [0x55f7a25b17d7]
??:? [0x55f7a25ab0ba]
??:? [0x55f7a25b1524]
??:? _PyRun_SimpleFileObject [0x55f7a25b0a07]
??:? _PyRun_AnyFileObject [0x55f7a25b0652]
??:? Py_RunMain [0x55f7a25a341d]
??:? Py_BytesMain [0x55f7a2579cac]
??:? [0x7fd378633d8f]
??:? __libc_start_main [0x7fd378633e3f]
??:? _start [0x55f7a2579ba4]```
Kf637 commented 6 months ago

Ended up using another port and it works now.