-
Notifications
You must be signed in to change notification settings - Fork 3
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
(node:83873) UnhandledPromiseRejectionWarning: nope! #7
Comments
Found out the query response is 404 Solution is to use v4 in url when checking room and v1 for the rest (using nextcloud 22 and newer) Replacing (starting line 280)
With
|
Nextcloud 24
run - node mybot.js
How to fix the error? |
Edit: nextcloud-talk-bot.js run: node mybot.js
|
Just read my 2nd post
|
Hello, I'm trying out your script on my server running nodejs 16.15.0
Installed with
npm install nextcloud-talk-bot
Tried the the "usage" example on your readme (added debug:true) but this result in this error :
Tried with --unhandled-rejections=strict :
Am I doing something wrong ?
No error logs to check in my nextcloud server. I can see login worked.
Thanks for any help.
The text was updated successfully, but these errors were encountered: