pythagora icon indicating copy to clipboard operation
pythagora copied to clipboard

bug: Broken Link in README.md: Pythagora Extension Download Link URL Returns 404

Open aniket7r opened this issue 9 months ago • 0 comments

Broken Link in README.md: GPT Pilot VS Code Extension URL Returns 404

Description

The link to the GPT Pilot VS Code extension provided in the README.md under the requirements section is broken. It returns a 404 error when accessed.

Steps to Reproduce

  1. Navigate to the gpt-pilot GitHub repository.
  2. Scroll to the "Visual Studio Code Extension" section in the README.md file.

If you want to try out Pythagora using Visual Studio Code extension you can download it here.

  1. Click on the link: here.

Expected Result

The link should redirect to the correct marketplace page:
https://marketplace.visualstudio.com/items?itemName=PythagoraTechnologies.pythagora-vs-code.

Actual Result

The link redirects to:
https://marketplace.visualstudio.com/items?itemName=PythagoraTechnologies.pythagora-vscode-extension which results in a 404 error.

Test Environment

  • OS: Windows 11
  • Browser: Google Chrome Version 132.0.6834.111

Error Log

12:13:11.579 items:1 
        
        
       GET https://marketplace.visualstudio.com/items?itemName=PythagoraTechnologies.pythagora-vscode-extension 404 (Not Found)
12:13:11.830 lockdown-install.js:1 Removing unpermitted intrinsics
12:13:12.249 record-api.js:169 root
12:13:12.269 content-script.js:194 Content Script re-injected or page loaded
12:13:12.270 content-script.js:196 Keep-Alive mechanism ongoing

aniket7r avatar Jan 28 '25 06:01 aniket7r