Iridium icon indicating copy to clipboard operation
Iridium copied to clipboard

An error occurred. Please try again later.

Open megamorphg opened this issue 5 years ago • 4 comments

Everytime I open a new video, I get an error "An error occurred. Please try again later."

The only way around this I found was to disable "Play Videos Automatically."

image

megamorphg avatar Jul 16 '20 15:07 megamorphg

Same issue here, since months, made me uninstall the extension.

RayKoopa avatar Jul 22 '20 12:07 RayKoopa

Same issue. Your workaround doesn't work for me, as it makes all YouTube videos not load instead of giving an error. I think this issue was most likely caused by Google changing how the ads worked, which broke some ad-blockers too.

HyphenSam avatar Jul 28 '20 02:07 HyphenSam

Same here. Disabling autoplay makes it so I need to reload several times instead of once. I tried disabling all other settings and allowing ads, this didn't do much. I disabled uBlock Origin to make sure ads got through and the video seems to work perfectly fine with ads, but only when autoplay is disabled. When autoplay is enabled, I have only gotten either no video loading at all (I can't even see player controls or a buffer wheel) or the same kind of error message. This seems to be related to ad blocking and the autoplay feature in conjunction, as the issue doesn't occur when only uBlock Origin is enabled. Also, this issue does not occur with autoplay enabled if you open the video in a new tab and tab over.

Ruratae avatar Jul 28 '20 12:07 Ruratae

try adding

                        // reload the page if the "An error occurred. Please try again later." message shows up
                        if (document.getElementsByClassName("ytp-error").length) { window.location.reload() }

right after (what at around line number 3171)

                    loadStart: function (event) {

in the userscript version of iridium

its not really a solution. its a bandage on the problem, but it fixes the symptom at least, which is better than nothing

ekaunt avatar Jul 28 '20 17:07 ekaunt

Issue might no longer be relevant in the upcoming version, closing outdated cases for maintenance purposes.

ParticleCore avatar Dec 07 '23 15:12 ParticleCore