Q on addon manager [Solved]

Post here for help on using FreeCAD's graphical user interface (GUI).
Forum rules
and Helpful information
IMPORTANT: Please click here and read this first, before asking for help

Also, be nice to others! Read the FreeCAD code of conduct!
Post Reply
ebolisa
Posts: 114
Joined: Thu Nov 24, 2022 9:04 pm

Q on addon manager [Solved]

Post by ebolisa »

Hi,

Since I upgraded to 0.20.2 (from a prior version) I'm having problems with the addon manager. I cannot install new workbenches/micros nor I can upgrade them even though the addon mgr is telling me that new updates are available.

What am I doing wrong?

TIA

Code: Select all

OS: Windows 10 Version 2009
Word size of FreeCAD: 64-bit
Version: 0.20.2.29177 +426 (Git)
Build type: Release
Branch: (HEAD detached from 0.20.2)
Hash: 930dd9a76203a3260b1e6256c70c1c3cad8c5cb8
Python 3.8.10, Qt 5.15.2, Coin 4.0.1, Vtk 8.2.0, OCC 7.6.3
Locale: Spanish/Spain (es_ES)
Installed mods: 
  * Curves 0.6.5
  * dodo 1.0.0
  * fasteners
  * fasteners.bak
  * ThreadProfile
Attachments
1.png
1.png (395.05 KiB) Viewed 486 times
Last edited by ebolisa on Tue Jan 31, 2023 2:12 pm, edited 1 time in total.
User avatar
chennes
Veteran
Posts: 3910
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: Q on addon manager

Post by chennes »

Can you open up Report View and see if there is any extra information there? If not, turn on the Log options in Preferences, run the Addon Manager again, and paste the output in a code block here.
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
ebolisa
Posts: 114
Joined: Thu Nov 24, 2022 9:04 pm

Re: Q on addon manager

Post by ebolisa »

chennes wrote: Tue Jan 31, 2023 12:47 pm Can you open up Report View and see if there is any extra information there? If not, turn on the Log options in Preferences, run the Addon Manager again, and paste the output in a code block here.
So, it looks like my macro is causing the problem?

Code: Select all

14:03:18  flag
14:03:18  flag2
14:03:46  Addon Manager: Unexpected 0 response from server
14:03:46  Unable to open macro code URL https://gist.github.com/mwganson/97d185ac2114701b26d3da47dccc9f7a/raw/e5ba077a671824a9908f4cb0ff178bf4502a2045/Honeycomb.FCMacro
User avatar
chennes
Veteran
Posts: 3910
Joined: Fri Dec 23, 2016 3:38 pm
Location: Norman, OK, USA
Contact:

Re: Q on addon manager

Post by chennes »

That error shouldn’t prevent other updates: if it does, it is a bug. Is anyone else seeing this problem? Well, either problem: the broken macro raw_code link, or the failure to update when using Zip?
Chris Hennes
Pioneer Library System
GitHub profile, LinkedIn profile, chrishennes.com
ebolisa
Posts: 114
Joined: Thu Nov 24, 2022 9:04 pm

Re: Q on addon manager

Post by ebolisa »

chennes wrote: Tue Jan 31, 2023 1:11 pm That error shouldn’t prevent other updates: if it does, it is a bug. Is anyone else seeing this problem? Well, either problem: the broken macro raw_code link, or the failure to update when using Zip?
My browser won't allow to get to the git site due to a security issue ("Did Not Connect: Potential Security Issue"). Which may be the problem.https://codeload.github.com/mwganson/Th ... ads/master
ebolisa
Posts: 114
Joined: Thu Nov 24, 2022 9:04 pm

Re: Q on addon manager [Solved]

Post by ebolisa »

The problem was caused by my ISP which was blocking the pages. Solved by using a connection through my cellular's personal hotspot.
Post Reply