Santa-Clara-Media-Lab / student-research-lab-reddit-comment-scraper

For Dr. David Jeong's Research Lab - Summer 2021

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reddit Scraper Issues

JAVAB3ANS opened this issue · comments

  1. Figure out how to get all posts from a respective comment thread

  2. Devise way to circumvent this error:

0|index    | DiscordAPIError: Invalid Form Body
0|index    | embed.title: Must be 256 or fewer in length.
0|index    | embeds[0].title: Must be 256 or fewer in length.
0|index    |     at RequestHandler.execute (/home/pi/Documents/student-research-lab-robot/node_modules/discord.js/src/rest/RequestHandler.js:154:13)
0|index    |     at processTicksAndRejections (internal/process/task_queues.js:97:5)
0|index    |     at async RequestHandler.push (/home/pi/Documents/student-research-lab-robot/node_modules/discord.js/src/rest/RequestHandler.js:39:14) {
0|index    |   method: 'post',
0|index    |   path: '/channels/857418370814312479/messages',
0|index    |   code: 50035,
0|index    |   httpStatus: 400
0|index    | }