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

parse_stream's corner case of empty file #100

Closed
chainsawriot opened this issue Nov 21, 2022 · 0 comments
Closed

parse_stream's corner case of empty file #100

chainsawriot opened this issue Nov 21, 2022 · 0 comments
Assignees

Comments

@chainsawriot
Copy link
Collaborator

tmp <- tempfile(fileext = ".json")
file.create(tmp)
#> [1] TRUE
rtoot::parse_stream(tmp)
#> Error in order(tbl[["created_at"]]): argument 1 is not a vector

Created on 2022-11-21 by the reprex package (v2.0.1)

A fix is forthcoming.

@chainsawriot chainsawriot self-assigned this Nov 21, 2022
schochastics added a commit that referenced this issue Nov 21, 2022
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

No branches or pull requests

1 participant