gixxy22
gixxy22
this is still an issue when using feedme. in fact, it might not be a good idea to let feedme use multi concurrency due to it adding/updating entries. for example...
i have figured whats causing it, but not sure about a fix? on FeedMe imports, when using a preParse field, and "runQueueAutomatically" is set to true, its utilizing the cache...
Just to add here, I recently came across the same thing, Only noticed it when I added a redactor field, I removed the redactor field and was working again.
switching to Symfony doesnt solve this unfortunately if the page times out.
Cheers Michael, I managed to figure it out earlier :-) The problem i’m having now however is that if a remote source exceeds the timeout, theres no handling for that...
unfortunately not, i tried that, seems to only help with 400/500 status codes, but if the server doesn't respond with a code, it hangs.
ive tried a timeout of 1, a good example is tesco.com , it seems to hang for anything other than standard browsers. I set the timeout to 1 to avoid...
Hi Michael, sorry to bother you but im trying to use your plugin however im still having problems. this is my code: {% set client = {base_uri : 'http://360coupons.com', http_errors...
the client options seem to work with simplehtmldom, but not with symfony
already fixed here: https://github.com/LottieFiles/dotlottie-web/issues/260#issuecomment-2616418821 I updated to 0.13.0 and seems to be fixed