Found a solution
The LOGIN variable is correct, while LOGIN2 page is missing.
I created a custom recipe from the original and changed the def get_browser(self) function to use LOGIN instead of LOGIN2 at the line br.open(self.LOGIN)
It's working again now.
|