Ruby脚本中的未知错误值错误

时间:2014-03-14 09:33:47

标签: ruby rubygems runtime-error

我在this page

处遇到与此关联的Ruby脚本有关的错误

我收到错误

'<main>': bad value for range <ArgumentError>

我不确定我是否可能没有足够的依赖关系,或者是否存在其他明显的错误。

我能提供的唯一其他有用信息是我是Windows用户,我已经安装了所请求的依赖项和安装的Ruby gem列表

bigdecimal (1.1.0) domain_name (0.5.16) faraday (0.8.9) faraday_middleware (0.9.0) http-cookie (1.0.2) io-console (0.3) json (1.5.5) mechanize (2.7.3) mime-types (2.1) mini_portile (0.5.2) minitest (2.5.1) multipart-post (2.0.0, 1.2.0) net-http-digest_auth (1.4) net-http-persistent (2.9.4) nokogiri (1.6.1 x86-mingw32) ntlm-http (0.1.1) oauth (0.4.7) rake (0.9.2.2) rdoc (3.9.5) simple_oauth (0.2.0) tumblr_client (0.8.2) unf (0.1.3) unf_ext (0.0.6 x86-mingw32) webrobots (0.1.1)

1 个答案:

答案 0 :(得分:0)

尝试做

liked_count = likes["liked_count"].to_i

在行号26