juzibot / donut-tester

40 stars 4 forks source link

Got Error: "13 INTERNAL: Wechaty Puppet Unsupported API Error" on friendship.accept() sometimes #66

Open juneyang opened 3 years ago

juneyang commented 3 years ago

Important:Please file the issue follow the template, or we won't help you to solve the problem.

0. Report Issue Guide

  1. Please run the following command and check whether the problem has been fixed:

    rm -rf package-lock.json
    rm -rf node_modules
    npm install

    done

  2. Please search in FAQ List first, and make sure your problem has not been solved before. done

  3. Please search in the issue first, and make sure your problem had not been reported before done

1. Versions

2. Describe the bug

My Bot need to accept friendship request automatically, it was worked usually, but sometimes friendship.accept() will throw the error below:

Error: 13 INTERNAL: Wechaty Puppet Unsupported API Error. Learn More At https://github.com/wechaty/wechaty-puppet/wiki/Compatibility

and can not accept the friendship request

5. Actual behavior

image