I installed the script, typed in python ripper.py id=isbn_2901878802261 ...and after entering my user/pass at the prompt, it says this:
ERROR:root:error with action browse_book: This book is not available to borrow at this time. Please try again later.
Traceback (most recent call last):
File "C:\Other\archiveripper\ripper.py", line 109, in
main()
File "C:\Other\archiveripper\ripper.py", line 45, in main
client.schedule_loan_book(id)
File "C:\Other\archiveripper\api.py", line 100, in schedule_loan_book
self.borrow_book(book_id)
File "C:\Other\archiveripper\api.py", line 43, in borrow_book
raise AssertionError
AssertionError
Just to note, I HAD borrowed the book, but it returned it while I was trying to get the script installed and running. The webpage says that it's still availabe, so I'm not really sure what to do here.
I installed the script, typed in python ripper.py id=isbn_2901878802261 ...and after entering my user/pass at the prompt, it says this:
ERROR:root:error with action browse_book: This book is not available to borrow at this time. Please try again later.
Traceback (most recent call last):
File "C:\Other\archiveripper\ripper.py", line 109, in
main()
File "C:\Other\archiveripper\ripper.py", line 45, in main
client.schedule_loan_book(id)
File "C:\Other\archiveripper\api.py", line 100, in schedule_loan_book
self.borrow_book(book_id)
File "C:\Other\archiveripper\api.py", line 43, in borrow_book
raise AssertionError
AssertionError
Just to note, I HAD borrowed the book, but it returned it while I was trying to get the script installed and running. The webpage says that it's still availabe, so I'm not really sure what to do here.