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

github repo experiencing "invalid response data" for pipenv #7188

Closed
reticivis-net opened this issue Oct 22, 2021 · 2 comments · Fixed by #7194
Closed

github repo experiencing "invalid response data" for pipenv #7188

reticivis-net opened this issue Oct 22, 2021 · 2 comments · Fixed by #7194
Labels
bug Bugs in badges and the frontend service-badge New or updated service badge

Comments

@reticivis-net
Copy link

Are you experiencing an issue with...

shields.io

🐞 Description

using the pipenv shields for python version and locked dependency version return "invalid response data"

🔗 Link to the badge

https://img.shields.io/github/pipenv/locked/python-version/hexcodefff/mediaforge
python
https://img.shields.io/github/pipenv/locked/dependency-version/HexCodeFFF/mediaforge/nextcord
discord.py
image

💡 Possible Solution

No response

@reticivis-net reticivis-net added the question Support questions, usage questions, unconfirmed bugs, discussions, ideas label Oct 22, 2021
@calebcartwright
Copy link
Member

It's occurring because the develop key in your lockfile is an empty object which our schema validation rejects.

I gather this is a bug in the schema definition, at least for the python-version badge, but I don't know enough about the format of the lockfile to feel confident saying what it should be changed to and what the impact of changes could be to dependency-version badge since they currently share the same schema.

@chris48s @paulmelnikow any thoughts?

@chris48s
Copy link
Member

Its a bug and we should fix the schema

@chris48s chris48s added bug Bugs in badges and the frontend service-badge New or updated service badge and removed question Support questions, usage questions, unconfirmed bugs, discussions, ideas labels Oct 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs in badges and the frontend service-badge New or updated service badge
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants