Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled 404 response #31

Open
Unknow0059 opened this issue Oct 28, 2020 · 1 comment · May be fixed by #32
Open

Unhandled 404 response #31

Unknow0059 opened this issue Oct 28, 2020 · 1 comment · May be fixed by #32

Comments

@Unknow0059
Copy link

Unknow0059 commented Oct 28, 2020

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
Copy link
Author

Unknow0059 commented Oct 28, 2020

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 Unknow0059 changed the title no implicit conversion of String into Integer Unhandled 404 response Oct 28, 2020
@Unknow0059 Unknow0059 reopened this Oct 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant