We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Getting the following output on npm run start even though I'm using a valid and up-to-date Notion API token. Any ideas what might be going wrong?
npm run start
[nodemon] 2.0.21 [nodemon] to restart at any time, enter `rs` [nodemon] watching path(s): *.* [nodemon] watching extensions: js,mjs,json [nodemon] starting `node app.js` ✅ Loaded databases! ✅ Loaded websites! ✅ 🚀 Starting bot (polling) ... 📩 Received a new message: kekw4 🚧 Creating a notion page... @notionhq/client warn: request fail { code: 'unauthorized', message: 'API token is invalid.' } APIResponseError: API token is invalid.
I realise it's been a while since this was updated but it's a really handy tool and I'd be grateful for any help 🙏
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Getting the following output on
npm run start
even though I'm using a valid and up-to-date Notion API token. Any ideas what might be going wrong?I realise it's been a while since this was updated but it's a really handy tool and I'd be grateful for any help 🙏
The text was updated successfully, but these errors were encountered: