02-01-2021, 08:06 PM
This is a rather strange error. The first one:
"Check-in failed: local variable 'searchkey' referenced before assignment"
Has the variable "searchkey" without a _ (ie: search_key) ... I can't find an instance of that variable anywhere in the source code?
If you do a "git log", what commit is the last on (the one on the top).
The second error is also strange because DivWdg definitely does have a "generate_api_key" method and has had it for a while in 4.8. Is it possible that you have a __pycache__ compiled file from an old version of TACTIC?
"Check-in failed: local variable 'searchkey' referenced before assignment"
Has the variable "searchkey" without a _ (ie: search_key) ... I can't find an instance of that variable anywhere in the source code?
If you do a "git log", what commit is the last on (the one on the top).
The second error is also strange because DivWdg definitely does have a "generate_api_key" method and has had it for a while in 4.8. Is it possible that you have a __pycache__ compiled file from an old version of TACTIC?