Relequestual
CDCloudflare Developers
•Created by Relequestual on 4/29/2024 in #general-help
Bug: Invoice email attached PDF has timestamp 0 filename date
Hey team. I like getting the invoice emailed for filing in company expenses, but I noticed that for April, the attached PDF had the following filename...
cloudflare-invoice-1970-01-01-1.pdf
I know what THAT date means, as I'm sure you do.
Didn't see anyone else mention it, so I don't know if it's just me this one time or if others have seen it too.
Minor bug, but still, unhelpful if I come to look at it downloaded later.2 replies
CDCloudflare Developers
•Created by Relequestual on 8/17/2023 in #pages-help
Build unable to access node.js
Looks like Pages building isn't able to pull the node.js version required, gets a 500.
I'm able to access the attempted download URL manually, but that doesn't really help.
This Pages site last deployed to production 7 days ago, and a preview 6 days ago.
Here's most of the log...
2023-08-17T14:14:34.250152Z Cloning repository...
2023-08-17T14:14:36.146476Z From https://github.com/json-schema-org/blog
... Using python 2.7.
2023-08-17T14:14:38.85823Z Attempting node version '16.16.0' from .node-version
2023-08-17T14:14:39.883943Z Downloading and installing node v16.16.0...
2023-08-17T14:14:40.237279Z Downloading https://nodejs.org/dist/v16.16.0/node-v16.16.0-linux-x64.tar.xz...
2023-08-17T14:19:41.357861Z curl: (18) transfer closed with 7946733 bytes remaining to read
2023-08-17T14:19:41.374355Z Binary download from https://nodejs.org/dist/v16.16.0/node-v16.16.0-linux-x64.tar.xz failed, trying source.
2023-08-17T14:19:41.380733Z grep: /opt/buildhome/.nvm/.cache/bin/node-v16.16.0-linux-x64/node-v16.16.0-linux-x64.tar.xz: No such file or directory
2023-08-17T14:19:41.381788Z Provided file to checksum does not exist.
2023-08-17T14:19:41.396392Z Binary download failed, trying source.
... CPUs
2023-08-17T14:19:41.598482Z clang: error while loading shared libraries: libz3.so.4: cannot open shared object file: No such file or directory
2023-08-17T14:19:41.878059Z Downloading https://nodejs.org/dist/v16.16.0/node-v16.16.0.tar.xz...
2023-08-17T14:19:42.255468Z curl: (22) The requested URL returned error: 500
2023-08-17T14:19:42.267048Z Binary download from https://nodejs.org/dist/v16.16.0/node-v16.16.0.tar.xz failed, trying source.
2023-08-17T14:19:42.273038Z grep: /opt/buildhome/.nvm/.cache/src/node-v16.16.0/node-v16.16.0.tar.xz: No such file or directory
2023-08-17T14:19:42.274126Z Provided file to checksum does not exist.
2023-08-17T14:19:42.285319Z Failed to install node version '16.16.0'
2 replies
CDCloudflare Developers
•Created by Relequestual on 8/3/2023 in #general-help
Trying to report a potential attack to AWS but they require logs and timezone
I recently upgraded our analytics package to see more detailed traffic stats.
It looks like we our site, hosted on github, but proxied through Cloudflare, is potentially under attack.
We can't be sure if it's legitimate traffic, but it's potentially also unbeknown to the people responsible for the servers they are running.
For context, the site is the JSON Schema project, which hosts meta-schemas. Some of these are being accessed at the rate of 35M requests over 7 days. The highest path accessed is not what we would expect for reasons that don't really matter here.
We are keen to reach users who are creating these large volumes of requests.
Here's the most recent response from AWS.
Please note that in order to accurately identify the customer responsible for these request we will require the correct time zone and activity logs that show the requests being made to your end point. As you mentioned, you not sure of the exact time zone and are unable to provide logs due to not having Cloudflare enterprise package which unfortunately leave us with too little information to be able to accurately identify the responsible customer and investigate accordingly. I would recommend reaching out to Cloudflare to see if there is any possibility of them assisting you with retrieving activity logs to provide to us so we can further investigate. Again, this should include the Date, Time, Time zone and Log extract of the requests being made to your endpointAnything that can be done here as a one-off? The potential attacks are continual.
1 replies