MangohRed problem App httpGet

A modification was made to the httpGet example using a timer that runs the le_data_Request () function every 5 seconds. This application is compiled and runs on a
wp7607 modem connected in a mangohred and using the command logread -f to check the report of the application

trouble:
After 85 minutes that the application is working correctly, the program reports the following line:

Jun 13 05:24:33 swi-mdm9x28-wp user.warn Legato: -WRN- | posDaemon [1035] / le_pa_gnss T = unknown | pa_gnss_qmi.c PositionHandler () 1537 | Bad position indication
Jun 13 05:22:03 swi-mdm9x28-wp user.warn Legato: -WRN- | posDaemon [1035] / le_pa_gnss T = unknown | pa_gnss_qmi.c PositionHandler () 1537 | Bad position indication

and it stays in an infinite loop calling that line every 5 seconds

Firmware version legato 20_04

Why do you need to call le_data_Request() so frequently?

That we need to constantly update the get of a custom URL

Then you don’t need to call this api().
Just call curl api is ok.

As I suggested, I have already tried it and still giving the same problem any idea?

have you tried the curl command in console and see if this is only happening to legato application?