You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I get this error after my webhook is verified on Replit.
,,,
webhook is listening
/home/runner/Serbot/app.js:531
if (str.length > maxLength) {
^
TypeError: Cannot read properties of undefined (reading 'length')
at truncateString (/home/runner/Serbot/app.js:531:11)
at interact (/home/runner/Serbot/app.js:382:22)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /home/runner/Serbot/app.js:66:9
Node.js v18.12.1
exit status 1
,,,
The text was updated successfully, but these errors were encountered:
Hello, I get this error after my webhook is verified on Replit.
,,,
webhook is listening
/home/runner/Serbot/app.js:531
if (str.length > maxLength) {
^
TypeError: Cannot read properties of undefined (reading 'length')
at truncateString (/home/runner/Serbot/app.js:531:11)
at interact (/home/runner/Serbot/app.js:382:22)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /home/runner/Serbot/app.js:66:9
Node.js v18.12.1
exit status 1
,,,
The text was updated successfully, but these errors were encountered: