magicbug / CloudlogCAT

Windows app for providing CAT (interfaces amateur radio transmitters) support for Cloudlog
http://www.cloudlog.co.uk/
7 stars 10 forks source link

Format of Cloudlog URL setting #4

Open ofadam opened 3 years ago

ofadam commented 3 years ago

I'm not sure what format the Cloudlog URL setting should take - it seems like it needs the "/api/auth/" portion of the API address to have a successful sync message?

Additionally, once I'm able to get the successful sync message, I'm not able to actually find the corresponding radio within Cloudlog. I may be missing something obvious!

magicbug commented 3 years ago

Should just need to give it the full URL to just before index.php then radio will appear in admin - radios

ofadam commented 3 years ago

Ah... it turns out it doesn't like the trailing slash after "/Cloudlog" – mind if I amend the readme to reflect this?

magicbug commented 3 years ago

Sure! appreciate any corrections

ryanferreri commented 3 years ago

I am having the same issue. I access clublog though http://log.mydomain.com (hosted on my internal network, no SSL). I am able to visit it without issues on my workstation. When I enter that address in the website address field and supply the API key, I get the error: Cloudlog Synced: Failed, check URL/API

ofadam commented 3 years ago

Strangely, after moving my Cloudlog installation to a subdomain instead of a folder on my main domain, CloudlogCAT stopped working.

stianeklund commented 2 years ago

Not being able to sync with Cloudlog seems to be tied to http vs https, if I change from https to http I'm able to sync / connect, but no hardware interface shows up in Cloudlog, even though there is a RW API key setup.

stianeklund commented 2 years ago

Building the latest source myself (excluding the merge conflict state...) it does actually sync and work, I had to select Rig 2 and then Rig 1 for it to sync

MikleBas commented 1 year ago

Hi all! I can confirm, the program connects to my site only via HTTP - HTTPS does not want to connect in any way. So keep this feature in mind. PS In our time, I consider such a connection to be extremely dangerous, since the token is also transmitted via open communication channels. Or am I doing something wrong?