You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Symptom: When flowpilot is launched with ZMQ_MESSAGING_PROTOCOL set to TCP, error message stating Permission Denied (src/tcp.address.cpp:172) and Permission Denied (ip_resolver.cpp:542) appears. Flowpilot is launched with a black screen and the shell script exited ./launch_flowpilot.sh: line 11: 14829 Aborted flowinit. Another user has experienced the same symptom on Android 13.
Possible cause:
Android 13 default restricts access of network interface information.
Expected behavior:
Flowpilot launched correctly
The text was updated successfully, but these errors were encountered:
Device: Pixel 6A
Version: GrapheneOS TP1A.221005.003.2022100300 (android 13)
Symptom: When flowpilot is launched with
ZMQ_MESSAGING_PROTOCOL
set toTCP
, error message statingPermission Denied (src/tcp.address.cpp:172)
andPermission Denied (ip_resolver.cpp:542)
appears. Flowpilot is launched with a black screen and the shell script exited./launch_flowpilot.sh: line 11: 14829 Aborted flowinit
. Another user has experienced the same symptom on Android 13.Possible cause:
Android 13 default restricts access of network interface information.
Expected behavior:
Flowpilot launched correctly
The text was updated successfully, but these errors were encountered: