execution errors obfuscated script pyarmor__102 #2190
VM-Cloud-Solutions
started this conversation in
General
Replies: 1 comment
-
I have also no idea about this, please check this common solution |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all. Using pyarmor 9 I did obfuscate a script succesfully with --enable-bcc. When execute the script an error comes:
ERROR:root:Error processing JOB, processing match: 8 validation errors for pyarmor__102
pyarmor__103
Field required [type=missing, input_value={'customer_id': 12, 'proj...equest_type': 'general'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missing
payload.0.pyarmor__97
Field required [type=missing, input_value={'ds1': 28, 'ds2': 28, 'D..._Option': 'all_to_some'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missing
payload.0.pyarmor__98
Field required [type=missing, input_value={'ds1': 28, 'ds2': 28, 'D..._Option': 'all_to_some'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missing
payload.0.pyarmor__99
Field required [type=missing, input_value={'ds1': 28, 'ds2': 28, 'D..._Option': 'all_to_some'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missing
payload.0.pyarmor__100
Field required [type=missing, input_value={'ds1': 28, 'ds2': 28, 'D..._Option': 'all_to_some'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missing
payload.0.pyarmor__101
Field required [type=missing, input_value={'ds1': 28, 'ds2': 28, 'D..._Option': 'all_to_some'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missing
pyarmor__111
Field required [type=missing, input_value={'customer_id': 12, 'proj...equest_type': 'general'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missing
pyarmor__112
Field required [type=missing, input_value={'customer_id': 12, 'proj...equest_type': 'general'}, input_type=dict]
For further information visit https://errors.pydantic.dev/2.6/v/missing
ERROR:root:Traceback (most recent call last):
File "<frozen ..cloudRun>", line 25, in pyarmor__124
File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 171, in init
self.pydantic_validator.validate_python(data, self_instance=self)
pydantic_core._pydantic_core.ValidationError: 8 validation errors for pyarmor__102
How can I solve it.
Thanks in advance for help.
Beta Was this translation helpful? Give feedback.
All reactions