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

object 'collect_log' not found #57

Closed
Royzhang14444 opened this issue May 24, 2024 · 2 comments
Closed

object 'collect_log' not found #57

Royzhang14444 opened this issue May 24, 2024 · 2 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists

Comments

@Royzhang14444
Copy link

Hello, I tried to run the example in the 'README', and got the error says object 'collect_log' not found

collect a listing of the 25 top threads by upvote of all time

collect_rd_listing <- Authenticate("reddit") |>

  • Collect(endpoint = "listing", subreddits = subreddits,
    
  •         sort = "top", period = "all", max = 25,
    
  •         writeToFile = TRUE, verbose = TRUE)
    

The following is the error message:
No listings were collected.
Error in Collect.listing.reddit(Authenticate("reddit"), endpoint = "listing", :
object 'collect_log' not found

@bryn-g
Copy link
Member

bryn-g commented May 25, 2024

Thanks very much for the issue report @Royzhang14444, this is a duplicate of #56.

@bryn-g bryn-g added bug Something isn't working duplicate This issue or pull request already exists labels May 25, 2024
@bryn-g
Copy link
Member

bryn-g commented Jul 21, 2024

Error is fixed in 5fa70dc.

@bryn-g bryn-g closed this as completed Jul 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

2 participants