willschulz / tricordR

Twitter study management via R
MIT License
0 stars 0 forks source link

timeline scraping and favorite scraping break on zero-tweet/favorite users #2

Closed willschulz closed 2 years ago

willschulz commented 3 years ago

Presumably the same issue, since they're similar functions. When a token batch runs on a set of users with valid user lookups but no tweets available (rare, but happens) it creates an invalid timelines_list object that breaks the get_timelines_rotate_update_maxtoken scraping function

willschulz commented 2 years ago

Fixed during general debugging I think