tumblr-liked-photos-export icon indicating copy to clipboard operation
tumblr-liked-photos-export copied to clipboard

Unhandled 404 response

Open Unknow0059 opened this issue 4 years ago • 1 comments

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:in start'", "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."}]}

Unknow0059 avatar Oct 28 '20 04:10 Unknow0059

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.

Unknow0059 avatar Oct 28 '20 04:10 Unknow0059