Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v12.2.0 ParsingError: Expected node of any type AddChatItemAction, got RunAttestationCommand #853

Closed
4 tasks done
ernbaltaci opened this issue Dec 21, 2024 · 1 comment · Fixed by #859
Closed
4 tasks done
Labels
bug Something isn't working

Comments

@ernbaltaci
Copy link

ernbaltaci commented Dec 21, 2024

Steps to reproduce

I have youtube live chat bot and when I was try sending message I taking error.

My message message length less than 200.

Failure Logs

ParsingError: Expected node of any type AddChatItemAction, got RunAttestationCommand
    at /Users/x/Desktop/x/x/x/x/node_modules/youtubei.js/bundle/node.cjs:435:19
    at Array.map (<anonymous>)
    at Proxy.<anonymous> (/Users/x/x/x/x/x/node_modules/youtubei.js/bundle/node.cjs:432:33)
    at LiveChat2.sendMessage (/Users/x/x/x/x/x/node_modules/youtubei.js/bundle/node.cjs:16815:37)
    at processTicksAndRejections (node:internal/process/task_queues:105:5) {
  date: 2024-12-21T15:14:42.851Z,
  version: '12.2.0'
}

Expected behavior

I was expecting not to get any errors when sending messages.

Current behavior

While sending a message, I get the error ParsingError: Expected node of any type AddChatItemAction, got RunAttestationCommand

Version

Default

Anything else?

No response

Checklist

  • I am running the latest version.
  • I checked the documentation and found no answer.
  • I have searched the existing issues and made sure this is not a duplicate.
  • I have provided sufficient information.
@ernbaltaci ernbaltaci added the bug Something isn't working label Dec 21, 2024
@ernbaltaci ernbaltaci changed the title <version>v12.2.0 <title>ParsingError: Expected node of any type AddChatItemAction, got RunAttestationCommand v12.2.0 ParsingError: Expected node of any type AddChatItemAction, got RunAttestationCommand Dec 21, 2024
@groboclone
Copy link

Experiencing the exact same error here. The message does then send, after a long delay (around 7 seconds).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants