illdefined / cloudlog-adifwatch

Automatic upload of ADIF log to CloudLog
Other
12 stars 1 forks source link

QSO API has changed in Cloudlog 2.0 #3

Closed garrettben closed 1 year ago

garrettben commented 1 year ago

The New API requires a station_profile_id field as described in https://github.com/magicbug/Cloudlog/wiki/API. ADIF upload to Cloudlog 2.0 now results in a 500 error because of the missing field.

illdefined commented 1 year ago

I’ll take care of it tomorrow.

illdefined commented 1 year ago

Feel free to check out https://github.com/illdefined/cloudlog-adifwatch/commit/610f8e8b3dc03bb45fabc2cc317873e7e77a148e.

I am still considering if it is possible to safely determine the station profile ID automatically.

illdefined commented 1 year ago

There is also a pre‐release on crates.io and a Windows build.

garrettben commented 1 year ago

Built with ./.cargo/bin/cargo +nightly install cloudlog-adifwatch --git https://github.com/illdefined/cloudlog-adifwatch --rev 610f8e8b3dc03bb45fabc2cc317873e7e77a148e and verified working with station ID

Thanks for fixing so quickly.

illdefined commented 1 year ago

Fixed in 0.0.16: