itgui: Dial unix /tmp/itd/socket: connect: no such file or directory (but itd
is running)
#61
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, I just installed
itd
anditgui
using theEasy Installation
instructions (I'm on Fedora).itd
service is running in user modeHowever when I run

itgui
I get the following error:Dial unix /tmp/itd/socket: connect: no such file or directory
Indeed there's no
/tmp/itd
directory.Did I miss something? Is there a missing step in the Readme?
How can I fix this please?
Sorry if the fix might seem obvious but I'm kind of new to Linux...
Thanks for your answers
This usually happens when ITD can't connect to the watch. You can try connecting it through your device's bluetooth settings if ITD isn't picking it up automatically.
Ok this was actually as simple as that, my bluetooth was enabled but I thought the pairing was supposed to be made through
itgui
. After pairing my PineTime I restarted theitd
service and it worked.Thanks a lot for your answer.