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
INFO process upgrading file "pyarmor-regcode-xxxx.txt"
INFO old license no: pyarmor-vax-00xxxx
INFO send upgrade request to server
INFO update license token
CRITICAL unknown error, please check pyarmor.error.log
ERROR No module named 'pyarmor.cli.core'
5100 MainProcess 2023-03-18 18:48:58,158
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\pyarmor\cli\__main__.py", line 559, in main
main_entry(sys.argv[1:])
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\pyarmor\cli\__main__.py", line 547, in main_entry
args.func(ctx, args)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\pyarmor\cli\__main__.py", line 184, in cmd_reg
getattr(regsvr, meth)(regfile, args.product)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\pyarmor\cli\register.py", line 290, in upgrade
self.update_token()
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\pyarmor\cli\register.py", line 110, in update_token
Pytransform3._update_token(self.ctx)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\pyarmor\cli\core\__init__.py", line 72, in _update_token
m = Pytransform3.init(ctx)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\pyarmor\cli\core\__init__.py", line 42, in init
m.init_ctx(ctx)
RuntimeError: request license token faild (16)
WINDOWS:
INFO process upgrading file "pyarmor-regcode-xxxx.txt"
INFO old license no: pyarmor-vax-00xxxx
INFO send upgrade request to server
INFO update license token
CRITICAL unknown error, please check pyarmor.error.log
ERROR request license token faild (16)
4332 MainProcess 2023-03-17 21:21:06,485
Traceback (most recent call last):
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\pyarmor\cli\__main__.py", line 559, in main
main_entry(sys.argv[1:])
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\pyarmor\cli\__main__.py", line 547, in main_entry
args.func(ctx, args)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\pyarmor\cli\__main__.py", line 178, in cmd_reg
msg = regsvr.prepare(regfile, args.product, upgrade=args.upgrade)
File "C:\Users\Administrator\AppData\Local\Programs\Python\Python39\lib\site-packages\pyarmor\cli\register.py", line 241, in prepare
raise RuntimeError(
RuntimeError: product name has been set to "non-profits"
Then I wanted to upgrade with:
pyarmor reg -u -p XXX pyarmor-regcode-to-pro.txt
INFO Python 3.9.8
INFO Pyarmor 8.0 (trial), 000000, non-profits
INFO prepare "pyarmor-regcode-to-pro.txt"
INFO query key file from server
CRITICAL unknown error, please check pyarmor.error.log
ERROR product name has been set to "non-profits"
This is the pyarmor.error.log
12217 MainProcess 2023-03-18 18:38:43,268
Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyarmor/cli/__main__.py", line 559, in main
main_entry(sys.argv[1:])
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyarmor/cli/__main__.py", line 547, in main_entry
args.func(ctx, args)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyarmor/cli/__main__.py", line 178, in cmd_reg
msg = regsvr.prepare(regfile, args.product, upgrade=args.upgrade)
File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyarmor/cli/register.py", line 241, in prepare
raise RuntimeError(
RuntimeError: product name has been set to "non-profits"
The text was updated successfully, but these errors were encountered:
I get the following errors:
First I use this to get to the new PyarmorBasic:
pyarmor reg -u pyarmor-regcode-xxxx.txt
MAC:
WINDOWS:
Then I wanted to upgrade with:
pyarmor reg -u -p XXX pyarmor-regcode-to-pro.txt
This is the pyarmor.error.log
The text was updated successfully, but these errors were encountered: