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

tidyfeed error in tibble: columns must have compatible sizes #78

Open
jzadra opened this issue Mar 11, 2024 · 0 comments
Open

tidyfeed error in tibble: columns must have compatible sizes #78

jzadra opened this issue Mar 11, 2024 · 0 comments

Comments

@jzadra
Copy link

jzadra commented Mar 11, 2024

For this feed: independent.com/feed, I get the following error from tidyfeed():

Error in `tibble()`:
! Tibble columns must have compatible sizes.
• Size 10: Existing data.
• Size 9: Column `item_guid`.
ℹ Only values of size one are recycled.

It looks to me like one of the items doesn't have a parameter set for item_guid. Perhaps rss_parse() could handle an empty column and fill it with NA? It looks like there is lots of logic in the entries <- ... code to fill default values with def (NA_character_), but for some reason it isn't handling item_guid.

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