pyload icon indicating copy to clipboard operation
pyload copied to clipboard

Click'n Load works using Firefox, but not using Chrome

Open stax76 opened this issue 2 years ago • 3 comments

Question

Click'n Load works using Firefox, but not using Chrome. Ubuntu 22.04, pyLoad 0.5.0.

Additional references

In Chrome, I click 'Click'n Load', the green Window appears, it seems to work, there is pyload terminal/log output, but in the web interface under 'Packages' nothing happens/appears.

With Firefox, it works fine. I started Chrome with disabled extensions, it didn't help. Unfortunately, I don't have a lot of network/internet knowledge. Any idea what could be wrong?

Log output:

427 | 2022-10-18 09:35:29 | DEBUG | pyload | ADDON ClickNLoad: Connection from 127.0.0.1:39718 428 | 2022-10-18 09:35:29 | DEBUG | pyload | ADDON ClickNLoad: Connection from 127.0.0.1:39732 429 | 2022-10-18 09:35:29 | DEBUG | pyload | ADDON ClickNLoad: Connection from 127.0.0.1:39736 430 | 2022-10-18 09:35:29 | DEBUG | pyload | ADDON ClickNLoad: Connection from 127.0.0.1:39738 431 | 2022-10-18 09:35:30 | DEBUG | pyload | ADDON ClickNLoad: Connection from 127.0.0.1:39746 432 | 2022-10-18 09:35:30 | DEBUG | pyload | ADDON ClickNLoad: Connection from 127.0.0.1:39748 433 | 2022-10-18 09:35:31 | DEBUG | pyload | ADDON ClickNLoad: Connection from 127.0.0.1:39758 434 | 2022-10-18 09:35:31 | DEBUG | pyload | ADDON ClickNLoad: Connection from 127.0.0.1:39760

stax76 avatar Oct 18 '22 07:10 stax76

I can confirm this. I use latest Pyload-NG. It does not work in Chrome (or any other Webkit related browser, e.g. Edge), but it works perfectly in Firefox. Any ideas why?

djessich avatar Mar 31 '23 19:03 djessich

Please provide sample URL

GammaC0de avatar Mar 31 '23 21:03 GammaC0de

I can confirm this. I use latest Pyload-NG. It does not work in Chrome (or any other Webkit related browser, e.g. Edge), but it works perfectly in Firefox. Any ideas why?

Insane, in firefox it is working like a charm. I am experience the issue since a long time. I thought it was my environment, but i experience exactly what you wrote. Works with firefox, but not with Chrome or Edge.

Please provide sample URL

e.g. https://filecrypt.co/Container/1f5745100f.html?mirror=0 but in fact it is not working with all click n load for me.

The issue is: the click n load pop up window normally closed after 3-4s and thats simply to slow: image here it took more than 11s to transfer the links to pyload.

With firefox this takes less than 1s: image

Currently I use chrome with a workaround;

  1. click the "click n load" button
  2. in new pop up window open the DevTools "F12"
  3. in console add
window.addEventListener("beforeunload", function(e){
  debugger;
});

this keeps the popup window open and allows transmitting the links to pyload.

BobSilent avatar Apr 02 '23 20:04 BobSilent