pyrevitlabs / pyRevit

Rapid Application Development (RAD) Environment for Autodesk Revit®
http://wiki.pyrevitlabs.io
GNU General Public License v3.0
1.33k stars 338 forks source link

"authusers" in extensions.json not working #780

Closed ariccb closed 4 years ago

ariccb commented 4 years ago

Describe the bug I watched this youtube video of yours: https://www.youtube.com/watch?v=v8d5FA-7suw and tried to set up my extensions.json file to only allow me to see the pyRevitCore extension, but it only hid it no matter what i put in for username. I used my autodesk A360 username.

Now that pyRevitCore is hidden from me, closing and restarting Revit doens't bring it up again, even after changing default enabled to "True", and deleting the "authusers" line of code in the json file.

pyrevit attach master 277 --installed

Expected behavior I expected that the pyRevitCore functionality would be visible to only me.

Screenshots If applicable, add screenshots to help explain your problem. image image

Desktop (please complete the following information):

pyrevit env

Additional context Add any other context about the problem here.

eirannejad commented 4 years ago

@ariccb I can not replicate this issue. authusers are working as intended. Check your pyRevit config file under %APPDATA%/pyRevit and make sure the pyRevitCore extension is not disabled

[pyRevitCore.extension]
disabled = false