I tried to set this up, and thought I had everything right, but I get an error:
Code:
Starting job: Search lending libraries for 1 book
Signing in to MyLibrary (branch xxx) with card xxxxxxxxxxxxxx
Browse: http://omnilibraries.org/BANGAuthenticate.dll?Action=AuthCheck&URL=Default.htm&ForceLoginFlag=0 None
Redirected login url https://prairiearea.libraryreserve.com/10/50/en/SignIn.htm?URL=Default%2ehtm
Signing in to MyLibrary (branch xxx) with card xxxxxxxxxxxxxx: AttributeError (mechanize._mechanize.Browser instance has no attribute replace (perhaps you forgot to .select_form()?))
Traceback (most recent call last):
File "calibre_plugins.overdrive_link.overdrive", line 260, in sign_in
File "calibre_plugins.overdrive_link.provider", line 401, in open_url
File "lib/python2.7/cgi.py", line 1034, in escape
File "site-packages/mechanize/_mechanize.py", line 628, in __getattr__
AttributeError: mechanize._mechanize.Browser instance has no attribute replace (perhaps you forgot to .select_form()?)
Sorry to bug you, but I can't figure out what I might have done wrong.