Jondy
Jondy
Try to obfuscate this script with `--obf-code 0` separately, for example ``` pyarmor obfuscate --obf-code 0 --no-runtime --exact package_info.py ``` Then copy this obfuscated one to overwrite the default obfuscated...
Martin-rhs ***@***.***> writes: > Title > > playwright._impl._api_types.Error: stack[1].line: expected number, got object > > Description > pyarmor pack -e" -F --icon icon.ico" .\main.py > > code: > > browser...
Check the trace back
``` playwright._impl._api_types.Error: stack[1].line: expected number, got object ``` Check which variable results in this exception, convert it to number
docker should use platform `musl.aarch64`, please check the chapter `Support Platform` in the documentation.
Run this command `pyarmor help` will open the online documentation
Please remove this folder, ``` rm -rf /home/jasem/.pyarmor/platforms ``` Then use platform `linux.armv7.0`, ``` export PYARMOR_PLATFORM=linux.armv7.0 pyarmor ... ```
The problem is `linux.armv7.3` doesn't work in your QEMU, only `linux.armv7.0` works, refer to https://pyarmor.readthedocs.io/en/latest/advanced.html#obfuscating-scripts-with-different-features One solution is to obfuscate all the scripts with feature `0`, for example, `linux.aarch64.0`, but...
In Windows the default Mac address is of the first network card found. But Multiple Mac addresses only include physical network cards. It seems there are duplicated mac addresses in...
In future version it will add a flag in license file to add non-physical Mac addresses to multiple Mac list.