I’ve implemented Podlove Publisher and Web Player correctly, I think, but I get the error shown in the image below – ‘Network Issue, Couldn’t load the audio files from the server. Maybe you don’t have connectivity to the internet or the host is not available.’
PHP version 8.2, Wordpress is 6.6.1. I tried changing to a Wordpress default theme and got the same thing, so it’s not the theme. The URL for the files themselves (MP3 and MP4) work just fine. I’ve changed the folder and file permissions to 777 temporarily, so it’s not a permissions issue.
I think the URL being passed to the player has an error in it – an extra space maybe? But I’m not sure. Has anyone experienced this? Thanks.
That means that the request does not point to your WordPress instance. I’m not sure what your setup is, because the /podlove/ directory looks like it should not be there. Maybe you need a reverse proxy configuration. Do you have a server admin you can ask for help?
In any case, you could try disabling download tracking, because then you should get a direct media URL. (Podlove > Expert Settings > Tracking, check “no tracking”)