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
{{ message }}
This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
ERROR 2020/11/07 23:47:42 Failed to get JSON resource "https://api.instagram.com/oembed/?url=https://www.instagram.com/p/BGvuInzyFAe/&maxwidth=640&omitscript=true": Failed to retrieve remote file: Bad Request
Screenshots
Environment
Hugo Version: Hugo Static Site Generator v0.77.0/extended linux/amd64 BuildDate: 2020-10-31T12:31:06Z
In my case, no need Instagram, so i disable ERROR with ignoreErrors = ["error-remote-getjson"]
But how to repair this error properly ?
The text was updated successfully, but these errors were encountered:
Hi! I have also been getting the same error, which I have only been able to bypass by including ignoreErrors = ["error-remote-getjson"] within the first part of the config.toml file.
Hugo Version: Hugo Static Site Generator v0.79.0/extended windows/amd64 BuildDate: unknown
Bug Report
Hello :)
Describe the bug
When i run Hugo i get this error
ERROR 2020/11/07 23:47:42 Failed to get JSON resource "https://api.instagram.com/oembed/?url=https://www.instagram.com/p/BGvuInzyFAe/&maxwidth=640&omitscript=true": Failed to retrieve remote file: Bad Request
Screenshots
Environment
In my case, no need Instagram, so i disable ERROR with
ignoreErrors = ["error-remote-getjson"]
But how to repair this error properly ?
The text was updated successfully, but these errors were encountered: