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

Index.js Error #41

Open
Crusader-Boss opened this issue Jun 6, 2023 · 0 comments
Open

Index.js Error #41

Crusader-Boss opened this issue Jun 6, 2023 · 0 comments

Comments

@Crusader-Boss
Copy link

Crusader-Boss commented Jun 6, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant