Skip to content

Throws on unarchival #4

@mredig

Description

@mredig

Every time I try to unarchive the nodejs server tarball, it throws an error (I decompress it first) triggering line 466 of KBTarUnarchiver.swift on commit ce026160f8f009275afd1cc8175a199aa3ec0072:

                case .other: // Unknown type - throw an error.
                    throw KBTarError.invalidTarType // <-- this one
                }

and prints out Error: The .tar file contains unsupported elements.

Both the OS unarchiver and SWCompression can handle it fine once uncompressed, so I don't think the file is corrupted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions