pyload
pyload copied to clipboard
Click'n Load works using Firefox, but not using Chrome
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
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?
Please provide sample URL
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:
here it took more than 11s to transfer the links to pyload.
With firefox this takes less than 1s:
Currently I use chrome with a workaround;
- click the "click n load" button
- in new pop up window open the DevTools "F12"
- in console add
window.addEventListener("beforeunload", function(e){
debugger;
});
this keeps the popup window open and allows transmitting the links to pyload.