You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First and foremost, many thanks for this library! 🙇 👍
FYI and in case something can be done about it, I got an error related to ntlm's documentation during installation:
$ gem install kindle-highlightsFetching unf_ext-0.0.7.7.gemFetching unf-0.1.4.gemFetching domain_name-0.5.20190701.gemFetching webrobots-0.1.2.gemFetching net-http-persistent-3.1.0.gemFetching ntlm-http-0.1.1.gemFetching http-cookie-1.0.3.gemFetching connection_pool-2.2.2.gemFetching kindle-highlights-2.0.1.gemFetching mime-types-data-3.2019.1009.gemFetching mime-types-3.3.1.gemFetching net-http-digest_auth-1.4.1.gemFetching mechanize-2.7.6.gemBuilding native extensions. This could take a while...Successfully installed unf_ext-0.0.7.7Successfully installed unf-0.1.4Successfully installed domain_name-0.5.20190701Successfully installed webrobots-0.1.2Successfully installed ntlm-http-0.1.1Successfully installed http-cookie-1.0.3Successfully installed connection_pool-2.2.2Successfully installed net-http-persistent-3.1.0Successfully installed mime-types-data-3.2019.1009Successfully installed mime-types-3.3.1Successfully installed net-http-digest_auth-1.4.1Successfully installed mechanize-2.7.6Successfully installed kindle-highlights-2.0.1Parsing documentation for unf_ext-0.0.7.7Installing ri documentation for unf_ext-0.0.7.7Parsing documentation for unf-0.1.4Installing ri documentation for unf-0.1.4Parsing documentation for domain_name-0.5.20190701Installing ri documentation for domain_name-0.5.20190701Parsing documentation for webrobots-0.1.2Installing ri documentation for webrobots-0.1.2Parsing documentation for ntlm-http-0.1.1Before reporting this, could you check that the file you're documentinghas proper syntax: ${HOME}/.rbenv/versions/2.6.3/bin/ruby -c lib/net/ntlm.rbRDoc is not a full Ruby parser and will fail when fed invalid ruby programs.The internal error was: (NoMethodError) undefined method `[]' for nil:NilClassERROR: While executing gem ... (NoMethodError) undefined method `[]' for nil:NilClass
$ which ruby${HOME}/.rbenv/shims/ruby
$ ruby -vruby 2.6.3p62 (2019-04-16 revision 67580) [x86_64-darwin19]
$ gem envRubyGems Environment: - RUBYGEMS VERSION: 3.0.3 - RUBY VERSION: 2.6.3 (2019-04-16 patchlevel 62) [x86_64-darwin19] - INSTALLATION DIRECTORY: ${HOME}/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0 - USER INSTALLATION DIRECTORY: ${HOME}/.gem/ruby/2.6.0 - RUBY EXECUTABLE: ${HOME}/.rbenv/versions/2.6.3/bin/ruby - GIT EXECUTABLE: /usr/local/bin/git - EXECUTABLE DIRECTORY: ${HOME}/.rbenv/versions/2.6.3/bin - SPEC CACHE DIRECTORY: ${HOME}/.gem/specs - SYSTEM CONFIGURATION DIRECTORY: ${HOME}/.rbenv/versions/2.6.3/etc - RUBYGEMS PLATFORMS: - ruby - x86_64-darwin-19 - GEM PATHS: - ${HOME}/.rbenv/versions/2.6.3/lib/ruby/gems/2.6.0 - ${HOME}/.gem/ruby/2.6.0 - GEM CONFIGURATION: - :update_sources => true - :verbose => true - :backtrace => false - :bulk_threshold => 1000 - REMOTE SOURCES: - https://rubygems.org/ - SHELL PATH: - ${HOME}/.rbenv/versions/2.6.3/bin - /usr/local/Cellar/rbenv/1.1.2/libexec - ${HOME}/.gem/ruby/2.6.0/bin - ${HOME}/.rbenv/shims - /usr/local/bin - /usr/local/sbin - ${HOME}/bin - /usr/bin - /bin - /usr/sbin - /sbin # <redacted>
It didn't seem to prevent from importing the library though:
There are some issues with the current implementation because Amazon has changed the structure of their login page. I am working on a fix but don't have an ETA.
First and foremost, many thanks for this library! 🙇 👍
FYI and in case something can be done about it, I got an error related to
ntlm
's documentation during installation:It didn't seem to prevent from importing the library though:
The text was updated successfully, but these errors were encountered: