Open woopla opened 6 years ago
@woopla I used the gem to fetch highlights this morning, with no issues.
Does your Kindle account show that you have highlights saved?
@speric the highlights are plentiful, yes 😸 It was actually working fine until Amazon changed their login page and you had to change your code.
There's no "debug mode that's super verbose" in your library, right? I'll look into debugging this on my end later this week.
OK, found the problem. Mechanize hits a page "Please confirm your identity". I've opened PR #22, any code feedback welcome, it's my first contrib to a Ruby project 😄
Hello,
I'm modifying this script to work with v2.0.1 of
kindle-highlights
, but nothing happens. I've got a small test script, and it returns a book count of 0:I'm 100% that my Amazon email and password are correct. I ran the login + book count part in
irb
, no error is returned there.Do you know if Amazon made further changes?
Thanks,
Clement