Describe the bug
Scancode.io is deployed following documentation via docker compose.
Project can not extract archives from upload, cause empty result returned.
Error message indicates errors in extract_archives steps.
No error throw for whole pipline:
System configuration
- Which version of ScanCode.io are you running?
v34.9.4
- Are you running the app using Docker?
Yes
Docker Compose version v2.24.5
Docker version 24.0.2, build cb74dfc
- On which OS?
Linux (centos 7.9.2009) 3.10.0-1160.92.1.el7.x86_64 x86_64 GNU/Linux
- What inputs are you using?
.zip, .tar.gz
- Which pipeline are you running?
scan_codebase, scan_single_package
To Reproduce
Steps to reproduce the behavior:
- Create project and upload zip file
- Execute pipline: scan_codebase
- Empty result returned
Error messages:
[Severity] ERROR
[Model]extract_archives
[Description] normalize() argument 2 must be str, not bytes
Screenshots

Describe the bug
Scancode.io is deployed following documentation via docker compose.
Project can not extract archives from upload, cause empty result returned.
Error message indicates errors in extract_archives steps.
No error throw for whole pipline:
System configuration
v34.9.4
Yes
Docker Compose version v2.24.5
Docker version 24.0.2, build cb74dfc
Linux (centos 7.9.2009) 3.10.0-1160.92.1.el7.x86_64 x86_64 GNU/Linux
.zip, .tar.gz
scan_codebase, scan_single_package
To Reproduce
Steps to reproduce the behavior:
Error messages:
[Severity] ERROR
[Model]extract_archives
[Description] normalize() argument 2 must be str, not bytes
Screenshots