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
here's the log from my github actions it spews some index.js error and i cant seem to find the file to fix it sadly. The issue is at line 358 according to chat. Apparently it can see the file and i cant lol.
here's the log from my github actions it spews some index.js error and i cant seem to find the file to fix it sadly. The issue is at line 358 according to chat. Apparently it can see the file and i cant lol.
Run curl -o index.js https://raw.githubusercontent.com/ravgeetdhillon/notion-feeder/build/dist/index.js
2 curl -o index.js https://raw.githubusercontent.com/ravgeetdhillon/notion-feeder/build/dist/index.js
3 node index.js
4 shell: /usr/bin/bash -e {0}
5 env:
6 NOTION_API_TOKEN: ***
7 NOTION_READER_DATABASE_ID: ***
8 NOTION_FEEDS_DATABASE_ID: ***
9 RUN_FREQUENCY: 300
10 % Total % Received % Xferd Average Speed Time Time Time Current
11 Dload Upload Total Spent Left Speed
12
13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
14100 1715k 100 1715k 0 0 4488k 0 --:--:-- --:--:-- --:--:-- 4491k
15@notionhq/client info: request start {
16 method: 'post',
17 path: 'databases//query'
18}
19@notionhq/client info: request success {
20 method: 'post',
21 path: 'databases//query'
22}
23Error: Attribute without value
24Line: 40
25Column: 15
26Char: s
27 at error (/home/runner/work/notion-feeder/notion-feeder/index.js:36828:10)
28 at strictFail (/home/runner/work/notion-feeder/notion-feeder/index.js:36854:7)
29 at SAXParser.write (/home/runner/work/notion-feeder/notion-feeder/index.js:37517:13)
30 at Parser.webpack_modules.9082.exports.Parser.Parser.parseString (/home/runner/work/notion-feeder/notion-feeder/index.js:41713:31)
31 at Parser.parseString (/home/runner/work/notion-feeder/notion-feeder/index.js:41395:59)
32 at /home/runner/work/notion-feeder/notion-feeder/index.js:35767:22
33 at new Promise ()
34 at Parser.parseString (/home/runner/work/notion-feeder/notion-feeder/index.js:35766:16)
35 at IncomingMessage. (/home/runner/work/notion-feeder/notion-feeder/index.js:35830:23)
36 at IncomingMessage.emit (events.js:412:35)
37@notionhq/client info: request start {
38 method: 'post',
39 path: 'databases//query'
40}
41@notionhq/client info: request success {
42 method: 'post',
43 path: 'databases//query'
44}Post Setup Node0s
1Post job cleanup.Complete job0s
1Cleaning up orphan processes
The text was updated successfully, but these errors were encountered: