26 Jan 2020 |
cloudrac3r | I wonder if editing the RSS bot's database by hand will get you anywhere. | 16:20:27 |
stoic | it should work now though | 16:21:10 |
stoic | because perf initially added http://snopy/$link | 16:21:33 |
stoic | now it's just $link | 16:21:41 |
perflyst | yeah, now it looks correct | 16:21:51 |
perflyst | [.] [180850] /imageproxy [API] using stream
[.] [180850] /imageproxy [API] using stream
[.] [180850] /imageproxy [API] using stream
[.] [180850] /imageproxy [API] using stream
[ ] [180858] [INC] /p/B7wr2vyFlwA
[ ] [180858] [API] /p/B7wr2vyFlwA = /p/([\w-]+)
-> [OUT] https://www.instagram.com/graphql/query/?query_hash=2b0673e0dc4580674a88d426fe00ea90&variables=%7B%22shortcode%22%3A%22B7wr2vyFlwA%22%7D
/home/bibliogram/bibliogram/src/lib/structures/TimelineEntry.js:23
if (!this.data.__typename) throw new Error("TimelineEntry data was not initalised in same event loop (missing __typename)")
^
Error: TimelineEntry data was not initalised in same event loop (missing __typename)
at Immediate.<anonymous> (/home/bibliogram/bibliogram/src/lib/structures/TimelineEntry.js:23:37)
at processImmediate (internal/timers.js:456:21)
at process.topLevelDomainCallback (domain.js:137:15)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! bibliogram@1.0.0 start: `cd src/site && node server.js`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the bibliogram@1.0.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! /home/bibliogram/.npm/_logs/2020-01-26T16_08_59_238Z-debug.log
| 16:22:34 |
perflyst | first crash Oo | 16:22:39 |
cloudrac3r | Oh no! How did you manage that. | 16:22:48 |
cloudrac3r | Grr. Needs a better stack trace. | 16:23:03 |
perflyst | sadly this file /home/bibliogram/.npm/_logs/2020-01-26T16_08_59_238Z-debug.log does not exist | 16:23:51 |
perflyst | it is reproducable | 16:24:25 |
perflyst | just open https://bibliogram.snopyta.org/p/B7wr2vyFlwA | 16:24:26 |
cloudrac3r | Hmm | 16:24:31 |
perflyst | stop opening the link! :D | 16:26:28 |
cloudrac3r | I am not | 16:26:35 |
perflyst | someone is crashing it all the time^^ | 16:26:55 |
cloudrac3r | the url preview service might be :) | 16:26:57 |
cloudrac3r | uhhh I can't reproduce this. are you making any requests before it? | 16:27:09 |
perflyst | no | 16:27:18 |
perflyst | maybe it is because https://www.instagram.com/p/B7wr2vyFlwA/ does not even exist? | 16:27:26 |
perflyst | is it a private image? | 16:27:30 |
cloudrac3r | wait I CAN reproduce this | 16:27:50 |
cloudrac3r | where did you get that shortcode? :o | 16:27:55 |
perflyst | dunno, someone opened | 16:28:06 |
perflyst | i mean in the live output it shows which images get opened | 16:28:22 |
cloudrac3r | either I'm going mad or instagram reuploaded that post | 16:28:43 |
perflyst | since there is no error logging i just run "npm start" in tmux (exactly for such cases) | 16:29:07 |
perflyst | ah wait | 16:30:11 |
perflyst | https://bibliogram.snopyta.org/p/123 | 16:30:13 |
perflyst | it is crashing on every image which does not exist | 16:30:17 |