Skip to content
New issue

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

TypeError: can't concat NoneType to bytes #189

Open
niheaven opened this issue Nov 18, 2024 · 0 comments
Open

TypeError: can't concat NoneType to bytes #189

niheaven opened this issue Nov 18, 2024 · 0 comments

Comments

@niheaven
Copy link

When I compress some NSPs, there's error that TypeError: can't concat NoneType to bytes, why?

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant