Paul Furber

Results 2 comments of Paul Furber

I dug into this and found that the error page is being brought up instead of the login page. Setting the User-Agent to a browser instead of 'garc' fixed it.

Sure. In client.py line 353 the user_agent is set to 'garc'. I changed this line to read: user_agent = 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36'