question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Recipe generation fails because api.opensource.org is down

See original GitHub issue

Describe 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:closed
  • Created a year ago
  • Reactions:1
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
JanJaguschQCcommented, May 17, 2022

version 1.3.0 was released, can you please double check if it is running fine for you? if so, can you close this issue? thanks! @JanJaguschQC

It’s working. Thank you!

1reaction
kai-tubcommented, May 17, 2022

It worked for me 👍

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found