-
Notifications
You must be signed in to change notification settings - Fork 229
Download from LGTM command requires a case-sensitive slug #892
Copy link
Copy link
Closed
Labels
VSCodebugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
Describe the bug
Using the Download from LGTM command will fail if you enter a URL or slug that does not have the right case.
https://un5nu71xrxc0.julianrbryant.com/projects/g/BOINC/boinc/
To reproduce
- Run Download from LGTM
- Enter the URL https://un5nu71xrxc0.julianrbryant.com/projects/g/boinc/boinc/ (Notice that the correct URL is https://un5nu71xrxc0.julianrbryant.com/projects/g/BOINC/boinc/)
- 404 error
Expected behavior
Should have downloaded and installed the database.
Additional context
It is likely that this is an LGTM issue where it is not able to locate repos case-insensitively. Suggestion from @p0:
For the
/g/provider, you could query github for the canonical case and pass it to LGTM (perhaps only after a 404).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
VSCodebugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Type
Fields
Give feedbackNo fields configured for issues without a type.