tumblr-liked-photos-export
tumblr-liked-photos-export copied to clipboard
Unhandled 404 response
Upon running ruby.exe export.rb
I got this:
Error: no implicit conversion of String into Integer Error: ["export.rb:61:in
[]'", "export.rb:61:in
get_liked_count'", "export.rb:130:instart'", "export.rb:179:in
'"]
If I print parsed_response
with puts parsed_response.inspec
on line 62 this is the result:
{"meta"=>{"status"=>404, "msg"=>"Not Found"}, "response"=>[], "errors"=>[{"title"=>"Not Found", "code"=>0, "detail"=>"Minor hiccup. Try again."}]}
export.rb
tried exporting a blog that does not exist because the first letter of TUMBLR_USERNAME
's string was capitalized.
Still, it would be nice if the user was notified of this.