sbruder / spectral

Port of html5up’s spectral theme to hugo
Other
63 stars 42 forks source link

Disable twitter in example content for now #22

Closed dholbach closed 1 year ago

dholbach commented 1 year ago

Avoid "Your current API plan does not include access to this endpoint" problem.

spectral/exampleSite on  master 
✦ ❯ hugo server -t ../..
Start building sites … 
hugo v0.110.0-e32a493b7826d02763c3b79623952e625402b168+extended linux/amd64 BuildDate=2023-01-17T12:16:09Z VendorInfo=gohugoio
WARN 2023/03/06 18:16:38 The "twitter" shortcode will soon require two named parameters: user and id. See "/home/daniel/dev/spectral/exampleSite/content/posts/rich-content.md:26:1"
ERROR 2023/03/06 18:16:38 Failed to get JSON resource "https://publish.twitter.com/oembed?dnt=false&url=https%3A%2F%2Ftwitter.com%2Fx%2Fstatus%2F1085870671291310081": Failed to retrieve remote file: Forbidden, body: "{\"errors\":[{\"message\":\"Your current API plan does not include access to this endpoint, please see https://developer.twitter.com/en/docs/twitter-api for more information\",\"code\":467}]}\n"
If you feel that this should not be logged as an ERROR, you can ignore it by adding this to your site config:
ignoreErrors = ["error-remote-getjson"]
Error: Error building site: logged 1 error(s)
Built in 231 ms
spectral/exampleSite on  master