Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Recipes

Notices

Reply
 
Thread Tools Search this Thread
Old 08-07-2026, 12:59 PM   #1
bubak
Connoisseur
bubak began at the beginning.
 
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.
bubak is offline   Reply With Quote
Reply


Forum Jump

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


All times are GMT -4. The time now is 11:59 AM.


MobileRead.com is a privately owned, operated and funded community.