harryllama2
Forum Replies Created
-
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast button not working in Brave browserI reset Brave to it’s default settings, and now the button works fine! I think it had to do with some settings I originally changed to stop autoplay of videos.
Thanks for looking into this for me!
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast button not working in Brave browserI just tried the link on another computer, also using the Brave browser, and on that one it worked. So it’s something specific to this installation of my browser, I guess.
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast button not working in Brave browserSure, thanks! It’s in preview, due to post next Monday. Here’s the preview link:
Forum: Plugins
In reply to: [Seriously Simple Podcasting] Podcast button not working in Brave browserThanks for the response! I tried some other podcasts mentioned on the Costas home page, and they worked. I checked Console and this is what I got for the error:
var play = aElement.wrappedJSObject.play = () => {
var force = aElement.allowPlay || testUserInput(aElement, 5000);
var userInput = isHandlingUserInput(window);
TRACE(“%s.play(%s) – force: %s state: %s user: %s”)
(aElement.id, count, !!force, aElement.readyState, userInput);
if (!userInput && !force && !(released && !aElement.paused)) {
count++ == 0 && (aElement.preload = “metadata”) && (aElement.simPlay ||
aElement.readyState >= 2 ? simPlay() : aElement.addEventListener(“loadeddata”, simPlay));
return data.strict || count < 5 ? Promise.reject(new window.DOMException(“The play method is not allowed by the user agent.”, “NotAllowedError”)) : simPlay() ||
Promise.resolve();
}
released = data.strict || delete aElement.wrappedJSObject.play; // jwplayer: zapiks.fr rottentomatoes baeblemusic
force && !userInput && setHandlingUserInput(window);
return aElement.play();
};Thank you!
Thank you for the response, but you didn’t quite answer my question. What happens to the images that I add directly to the plugin, not through the website media library? Where are these images stored? In a folder on the website? What is the address?
And thank you for the link to the help files. Perhaps you can?add this to the pinned note at the top of the help forum.