Replies: 2 comments 1 reply
-
|
I suggest first check the doc about how to use group license. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Please check group license usage About Pyarmor refund policy, please check order page or https://pyarmor.readthedocs.io/en/latest/licenses.html |
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.
-
Hi we have recently bought a Group License for PyArmor and while activating following the instructions included in the license email it I'm facing some issues:
After running:
pyarmor reg -p XXX pyarmor-regcode-xxx.txtI get the 'pyarmor-regfile-xxx.zip' file, then when asked if I wanted to register the current device, I went with 'yes' and it failed with the following debbugging log:
[BUG]: WebRegister.register() missing 1 required positional argument: 'product'
Command Line
<CONDA_ENV_PATH>/bin/pyarmor reg -p methinks-stroke-ai-models pyarmor-regcode-6891.txt
Environments
Python 3.10.12
Pyarmor 9.2.3 (trial), 000000, non-profits
Platform linux.x86_64
Native linux.x86_64
Home <USER_HOME_PATH>/.pyarmor
Traceback
Traceback (most recent call last):
File "<CONDA_ENV_PATH>/lib/python3.10/site-packages/pyarmor/cli/main.py", line 796, in main
main_entry(sys.argv[1:])
File "<CONDA_ENV_PATH>/lib/python3.10/site-packages/pyarmor/cli/main.py", line 789, in main_entry
return args.func(ctx, args)
File "<CONDA_ENV_PATH>/lib/python3.10/site-packages/pyarmor/cli/main.py", line 345, in cmd_reg
regsvr.register(regfile, args.product, group=group)
File "<CONDA_ENV_PATH>/lib/python3.10/site-packages/pyarmor/cli/register.py", line 675, in register
LicenseHelper(self).run(lictype, regfile)
File "<CONDA_ENV_PATH>/lib/python3.10/site-packages/pyarmor/cli/register.py", line 959, in run
self._group_license_helper(regfile)
File "<CONDA_ENV_PATH>/lib/python3.10/site-packages/pyarmor/cli/register.py", line 1066, in _group_license_helper
self.parent.register(regfile.
TypeError: WebRegister.register() missing 1 required positional argument: 'product'
However, a "pyarmor-device-regfile-xxx.1.zip" file was generated.
If I later do:
pyarmor regI get:
INFO Python 3.10.12
INFO Pyarmor 9.2.3 (trial), 000000, non-profits
INFO Platform linux.x86_64
INFO Current license information:
License Type : pyarmor-trial
License No. : pyarmor-vax-000000
License To :
License Product : non-profits
BCC Mode : No
RFT Mode : No
CI/CD Mode : No
Notes
This is trial license
Which is clearly showing the license wasn't activated. According to the docs I shouldn't use again the .txt file, so I don't know clearly how to proceed to properly activate the license. Can you guide me on how to understand this issue and solve it?
Beta Was this translation helpful? Give feedback.
All reactions