Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curl Error: The requested URL returned error: 404 #1550

Open
maetiman opened this issue Dec 23, 2024 · 3 comments
Open

Curl Error: The requested URL returned error: 404 #1550

maetiman opened this issue Dec 23, 2024 · 3 comments

Comments

@maetiman
Copy link

Expected behavior

Hallo. Es besteht seit kurzen ein Problem mit dem Publisher. Webplayer spielt MP3 ab, Podcast iTunes spielt Podcast ab

Actual behavior

Webplayer zeigt Fehler, dass mp3 nicht gefunden wird. Apple Podcast meldet, dass Podcast kurzfristig nicht verfügbar ist. Der Interne Link zur MP3 geht, aber der des Webplayers nicht.

System information (see Podlove > Support menu)

Website https://glz.ch
PHP Version 8.1.30
WordPress Version 6.7.1
WordPress Theme GLZ-Theme v1.2.0
Active Plugins
- WPML Multilingual CMS v4.6.15
- Contact Form 7 Multilingual v1.3.2
- Contact Form 7 Captcha v0.1.6
- Contact Form 7 v6.0.2
- Cookie Notice & Compliance for GDPR / CCPA v2.5.4
- Hörendes Gebet - Anmeldeschluss Shortcode v1.0
- glz-blocks — CGB Gutenberg Block Plugin v1.2.0
- WPCode Lite v2.2.4.1
- Kadence Blocks – Gutenberg Blocks for Page Builder Features v3.4.2
- URL Shortener by MyThemeShop v1.0.17
- Podlove Podcast Publisher v4.1.25
- Podlove Subscribe Button v1.3.11
- Podlove Web Player v5.8.0
- Popup Maker v1.20.3
- PublishPress Future v4.2.0
- Redirect 404 Error Page to Homepage or Custom Page with Logs v1.8.9
- Slider Revolution v6.6.15
- UpdraftPlus - Backup/Restore v2.24.11.26
- Yoast SEO v24.1
- WPML Media Translation v2.7.5
- WPML String Translation v3.2.17
WordPress Database Charset utf8
WordPress Database Collate
Publisher Version 4.1.25
Publisher Database Version 158
Web Player Version podigee
open_basedir ok
curl Version 8.2.1
iconv available
simplexml ok
max_execution_time 60
upload_max_filesize 256M
memory_limit 512M
disable_classes
disable_functions opcache_get_status
permalinks ok (/%postname%/)
podlove_permalinks ok
podcast_settings ok
web_player ok
podlove_cache on
assets
  - mp3 audio/mpeg https://glz.ch/feed/mp3/
cron ok
duplicate_guids ok

0 errors
0 notices
Nice, Everything looks fine!


2024-12-22 17:42:44 Curl Error: The requested URL returned error: 404 godi/2024/Patrick_Noser/2024_12_22_PN_HimmlischeGeschenke_Glaube/MP3 Audio toggle details

Array
(
[media_file_id] => 531
)

2024-12-22 17:42:44 Unexpected http response when trying to access remote media file. godi/2024/Patrick_Noser/2024_12_22_PN_HimmlischeGeschenke_Glaube/MP3 Audio HTTP Status: 404 toggle details

Array
(
[media_file_id] => 531
[http_code] => 404
)

@maetiman
Copy link
Author

Wenn ich von Tracking URL Parameters & Analytics auf No Tracking wechsle, funktioniert es wieder. Ich sehe, dass beim URL der / in %2F umgewandelt wird, und damit der URL nicht mehr funktioniert.

@SilvanVerhoeven
Copy link

SilvanVerhoeven commented Dec 25, 2024

Habe das gleiche Problem und versuche seit mehreren Tagen eine Lösung zu finden.
Der Fehler tritt in Podlove Publisher v4.1.25 sowie v4.0.15 auf.

.htaccess file wirkt standardmäßig für Wordpress unter Apache2:

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteRule .* - [E=HTTP_AUTHORIZATION:%{HTTP:Authorization}]
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress 

Meine Episoden liegen unter /wp-content/uploads/podlove. Dies ist durch das aktivierte WordPress File Upload Modul vermerkt (Upload Subdirectory: "/podlove")

@eteubert
Copy link
Member

Fehler ist in 8199527 behoben aber ein schnelles Release ist leider gerade nicht möglich.

Allerdings sollte das Problem verschwinden, wenn auf eine beliebige Version vor der aktuellen, also z.B. 4.1.24, aktualisiert wird.

Downloads älterer Versionen sind hier ganz unten zu finden: https://wordpress.org/plugins/podlove-podcasting-plugin-for-wordpress/advanced/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants