Good morning,
Please help me find out why my query to server works wrong.
I use php-library in order to do a cronjob and to change scores to 0, every day, every week and every month at 00:15:10 GMT. Queries worked fine from 18th of September till today. But today I got this error:
Fatal error: Uncaught App42NotFoundException: Scores betweem startDate 'Fri Sep 26 15:06:38 UTC 4910' and endDate 'Tue Sep 26 20:00:00 UTC 2017' for the game with the name 'Looney Earth Daily' does not exist. in /home/c5ja7ybj/wp_looneyinvaders_dev3/wp-content/plugins/Featchapp_data/App24/RestClient.class.php:431 Stack trace: #0 /home/c5ja7ybj/wp_looneyinvaders_dev3/wp-content/plugins/Featchapp_data/App24/ScoreBoardService.php(653): RestClient::get('1.0/game/scoreb...', NULL, NULL, NULL, 'application/jso...', 'application/jso...', Array) #1 /home/c5ja7ybj/wp_looneyinvaders_dev3/wp-content/themes/elision-child/forCRON/earthdaily.php(78): ScoreBoardService->getTopNRankers('Looney Earth Da...', 1506298510, 1506384910, 2000) #2 /home/c5ja7ybj/wp_looneyinvaders_dev3/wp-content/themes/elision-child/forCRON/earthdaily.php(123): AppService->getRankersByDate('Looney Earth Da...', 1506298510, 1506384910) #3 {main} thrown in /home/c5ja7ybj/wp_looneyinvaders_dev3/wp-content/plugins/Featchapp_data/App24/RestClient.class.php on line 431
I checked timestamps in unix format. They are fine, but the dates which came back from server are completely wrong? What was wrong this time? Why queries worked nice more than week and today they broke out? Thank you
I also send you a log-file, may be it would help you...