You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Episode editor should load without JavaScript errors and Episode infos (title, etc) should be saved when saving the Episode.
Actual behavior
The following JS initialization error is logged in the browser console and none of the fields under Podcast Episode under the Episode Block/Classic Editor saved when saving the Episode, also media assets are not scanned. We suspect that the problem occurred after the update to v3.7.0.
The global podlove_vue object is availaible in the console, but I assume that it's not initialized at the time when podlove-admin.js is loaded.
There is also an additional error with a GET request to wp-json/podlove/v1/shownotes when adding a new Epsiode, I suspect that this might be an aftereffect of the JS initialization problem, but I'm not entirely sure:
load-scripts.php: GET https://www.desperatehousehackers.net/wp-json/podlove/v1/shownotes?episode_id= 400 (Bad Request)
app.js?ver=3.7.0:2 could not load shownotes: Ungültige(r) Parameter: episode_id
System information (see Podlove > Support menu)
Website https://www.desperatehousehackers.net
PHP Version 7.4.27
WordPress Version 5.8.3
WordPress Theme Kadence Child v1.0.0
Active Plugins
- Podlove Podcast Publisher v3.7.0
- Podlove Subscribe Button v1.3.7
WordPress Database Charset utf8mb4
WordPress Database Collate
Publisher Version 3.7.0
Publisher Database Version 153
Web Player Version player_v5
Monolog Version 1
open_basedir ok
curl Version 7.64.0
iconv available
simplexml ok
max_execution_time 30
upload_max_filesize 512M
memory_limit 256M
disable_classes
disable_functions pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
permalinks ok (/%postname%/)
podlove_permalinks ok
podcast_settings ok
web_player ok
podlove_cache on
assets
- mp3 audio/mpeg https://www.desperatehousehackers.net/feed/mp3/
- chapters.txttext/plain no feed
cron ok
duplicate_guids ok
0 errors
0 notices
Nice, Everything looks fine!
The text was updated successfully, but these errors were encountered:
I haven't been able to reproduce this but I have an idea why it might happen (sometimes?). See if 3.7.1 fixes it for you, should be available in a few minutes.
Hi, thank you for the fast fix, I can confirm that the initialization problem is fixed, I guess it might have always occured for me because I disabled caching in the Chromium debug tools. The initial problem that episode settings are not saved persists, but I can actually see the values in the save POST request, this seems to be a different problem with this instance. I'm closing this issue, thank you.
Expected behavior
The Episode editor should load without JavaScript errors and Episode infos (title, etc) should be saved when saving the Episode.
Actual behavior
The following JS initialization error is logged in the browser console and none of the fields under
Podcast Episodeunder the Episode Block/Classic Editor saved when saving the Episode, also media assets are not scanned. We suspect that the problem occurred after the update tov3.7.0.The global
podlove_vueobject is availaible in the console, but I assume that it's not initialized at the time whenpodlove-admin.jsis loaded.There is also an additional error with a GET request to
wp-json/podlove/v1/shownoteswhen adding a new Epsiode, I suspect that this might be an aftereffect of the JS initialization problem, but I'm not entirely sure:System information (see
Podlove > Supportmenu)The text was updated successfully, but these errors were encountered: