myzinsky / CloudLogCatQt

Qt app (Linux, Windows, Mac) for providing CAT support for Cloudlog http://www.cloudlog.co.uk/
11 stars 7 forks source link

No TRX avaliable after creation of new API Key for it #14

Open ThomasDL3NGN opened 1 year ago

ThomasDL3NGN commented 1 year ago

Hi,

I tried to connect my TRX to CloudLog via API (used CloudLogCATQt build on Windows 10). TRX is not available after the creation of a new API key in CloudLog - Admin - Radio Interface page or in QSO - Live Log - Radio pull down menue.

I used the first version of Cloudlog... my be I did not configure CloudLog right?

Sorry for bothering.... BR Thomas, DL3NGN CLoudLogCAT

phl0 commented 1 year ago

This is due to missing HTTPS/SSL support of Qt. You need to have libssl-1_1-x64.dll and libcrypto-1_1-x64.dll (for x64 arch) in the same directory as the CloudLocCatQt.exe file.

myzinsky commented 1 year ago

https://github.com/myzinsky/cloudLogOffline

Here you can see that for android i have this as sub module ;-)

phl0 commented 1 year ago

https://github.com/myzinsky/cloudLogOffline Here you can see that for android i have this as sub module ;-)

I know :) But seems I have to add a buildstep in QtCreator so that the dlls are installed. Maybe the deployqt stuff helps. I will check.

OK9UWU commented 5 months ago

Hey, was this ever resolved? I seem to be facing the same exact problem. Rocking Debian 12 with libssl and libcrypto installed, and built the project from source.

OK9UWU commented 5 months ago

Hey, was this ever resolved? I seem to be facing the same exact problem. Rocking Debian 12 with libssl and libcrypto installed, and built the project from source.

Nevermind, i forgot to RTFM. I just copied the API URL that Cloudlog gave me and i haven't added index.php/api/radio after it. Works now after adding it.

phl0 commented 4 months ago

Maybe we should change the code so that it adds that automatically and we only need to fill in the base URL?