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
But when i run the command hugo serve it's get me this error:
Built in 10073 ms
Error: Error building site: "/home/...../...../..../..../content/en/blog/rich-content.md:1:1": timed out initializing value. You may have a circular loop in a shortcode, or your site may have resources that take longer to build than the `timeout` limit in your Hugo config file.
so i increase the timeout variable in config.toml, but then i get another error like this:
Building sites … ERROR 2020/12/02 16:27:43 Failed to get JSON resource "https://api.twitter.com/1/statuses/oembed.json?id=1085870671291310081&omit_script=true": Get "https://api.twitter.com/1/statuses/oembed.json?id=1085870671291310081&omit_script=true": dial tcp --.--.--.--:---: i/o timeout
ERROR 2020/12/02 16:27:53 Failed to get JSON resource "https://vimeo.com/api/oembed.json?url=https://vimeo.com/48912912": Get "https://vimeo.com/api/oembed.json?url=https://vimeo.com/48912912": net/http: TLS handshake timeout
ERROR 2020/12/02 16:28:23 Failed to get JSON resource "https://api.twitter.com/1/statuses/oembed.json?id=1085870671291310081&omit_script=true": Get "https://api.twitter.com/1/statuses/oembed.json?id=1085870671291310081&omit_script=true": dial tcp --.--.--.--:---: i/o timeout
ERROR 2020/12/02 16:28:33 Failed to get JSON resource "https://vimeo.com/api/oembed.json?url=https://vimeo.com/48912912": Get "https://vimeo.com/api/oembed.json?url=https://vimeo.com/48912912": net/http: TLS handshake timeout
Built in 80458 ms
Error: Error building site: logged 4 error(s)
My OS is Linux mint 20.
Can you help me to fix it?
The text was updated successfully, but these errors were encountered:
I trying to get zdoc theme and run the website just like this installation in your website:https://zzo-docs.vercel.app/zdoc/gettingstarted/installation/
But when i run the command
hugo serve
it's get me this error:so i increase the timeout variable in
config.toml,
but then i get another error like this:My OS is Linux mint 20.
Can you help me to fix it?
The text was updated successfully, but these errors were encountered: