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

[🐛 Bug]: "SELENIUM_CI_TOKEN not set" error when rendering examples #1891

Closed
attila-fazekas opened this issue Aug 25, 2024 · 3 comments
Closed

Comments

@attila-fazekas
Copy link

What happened?

I followed the contributing guide and ran hugo server.

After opening http://localhost:1313/ and checking examples, I faced the following error:
Screenshot 2024-08-25 at 13 29 30

For local development, I believe I don't need to render content fetched from the GitHub API, so I'm not sure what steps I should take to solve this issue.

What browsers and operating systems are you seeing the problem on?

❯ hugo version
hugo v0.125.4-cc3574ef4f41fccbe88d9443ed066eb10867ada2+extended darwin/arm64 BuildDate=2024-04-25T13:27:26Z VendorInfo=gohugoio

❯ sw_vers
ProductName:		macOS
ProductVersion:		14.1
BuildVersion:		23B2073
@attila-fazekas attila-fazekas added bug Something isn't working needs-triaging labels Aug 25, 2024
Copy link
Contributor

@attila-fazekas, thank you for creating this issue. We will troubleshoot it as soon as we can.


Info for maintainers

Triage this issue by using labels.

If information is missing, add a helpful comment and then I-issue-template label.

If the issue is a question, add the I-question label.

If the issue is valid but there is no time to troubleshoot it, consider adding the help wanted label.

After troubleshooting the issue, please add the R-awaiting answer label.

Thank you!

@harsha509
Copy link
Member

HI @attila-fazekas ,

I don't believe this is an error or a warning. It is more like an informational message related to rendering code samples during local development.

We load code samples from GitHub to ensure that code line numbers are correctly linked to the documentation, which requires an API token to access the samples from GitHub.

For local development, you should be able to work on tasks that aren't directly related to the API.

Thanks,
Sri

@harsha509 harsha509 added waiting-answer and removed bug Something isn't working needs-triaging labels Sep 3, 2024
@attila-fazekas
Copy link
Author

Hi Sri,

Thanks for looking into it.

I see, then I'm closing this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants