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

"Unknown error" for some websites when running speedlify locally #70

Open
Akashic101 opened this issue Jan 25, 2024 · 0 comments
Open

Comments

@Akashic101
Copy link

Akashic101 commented Jan 25, 2024

I tried to fork this repo and run it locally and while it did run and I got some results my own website resulted in an unknown error:

{
  "url": "https://www.blog.davidmoll.net/",
  "error": "Unknown error.",
  "sidequests": {
    "-weight.total": 3,
    "+weight.total": 3,
    "-weight.document": 3,
    "+weight.document": 3,
    "-weight.script": 3,
    "+weight.script": 3,
    "-weight.image": 3,
    "+weight.image": 3,
    "-weight.font": 3,
    "+weight.font": 3,
    "+weight.fontCount": 3,
    "-timeToFirstByte": 3,
    "-totalBlockingTime": 3,
    "-largestContentfulPaint": 3
  }
}

ssg.js looks like this:

module.exports = {
	name: "SSG",
	description: "Static Site Generator web sites",
	options: {
		frequency: 60 * 23,
		freshChrome: "run"
	},
	urls: [
		"https://www.blog.davidmoll.net",
		"https://www.11ty.dev/",
		"https://www.gatsbyjs.com/",
	]
};

Other websites in the ssg.js-file ran fine. I am selfhosting my website using cloudflare tunnel on a Raspberry Pi. Any idea what could cause this?

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