owlysk / CodeTimer

Timer Widget for Kimai Time Tracking
MIT License
23 stars 2 forks source link

It does not connect #13

Closed gerroon closed 2 weeks ago

gerroon commented 2 months ago

Hi

I have setup the api but it does not connect, what am I doing wrong? I use Kimai 2.21 on Debian, the web version naturally . works. Kimari is served in a local network like "http://192.168.1.100:8000"

image

image

And image

owlysk commented 2 months ago

Hi, I think, problem is HOST url address. It shouldn't be ending with /api. Try url like htttp://example:port and let me know, if its working

EDIT: In your case, should be http://192.168.1.100:8000

nepomuc commented 1 month ago

Same error here. Doesn't work, no matter what format I use for the host.

owlysk commented 1 month ago

Do you have same version of Kimai (v2.21)?

nepomuc commented 1 month ago

Do you have same version of Kimai (v2.21)?

2.23.0

owlysk commented 1 month ago

Are you guys using tokens or passwords in API setting in kimai?

nepomuc commented 1 month ago

Token

owlysk commented 1 month ago

Please check this pre-release. Just ignore update notification and in url don't add /api - url should be like http://localhost:8001 Let me know, if it's work for you now. CodeTimer-release.zip