-
Notifications
You must be signed in to change notification settings - Fork 14
Tor.start fail on some iPhone 17 iOS 26 #62
Copy link
Copy link
Open
Description
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();
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels