Dominik Schwind

Results 22 comments of Dominik Schwind

Hi! I've written a small example here: https://github.com/lostfocus/s3proxy-demonstration I hope that helps to demonstrate the problem.

I haven't tried the setup for this project in quite some time, but I use a similar one with a more modern PHP version in other projects without any problem....

Yes. I updated the code to: ``` $feed = new \SimplePie\SimplePie(); $feed->set_feed_url("http://feeds.rundfunkanstalt.com/nurschnittchen"); $feed->enable_cache(); $feed->init(); $feed->handle_content_type(); $feedimage = $feed->get_feed_tags(\SimplePie\SimplePie::NAMESPACE_ITUNES,'image'); ``` Same problem. I think the main thing is that I still...

Seems like it - I just pulled the latest version of the container into my demonstration project from last May and still get the same result.

Frankly I'm still not sure what to do to get things going

I guess that's because the OSM node doesn't have a french name attached: https://www.openstreetmap.org/node/6584833629#map=19/25.26504/55.28861

Probably wouldn't hurt to add that dependency to the composer.json.

I'm getting `{"error":"invalid_grant","error_description":"Failed PKCE Validation"}` with an HTTP 400. It's probably something weird happening when creating the code challenge on the non-WP-side. I'm not sure yet, though, I just got...