Hi,
I am using nRF9160 multi cell location code on nRF9160-DK PCA10090 version 0.15.0.
Modem FW has been updated to the latest 1.3.1 binary.
I am using LTE-M with AT&T SIM roaming on Rogers LTE-M network Band 12.
I am getting error -77 which I can't explain and neither can local AE.
I have Service Evaluation token enabled on nrfcloud which expires 12/31/2021.
The code has been modified with the following changes to prj.conf
Here are the relevant lines of code which show the error.
2021-12-01T21:27:08.018Z DEBUG modem << [00:00:05.491,149] [0m<dbg> nrf_cloud_rest.do_connect: getaddrinfo() 18.204.124.14[0m
2021-12-01T21:27:08.021Z DEBUG modem << [00:00:05.500,122] [0m<dbg> nrf_cloud_rest.do_connect: Connecting to api.nrfcloud.com[0m
2021-12-01T21:27:11.528Z DEBUG modem << [00:00:09.011,901] [0m<dbg> nrf_cloud_rest.http_response_cb: HTTP: All data received, status: 403 Forbidden[0m
2021-12-01T21:27:11.555Z DEBUG modem << [00:00:09.022,705] [0m<dbg> nrf_cloud_rest.http_response_cb: Content/Total: 47/288[0m
2021-12-01T21:27:11.557Z DEBUG modem << [00:00:09.032,775] [1;31m<err> multicell_location_sample: Failed to acquire location, error: -77[0m
This appears to be a similar issue to other user at this case: https://devzone.nordicsemi.com/f/nordic-q-a/82229/case-about-example-multicell_location-multicell_location_sample-failed-to-acquire-location-error--77
I will attach full logs to this case.
