alex2108

Results 24 comments of alex2108

I use my own [fork](https://github.com/alex2108/systray), did not look at alternatives in the last months, maybe there is something better nowadays... (used https://github.com/overlordtm/trayhost before but that is even more abandoned and...

`invalid character 'C' looking for beginning of value` is usually a wrong or missing api key which is needed, please confirm if you set it correctly. The error message could...

python requests? How do you start it? you need to specify the syncthing api key via command line

https://github.com/alex2108/syncthing-tray/blob/master/README.md > A syncthing api key needs to be provided via `-api STAPIKEY` I have no idea what "indicator-syncthing.py" has in it since it is not from this project and...

could you post a log? I think you are using HTTPS but no trusted certificate (self generated certificate of syncthing). You can try with the parameter `-i`.

I'm not able to reproduce it on linux, i will try it when i'm on a computer with windows later. What looks really strange for me is that there are...

The check of the certificate seems to be the default of go, should not be too hard to deactivate

Trust on first use is better, that's correct. I will have to look how to implement that. As a fast fix I will deactivate the check but keep this open...

added `-i` in https://github.com/alex2108/syncthing-tray/commit/7e73ffc0373923b198a80f3223e5737219b8a734 to skip the check leaving it open with changed title because saving the certificate would be better

https://github.com/overlordtm/trayhost which is used for the icon does not support notifications and i don't know of another go library that is able to do that cross platform, so sadly currently...