Feed and Speeds addon update failure

Here's the place for discussion related to CAM/CNC and the development of the Path module.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
brent.hernandez26
Posts: 6
Joined: Sat Apr 23, 2022 4:50 am

Feed and Speeds addon update failure

Post by brent.hernandez26 »

I have been using the Feeds and Speeds addon without any issues up until the most recent FreeCAD version update. Now it registers as being downloaded but is does not appear in the Path menu and I am unable to download the most recent addon update. I keep getting the errors "Error when downloading ZIP file for FeedsandSpeeds" and "All package updates failed: FeedsandSpeeds." Has anyone else been dealing with this issue? Anyone have ideas on how to remedy this?

Thanks,
Brent

Code: Select all

OS: Windows 10 (10.0)
Word size of FreeCAD: 64-bit
Version: 0.20.28765 (Git)
Build type: Release
Python 3.8.13, Qt 5.12.9, Coin 4.0.0, OCC 7.5.3
Locale: English/United States (en_US)
Installed mods: 
  * Assembly4 0.11.12
  * FeedsAndSpeeds
  * FeedsAndSpeeds.bak
User avatar
Kunda1
Veteran
Posts: 13434
Joined: Thu Jan 05, 2017 9:03 pm

Re: Feed and Speeds addon update failure

Post by Kunda1 »

dubstar-04 wrote: pinged by pinger macro
Alone you go faster. Together we go farther
Please mark thread [Solved]
Want to contribute back to FC? Checkout:
'good first issues' | Open TODOs and FIXMEs | How to Help FreeCAD | How to report Bugs
User avatar
chennes
Veteran
Posts: 3909
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: Feed and Speeds addon update failure

Post by chennes »

Are you getting any output from the Addon Manager in the Report window? If not, can you turn on logging and try again? I was just able to download the zip without any issues, and I don't see any obvious problems with the Addon's metadata file.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
User avatar
moltenaluminium
Posts: 33
Joined: Thu Jul 16, 2020 4:07 am
Location: Brisbane, Australia
Contact:

Re: Feed and Speeds addon update failure

Post by moltenaluminium »

I'm just trying this addon for the first time. I'm getting the following when clicking on the menu item:

Code: Select all

Feeds and Speeds Addon loaded: PathWorkbench
Traceback (most recent call last):
  File "/home/dave/ownCloud/configs/FreeCAD/Mod/FeedsAndSpeeds/./PathFeedsAndSpeedsGui.py", line 290, in Show
    panel = FeedSpeedPanel()
  File "/home/dave/ownCloud/configs/FreeCAD/Mod/FeedsAndSpeeds/./PathFeedsAndSpeedsGui.py", line 36, in __init__
    self.setup_ui()
  File "/home/dave/ownCloud/configs/FreeCAD/Mod/FeedsAndSpeeds/./PathFeedsAndSpeedsGui.py", line 71, in setup_ui
    self.load_tool_properties()
  File "/home/dave/ownCloud/configs/FreeCAD/Mod/FeedsAndSpeeds/./PathFeedsAndSpeedsGui.py", line 163, in load_tool_properties
    if isinstance(tool, Path.Tool):
TypeError: isinstance() arg 2 must be a type, a tuple of types, or a union
My Setup:

Code: Select all

OS: Arch Linux (X-Cinnamon/cinnamon)
Word size of FreeCAD: 64-bit
Version: 0.21.30783 (Git)
Build type: None
Branch: master
Hash: 356794a6468ea3f08afc296dbca1899dd45e2b5b
Python 3.10.8, Qt 5.15.6, Coin 4.0.1, Vtk 9.1.0, OCC 7.5.3
Locale: C/Default (C)
Installed mods: 
  * dodo 1.0.0
  * FeedsAndSpeeds 0.4.0
  * Assembly4 0.12.4
  * ThreadProfile 1.84.0
  * fcgear 1.0.0
  * parts_library
  * A2plus 0.4.60
  * fcgear.backup1667020822.0969877 1.0.0 (Disabled)
  * LCInterlocking
  * Manipulator 1.4.9
  * DynamicData 2.46.0
  * fasteners 0.4.22
  * sheetmetal 0.2.58
User avatar
sliptonic
Veteran
Posts: 3459
Joined: Tue Oct 25, 2011 10:46 pm
Location: Columbia, Missouri
Contact:

Re: Feed and Speeds addon update failure

Post by sliptonic »

ping @dubstar-04

This might be collateral damage from the recent source tree cleanup. https://github.com/FreeCAD/FreeCAD/pull/7440
User avatar
dubstar-04
Posts: 698
Joined: Mon Mar 04, 2013 8:41 pm
Location: Chester, UK
Contact:

Re: Feed and Speeds addon update failure

Post by dubstar-04 »

I will investigate next week.
User avatar
dubstar-04
Posts: 698
Joined: Mon Mar 04, 2013 8:41 pm
Location: Chester, UK
Contact:

Re: Feed and Speeds addon update failure

Post by dubstar-04 »

brent.hernandez26 wrote: Sat May 07, 2022 2:43 pm I have been using the Feeds and Speeds addon without any issues up until the most recent FreeCAD version update.
Just released version 0.5.0 of the feeds and speeds addon.

A fix was required for FreeCAD 0.21 following the retirement of legacy tools.


Screenshot from 2022-11-07 17-13-22.png
Screenshot from 2022-11-07 17-13-22.png (21.41 KiB) Viewed 1572 times


If you experience continued issues let me know.

Thanks,

Dan
User avatar
dubstar-04
Posts: 698
Joined: Mon Mar 04, 2013 8:41 pm
Location: Chester, UK
Contact:

Re: Feed and Speeds addon update failure

Post by dubstar-04 »

moltenaluminium wrote: Fri Nov 04, 2022 2:35 am I'm just trying this addon for the first time. I'm getting the following when clicking on the menu item:
Please could you update and try again?

Thanks,

Dan
User avatar
sliptonic
Veteran
Posts: 3459
Joined: Tue Oct 25, 2011 10:46 pm
Location: Columbia, Missouri
Contact:

Re: Feed and Speeds addon update failure

Post by sliptonic »

dubstar-04 wrote: Mon Nov 07, 2022 5:17 pm
Just released version 0.5.0 of the feeds and speeds addon.

A fix was required for FreeCAD 0.21 following the retirement of legacy tools.

Woot! Thanks dubstar-04
brent.hernandez26
Posts: 6
Joined: Sat Apr 23, 2022 4:50 am

Re: Feed and Speeds addon update failure

Post by brent.hernandez26 »

Thanks!
dubstar-04 wrote: Mon Nov 07, 2022 5:17 pm
brent.hernandez26 wrote: Sat May 07, 2022 2:43 pm I have been using the Feeds and Speeds addon without any issues up until the most recent FreeCAD version update.
Just released version 0.5.0 of the feeds and speeds addon.

A fix was required for FreeCAD 0.21 following the retirement of legacy tools.



Screenshot from 2022-11-07 17-13-22.png



If you experience continued issues let me know.

Thanks,

Dan
Post Reply