View Single Post
Old 10-03-2020, 02:56 AM   #12
jindroush
Connoisseur
jindroush doesn't litterjindroush doesn't litter
 
Posts: 94
Karma: 104
Join Date: Nov 2014
Device: Kindle
Thx for info. Will test it later.

In the meantime I found out the possible error cause in this plugin - the importing of browser in that init was superfluous, as there were two similar calls:
br = browser()
br = self.browser
In Worker __init__, there's self.browser = browser.clone_browser()
So simple replacing of first line with self.browser and removing import caused all problems to vanish.
Yes, this plugin would need some code cleanup
jindroush is offline   Reply With Quote