Valentin
Valentin
Same issue here with Revit 2022.1 and CPython
Unfortunately, I can't confirm that. Both versions of CPython 3.8.5 and 3.7.8 result in the same error, when I try to import pyrevit. I'm using Revit 2023.1.1 and pyrevit 4.8.12
I've investigated the problem a bit more and i've found a workaround to use at least environment variables: ```python3 #! python3 import sys print(sys.version) ###### WORKING EXAMPLE / WORKAROUND TO...
I've tested 'data_dict.get(param_name)' or even a simple print("foo bar bla") without success. I think it is related to a logging issue.
> @vmarquar have you got the chance to check if my patch works for you? Yes, i've just tested it and your workaround works (at least for the envvars import)...
Hi, I was using the latest code from the `dev` branch - but I only tried it on 31.07. So probably your recent changes weren't included while I was trying...
I tried searching for similar problems and found these issues: - https://github.com/joBr99/nspanel-lovelace-ui/issues/862#issuecomment-1510483928 - https://github.com/sairon/esphome-nspanel-lovelace-ui/issues/26#issuecomment-1567269229 Maybe this helps!
@olicooper Thanks for your effort! I will test the latest changes in the upcoming days and will let you know if it works. Just to make sure I understood you...
I've just tested the upload_tft() feature but unfortunately it didn't work. As soon as i send the upload_service() the nextion display freezes and isn't usable anymore. I collected following logs:...
Ok thank you for your feedback. Do you know when the fix will be released?