- Issue created by @pemson18
- 🇩🇪Germany SteffenR Germany
I had a look into the code. It looks like the cache handling in method
gacGetFeed
.
This method should return RunReportResponse, but returns an array in case the results are cached. - Merge request !25Issue #3510521: fix cache handling issues using builtin protobuf object/ string handling → (Open) created by SteffenR
- 🇺🇸United States NicholasS
Thank you! - Given that I introduced this error it seems only proper I test it. Yeah I didn't catch it since it involved having to wait long enough to have a cached response, but I was getting the same error today when developing locally, a work around was to clear cache before running cron.
But I tested the patch and it works.
- 🇺🇸United States NicholasS
For me it logged as having invalid or empty data. So I do wonder if the cache-data is working correctly... I may dig into this a bit deeper today.