View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004535 | FreeCAD | Bug | public | 2021-01-16 01:11 | 2021-02-06 06:49 |
Reporter | iXware | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 0.18 | ||||
Target Version | 0.20 | ||||
Summary | 0004535: Addon Manager - no access to Macros on github | ||||
Description | Marcos cannot be retrieved from Github | ||||
Steps To Reproduce | i have installed following patch https://github.com/FreeCAD/FreeCAD/commit/5e51288bf6 Addons can be accessed, but no macros start FreeCAD goto Tools->Addon Manager then klick on Tab "Macros" the message "Retrieving info from wiki" is displayed endless I get the attached additional info when I start Freecad from shell | ||||
Additional Information | frank@frank:~> FreeCAD FreeCAD 0.18, Libs: 0.18RUnknown © Juergen Riegel, Werner Mayer, Yorik van Havre 2001-2019 ##### #### ### #### # # # # # # # ## #### #### # # # # # #### # # # # # # # ##### # # # # #### #### # # # # # # # # # # # # # # ## ## ## # # #### #### ### # # #### ## ## ## Loading Assembly4 WorkBench During initialization the error inconsistent use of tabs and spaces in indentation (<string>, line 52) occurred in /home/frank/.FreeCAD/Mod/cura_engine/InitGui.py Please look into the log file for further information Unable to fetch the code of this macro.Traceback (most recent call last): File "/usr/lib64/FreeCAD/Mod/AddonManager/addonmanager_macro.py", line 147, in fill_details_from_wiki code = code.replace(b'\xc2\xa0'.decode("utf-8"), ' ') AttributeError: 'list' object has no attribute 'replace' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/usr/lib64/FreeCAD/Mod/AddonManager/AddonManager.py", line 862, in run self.macro.fill_details_from_wiki(url) File "/usr/lib64/FreeCAD/Mod/AddonManager/addonmanager_macro.py", line 149, in fill_details_from_wiki FreeCAD.Console.PrintWarning(translate("AddonsInstaller", "Unable to clean macro code: ") + code + '\n') TypeError: must be str, not list | ||||
Tags | addon-manager | ||||
FreeCAD Information | frank@frank:~> rpm -qa | grep FreeCAD FreeCAD-0.18.5-lp152.146.1.x86_64 OS: openSUSE Leap 15.2 Word size of OS: 64-bit Word size of FreeCAD: 64-bit Version: 0.18.Unknown Build type: Release Python version: 3.6.10 Qt version: 5.12.7 Coin version: 3.1.3 OCC version: 7.3.0 Locale: German/Germany (de_DE) | ||||