dprojects / Woodworking

This is Woodworking workbench for FreeCAD
MIT License
200 stars 17 forks source link

Addon Manager entry is broken due to a typo #36

Closed BurntVoxel closed 8 months ago

BurntVoxel commented 9 months ago

... does this bug belong to you guys or to the FreeCAD addon repository? I can't tell. Anyway the problem is that FreeCAD's addon manager can't fetch this plugin, because the link has a typo. The listing is visible, but when you go to view the details or install it, it 404s.

Correct: https://github.com/dprojects/Woodworking Current: https://github.com/dprojects/Woodworking.git

image

kwgagel commented 8 months ago

I am seeing this issue as well.

kwgagel commented 8 months ago

I made a workaround to get it installed.

  1. Open FreeCAD
  2. Open the AddOnManager
  3. Click Refresh local cache and wait for it to completely download a new cache
  4. Open File Explorer and navigate to: c:\Users**YOURUSERACCOUNT**\AppData\Local\Temp\FreeCAD\Cache\AddonManager\PackageMetadata\woodworking
  5. Open the 'package.xml' file with Notepad
  6. Edit the 'https://github.com/dprojects/Woodworking**.git' line by removing the .git** so it looks like this 'https://github.com/dprojects/Woodworking'
  7. Save the package.xml file
  8. Close the Addon Manager
  9. Open the Addon Manager again and wait for it to finish reading the cache
  10. Search for Woodworking
  11. Try the install again
dprojects commented 8 months ago

check if there is still problem with last master branch