Replies: 1 comment
-
The issue is Please check this guide to solve this kind of problem |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After obfuscate scripts via bcc as well as spp(This also happens in 7.7.4), it runs with such errors:
Traceback (most recent call last):
File "", line 316, in __next
File "", line 169, in save_data_to_database
File "", line 335, in save_check
File "C:\Users\xx\Documents\ita_final_v1_20230105\venv\lib\site-packages\pandas\core\generic.py", line 1538, in nonzero
f"The truth value of a {type(self).name} is ambiguous. "
ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
Traceback (most recent call last):
File "", line 316, in __next
File "", line 169, in save_data_to_database
File "", line 335, in save_check
File "C:\Users\xx\Documents\ita_final_v1_20230105\venv\lib\site-packages\pandas\core\generic.py", line 1538, in nonzero
f"The truth value of a {type(self).name} is ambiguous. "
ValueError: The truth value of a Series is ambiguous. Use a.empty, a.bool(), a.item(), a.any() or a.all().
Here's the source code of Controller_Project_Info_02.py:
Beta Was this translation helpful? Give feedback.
All reactions