Yann Cardon

Results 29 comments of Yann Cardon

Hi, I got it to build with brew: ``` brew install gtk-mac-integration cd ~/rftg/src ./configure make CFLAGS="-U __APPLE__" ``` Struggling with make install now, but it can be done manually....

Well, I can upload the macOS binaries I've build but they are not packaged in an application bundle : meaning you have to run the program from the command line...

Well, I've tried to start from a previous app bundle (http://keldon.net/rftg/rftg-osx-0.9.4.zip), it does not work: I cannot find how to specify a start directory in the Info.plist file, the program...

@kamronbatman: Well, it could have been better (you have to launch the program from the command line) but it works. Can you try this : https://www.dropbox.com/sh/s76iiuam4ixsm2y/AAA2tNHRBTA7RpoqEvVxYCnCa?dl=0 ?

I guess some GTK libs are missing, I got them using brew. `brew install gtk-mac-integration` I agree it's not the best option... fixing the Xcode build would be better but...

It still works on my setup. - is it your first install or it did stop working ? - do you have some quotes `'` in you password ?

I've looked closely in my logs, I do sometimes have the same message ``` [Tue Apr 14 2020 17:18:15] [ERROR] check events | gigaset response:{"error": {"message": "Unauthorized", "code": 401, "type":...

Sorry for the lag in the answers. Some questions about your setup: - do you use gigaset-proxy it as an Hassio addon or as a plain node application ? -...

These are the URLs that are requested, they are https requests (port 443) https://github.com/ycardon/gigaset-elements-proxy/blob/3b30e3077ff3c05da6fa9e1692d076c44f32f662/src/gigaset.ts#L6-L13 There is a manual way to debug connectivity, you can try to `curl` the URLs from...

Last thing: I've pushed some changes 2 days ago on this repo, please `git pull && npm run build` to make sure you have the latest version.