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

404 Not found error when trying to download Font Awesome icons #10

Open
mountaindude opened this issue Feb 11, 2018 · 7 comments
Open
Labels
Milestone

Comments

@mountaindude
Copy link

icon-font-to-png --download font-awesome

gives me a urllib.error.HTTPError: HTTP Error 404: Not Found

Some URL that has changed over at FA?

@pawelad
Copy link
Contributor

pawelad commented Feb 11, 2018

Yeah, it probably changed with the release of Bootstrap 4 Font Awesome 5.

Thanks for reporting, I'll try to take a look and release a fixed version.

@pawelad pawelad self-assigned this Feb 11, 2018
@pawelad pawelad added the bug label Feb 11, 2018
@Legym
Copy link

Legym commented Feb 11, 2018

I found a temporary solution in case anyone else wants to download FA as images.

  1. https://github.com/FortAwesome/Font-Awesome/tree/master/web-fonts-with-css/webfonts
  2. Grab the SVG from FA repo and drag them over to http://fontello.com/
  3. Highlight and select all the icons and download the webfont
  4. Open the downloaded folder and place fontello.css and fontello.ttf in icon-font-to-png/bin (this repo)
  5. Run the command python icon-font-to-png --css fontello.css --ttf fontello.ttf --color '#fd9526' --size 48 ALL

@pawelad pawelad added this to the v0.4.2 milestone Feb 11, 2018
chdemko added a commit to chdemko/icon-font-to-png that referenced this issue May 15, 2018
@chdemko chdemko mentioned this issue May 15, 2018
@jpzhangvincent
Copy link

Just wondering, has the fix merged yet? I installed with "pip" and still got the error.

@carlos-reyes
Copy link

Same issue, installed with pip and "command not found" error is still present.

@Ijustwantyouhappy
Copy link

This module lacks of maintenance, so where is the author?

@mountaindude
Copy link
Author

Hey guys, this is open source - and as such there typically aren't any solid support commitments. If the module lacks maintenance - feel free to step in and contribute! That's how the really awesome open source projects out there became just that - awesome.

@HansCronau
Copy link

@mountaindude Thing is: A PR fixing this issue has been open for almost 3 years. There seem to be some build errors, but there has been no response from the maintainer. Even awesome open source projects need a maintainer to at least accept PRs.

@pawelad pawelad removed their assignment Mar 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

7 participants