JSON API #2751
Replies: 4 comments 10 replies
-
Can you have a log at your Cloudlog to see if it contains any errors? Maybe increase the logging threshold to 4 in application/config/config.php beforehand. |
Beta Was this translation helpful? Give feedback.
-
Btw the ADIF length information is incorrect in your example:
|
Beta Was this translation helpful? Give feedback.
-
Think @phl0 has already pointed it out but your ADIF string is full of errors. |
Beta Was this translation helpful? Give feedback.
-
and what is station_progile_id? i have no station_profile in cloudlog anymore ... |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It stil JSON API for QSO working? I am playing with python and requests, but nothing happend ... btw station_profile_id ...
url = 'https://mycloudlogurl/' data = {'key':'myvalidapikey', 'station_profile_id':2, 'type':'adif', 'string':'<call:5>TS1TST<band:4>20m<mode:3>SSB<freq:10>14.150000<qso_date:8>20231129<time_on:6>130000<time_off:6>130000<rst_rcvd:2>59<rst_sent:2>55<eor>'}
Beta Was this translation helpful? Give feedback.
All reactions