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

building the info manual: tries to fetch images from online #190

Open
Apteryks opened this issue Apr 3, 2020 · 2 comments
Open

building the info manual: tries to fetch images from online #190

Apteryks opened this issue Apr 3, 2020 · 2 comments

Comments

@Apteryks
Copy link

Apteryks commented Apr 3, 2020

When building the info manual ('make info' from the docs/ subdir), I get the following error (build happens in a container without networking):

WARNING: Could not fetch remote image: https://travis-ci.org/eerimoq/cantools.svg?branch=master [HTTPSConnectionPool(host='travis-ci.org', port=443): Max retries exceeded with url: /eerimoq/cantools.svg?branch=master (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff44cbd10>: Failed to establish a new connection: [Errno -2] Name or service not known'))]
WARNING: Could not fetch remote image: https://ci.appveyor.com/api/projects/status/github/eerimoq/cantools?svg=true [HTTPSConnectionPool(host='ci.appveyor.com', port=443): Max retries exceeded with url: /api/projects/status/github/eerimoq/cantools?svg=true (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff44cb990>: Failed to establish a new connection: [Errno -2] Name or service not known'))]
WARNING: Could not fetch remote image: https://coveralls.io/repos/github/eerimoq/cantools/badge.svg?branch=master [HTTPSConnectionPool(host='coveralls.io', port=443): Max retries exceeded with url: /repos/github/eerimoq/cantools/badge.svg?branch=master (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff44cbdd0>: Failed to establish a new connection: [Errno -2] Name or service not known'))]
WARNING: Could not fetch remote image: https://github.com/eerimoq/cantools/raw/master/docs/monitor.png [HTTPSConnectionPool(host='github.com', port=443): Max retries exceeded with url: /eerimoq/cantools/raw/master/docs/monitor.png (Caused by NewConnectionError('<urllib3.connection.VerifiedHTTPSConnection object at 0x7ffff44cb810>: Failed to establish a new connection: [Errno -2] Name or service not known'))]
done
writing... done
copying Texinfo support files... Makefile done
build succeeded, 5 warnings.

I don't care much about the appveyor and coveralls badges, but it'd be nice if the 'monitor.png', which exists in the repo, would be used instead of trying to fetch it from online.

@eerimoq
Copy link
Collaborator

eerimoq commented Apr 3, 2020

Sounds fair. Feel free to create a PR.

@eerimoq
Copy link
Collaborator

eerimoq commented Apr 3, 2020

Hmm, on second thought, make sure the rendered readme looks good on Github as well. It is probably not possible to use a local repo image, but I'm not sure.

VonSquiggles pushed a commit to VonSquiggles/cantools that referenced this issue May 13, 2022
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

2 participants