Skip to content

Tor.start fail on some iPhone 17 iOS 26 #62

@ethicnology

Description

@ethicnology

One of our user is unable to init Tor when executing:

    await _tor.enable();
    await _tor.start();
    await _tor.isReady();

The error thrown is: tor: problem with filesystem permissions: Error setting up the persistent state manager

May it be related to?:

    final Directory appSupportDir = await getApplicationSupportDirectory();
    final stateDir =
        await Directory('${appSupportDir.path}/tor_state').create();
    final cacheDir =
        await Directory('${appSupportDir.path}/tor_cache').create();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions