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

could not load shownotes: – "Ungültige(r) Parameter: episode_id" #1322

Open
uoji opened this issue Sep 7, 2022 · 2 comments
Open

could not load shownotes: – "Ungültige(r) Parameter: episode_id" #1322

uoji opened this issue Sep 7, 2022 · 2 comments
Labels

Comments

@uoji
Copy link

uoji commented Sep 7, 2022

Expected behavior

It should be possible to create a new episode.

Actual behavior

I did all the suggested things so far.

If I create a new episode, I get the error as mentioned in the title
The following codeblock in the app.js throws the error:

init: function() { var t = this, e = arguments.length > 0 && void 0 !== arguments[0] && arguments[0]; Jt.getJSON(podlove_vue.rest_url + "podlove/v1/shownotes?episode_id=" + this.episodeid).done((function(n) { t.shownotes = n, t.ready = !0, t.isTruncatedView = t.shownotes.length > t.truncatedThreshold && !e })).fail((function(t) { var e = t.responseJSON; console.error("could not load shownotes:", e.message) })) },

Versions

Podlove Podcast Publisher v3.8.1
Podlove Subscribe Button v1.3.7
Podlove Web Player v5.5.1

@eteubert eteubert added the bug label Sep 8, 2022
@eteubert
Copy link
Member

eteubert commented Sep 8, 2022

As a quick fix, disabling the Shownotes module before creating the episode should help.

@uoji
Copy link
Author

uoji commented Sep 11, 2022

The error is gone with the shownotes module off, but can't still add new episodes. He would not search for the media file slug if I try to find it. If I save the episode it would not save the author and subtitle.

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

No branches or pull requests

2 participants