|
|
#1 |
|
Connoisseur
![]() Posts: 67
Karma: 10
Join Date: Dec 2010
Device: kindle voyage
|
Login fails
Hi all, I'm looking at the code and cannot see why it does not work. I want the browser to log in, so I copy get_browser() from the docs:
def get_browser(self, *a, **kw): br = super().get_browser(*a, **kw) if self.username is not None and self.password is not None: br.open('https://ucet.idnes.cz/prihlasit') ... return br and get the error ... File "calibre/web/feeds/news.py", line 754, in index_to_soup AttributeError: 'NoneType' object has no attribute 'open' so if I see it right, br is NoneType. Has anyone any idea why? Calibre version is 9.13. |
|
|
|
![]() |
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Login with JB device | jeliozver | Kindle Developer's Corner | 2 | 01-06-2023 09:35 AM |
| [Android] OneDrive login fails | TomSpot | Calibre Companion | 3 | 11-15-2020 10:59 AM |
| login error | howi42 | Calibre | 2 | 12-15-2017 09:11 PM |
| Need Help with Login | Steven630 | Recipes | 0 | 07-23-2014 12:47 PM |
| login | Steven630 | Recipes | 3 | 07-21-2012 11:18 AM |