Recipe generation fails because api.opensource.org is down
See original GitHub issueDescribe the bug
Running the usage example grayskull pypi pytest
causes a ConnectionError
because api.opensource.org is not available:
requests.exceptions.ConnectionError: HTTPSConnectionPool(host='api.opensource.org', port=443): Max retries exceeded with url: /licenses/ (Caused by NewConnectionError('<urllib3.connection.HTTPSConnection object at 0x10f59a850>: Failed to establish a new connection: [Errno 8] nodename nor servname provided, or not known'))
Expected behavior
I would expect the request to succeed and the recipe to be generated.
Environment:
grayskull --version
1.2.0
Additional context
I don’t think that this is a bug in this package. The error is apparent: api.opensource.org is down. It’s just that is has been down since yesterday and I thought maybe it’s better to file this as an issue, so people are aware of it.
Issue Analytics
- State:
- Created a year ago
- Reactions:1
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Frequently Answered Questions - Open Source Initiative
Is <SOME PROGRAM> Open Source simply because it's written in <SOME LANGUAGE ... Someone is violating a copyleft license, for example by refusing...
Read more >What is open source? | Opensource.com
The term open source refers to something people can modify and share because its design is publicly accessible. The term originated in the...
Read more >How to Contribute to Open Source
Want to contribute to open source? A guide to making open source contributions, for first-timers and for veterans.
Read more >Open source - Wikipedia
Products include permission to use the source code, design documents, or content of the product. The open-source model is a decentralized software development ......
Read more >If everyone hates it, why is OOP still so widespread?
If they are used to top-down programming or functional programming, which treats elements of code as precise mathematical functions, it takes ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It’s working. Thank you!
It worked for me 👍