Problems uploading resources #38
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?
I was trying to upload the infinitime resource package using this command:
itctl res load /home/nick/Downloads/infinitime-resources-1.11.0.zip
And I just got:
FTL Error while running app error="dial unix /tmp/itd/socket: connect: no such file or directory"
Other commands just threw the same error.
using pop os 22.04. This seems to suggest that the watch isn't connected to the laptop properly, or that some pop os quirk is messing something up. I just paired it in the bluetooth menu, didn't see anything saying otherwise. Am I doing something wrong?
This error happens when ITD is not started or it hasn't connected to the watch.
Have you started ITD with
systemctl --user start itd
?That was it. Glad it was as simple as RTFM, thanks for your help.