No terminal output after running itd #66

Open
opened 2023-08-05 00:43:53 +00:00 by Sokoloft · 5 comments

Hello,

As of recently I'm not getting any output after running the itd command in terminal. Usually I would and it would connect to my pinetime. However now I get nothing. It was saying it didn't have a config file, so I copied the one from etc to my users config dir. Tried both my user and root.

Unsure where I should go from here. Is there any verbose output I can get from it? Running help only displays a version check. I'm on 1.1.0 from the aur. I'm specifically using the itd-bin package.

Thanks.

Hello, As of recently I'm not getting any output after running the itd command in terminal. Usually I would and it would connect to my pinetime. However now I get nothing. It was saying it didn't have a config file, so I copied the one from etc to my users config dir. Tried both my user and root. Unsure where I should go from here. Is there any verbose output I can get from it? Running help only displays a version check. I'm on 1.1.0 from the aur. I'm specifically using the itd-bin package. Thanks.
Owner

Try removing the watch from your bluetooth settings or bluetoothctl and then restarting ITD

Try removing the watch from your bluetooth settings or `bluetoothctl` and then restarting ITD
Author

Hello,

It isn't there in the bluetooth devices in xfce. I've had that issue before, and I'd just remove it. However I cant if it isn't there.
Someone in the pine64 discord was saying they had to comment out these two lines to be able to use itd again. It kept getting stuck there for them. I'm wondering if I'm having the same issue.

f5546ca32e/btsetup.go (L36-L37)

I'll see if I can build from source and comment out those two lines.

Hello, It isn't there in the bluetooth devices in xfce. I've had that issue before, and I'd just remove it. However I cant if it isn't there. Someone in the pine64 discord was saying they had to comment out these two lines to be able to use itd again. It kept getting stuck there for them. I'm wondering if I'm having the same issue. https://gitea.elara.ws/Elara6331/infinitime/src/commit/f5546ca32e0695e3775e1da06a7761283bfa1c93/btsetup.go#L36-L37 I'll see if I can build from source and comment out those two lines.
Author

I'm building vscodium currently in hopes I can open up itd on it and import that library so I can edit it.

I'm building vscodium currently in hopes I can open up itd on it and import that library so I can edit it.
Author

I've had to comment out a bunch of stuff pertaining to weather and remove the weather.go file. Also editing the btsetup.go file to comment out the 2 lines I linked above. Also removing the "github.com/muka/go-bluetooth/hw/linux/btmgmt" imported library.

Now I can connect to my watch, as long as I do it quickly. Theres a bug where if you don't enter it quickly. It doesn't receive the entire passcode. It'll spit out maybe the last 2-3 digits back into the terminal and bash will say unknown command. I've noticed that bug though with the aur version as well. So its nothing new for me.

I'm going to try the 1.0.0 release and see if I have any of these issues.

EDIT: No, 1.0.0 makes no difference. I might try switching to infinitime 1.12 and see if that makes a difference.
EDIT2: It does not. Same result, using infinitime 1.12 and itd version 1.0.0

I've had to comment out a bunch of stuff pertaining to weather and remove the weather.go file. Also editing the btsetup.go file to comment out the 2 lines I linked above. Also removing the "github.com/muka/go-bluetooth/hw/linux/btmgmt" imported library. Now I can connect to my watch, as long as I do it quickly. Theres a bug where if you don't enter it quickly. It doesn't receive the entire passcode. It'll spit out maybe the last 2-3 digits back into the terminal and bash will say unknown command. I've noticed that bug though with the aur version as well. So its nothing new for me. I'm going to try the 1.0.0 release and see if I have any of these issues. EDIT: No, 1.0.0 makes no difference. I might try switching to infinitime 1.12 and see if that makes a difference. EDIT2: It does not. Same result, using infinitime 1.12 and itd version 1.0.0
Owner

I'm working on replacing go.elara.ws/infinitime entirely, so hopefully that'll fix these issues.

I'm working on replacing `go.elara.ws/infinitime` entirely, so hopefully that'll fix these issues.
Sign in to join this conversation.
No description provided.