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

When fake-solving error parsing in get_last_report (issue #174) the returned dataset has parsing problems. #175

Open
AndreaSanchezTapia opened this issue Oct 15, 2024 · 0 comments
Assignees

Comments

@AndreaSanchezTapia
Copy link
Member

AndreaSanchezTapia commented Oct 15, 2024

I made a quick edit to get_last_report to allow it to run (removed url on line 86)
and the real error surfaced:

Request caused a warning:                                         
Here's the original warning message:
One or more parsing issues, call `problems()` on your data frame
for details, e.g.:
  dat <- vroom(...)
  problems(dat)

Before going too deep I imagine this is in the content-type the function is testing inside the tryCatch, either 'application/zip' or 'application/json'.
But I may be wrong and this may be a rabbit hole.

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

2 participants