We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I compress some NSPs, there's error that TypeError: can't concat NoneType to bytes, why?
TypeError: can't concat NoneType to bytes
Full traceback:
Traceback (most recent call last): File "/Users/niheaven/.local/pipx/venvs/nsz/lib/python3.12/site-packages/nsz/SolidCompressor.py", line 133, in solidCompressNsp processContainer(container, nsp, compressionLevel, keep, useLongDistanceMode, threads, statusReport, id, pleaseNoPrint) File "/Users/niheaven/.local/pipx/venvs/nsz/lib/python3.12/site-packages/nsz/SolidCompressor.py", line 55, in processContainer header += fs.cryptoKey TypeError: can't concat NoneType to bytes
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I compress some NSPs, there's error that
TypeError: can't concat NoneType to bytes
, why?Full traceback:
The text was updated successfully, but these errors were encountered: