You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last): File "/root/src/mixcell/QTCode/mixcell", line 524, in network_search self.table_organize(search_result) File "/root/src/mixcell/QTCode/mixcell", line 495, in table_organize model = mixcell.model_num[i.model] KeyError: 12
The dictionary model_num in source_code.py does not include this model.
The text was updated successfully, but these errors were encountered:
It seems the model AX-12+ is not suported.
I got this error when scanning:
Traceback (most recent call last): File "/root/src/mixcell/QTCode/mixcell", line 524, in network_search self.table_organize(search_result) File "/root/src/mixcell/QTCode/mixcell", line 495, in table_organize model = mixcell.model_num[i.model] KeyError: 12
The dictionary
model_num
insource_code.py
does not include this model.The text was updated successfully, but these errors were encountered: