vosonSML icon indicating copy to clipboard operation
vosonSML copied to clipboard

object 'collect_log' not found

Open Royzhang14444 opened this issue 9 months ago • 1 comments

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

Royzhang14444 avatar May 24 '24 07:05 Royzhang14444