vosonlab / vosonSML

R package for collecting social media data and creating networks for analysis.
https://vosonlab.github.io/vosonSML/
GNU General Public License v3.0
78 stars 13 forks source link

object 'collect_log' not found #57

Closed Royzhang14444 closed 1 week ago

Royzhang14444 commented 2 months ago

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 commented 2 months ago

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

bryn-g commented 1 week ago

Error is fixed in 5fa70dc.