10101 icon indicating copy to clipboard operation
10101 copied to clipboard

Failed to start backend. FfiException(RESULT_ERROR, channel closed, null)

Open holzeis opened this issue 11 months ago • 3 comments

Version 2.0.5

App crashes at startup with the error message.

[INFO] TIME: 2024-03-19T14:19:44.856856Z User granted permission: AuthorizationStatus.authorized
[INFO] TIME: 2024-03-19T14:19:44.861013Z Built on commit: df62127dd901c2dacd6f5f6c762224118109d746
[INFO] TIME: 2024-03-19T14:19:44.861092Z Built on branch: HEAD
[INFO] TIME: 2024-03-19T14:19:44.866690Z App data will be stored in: /data/user/0/finance.get10101.app/files
[INFO] TIME: 2024-03-19T14:19:44.866817Z Seed data will be stored in: /data/user/0/finance.get10101.app/files
[INFO] TIME: 2024-03-19T14:19:44.867740Z App has already data in the seed dir. For compatibility reasons we will not switch to the new app dir.
[INFO] TIME: 2024-03-19T14:19:44.912242Z Build number: 3638
[INFO] TIME: 2024-03-19T14:19:44.912385Z Build version: 2.0.5
[INFO] TIME: 2024-03-19T14:19:44.912405Z Network: mainnet
[INFO] TIME: 2024-03-19T14:19:44.912433Z Electrs endpoint: http://api.10101.finance:3000
[INFO] TIME: 2024-03-19T14:19:44.912461Z Coordinator: 022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156@46.17.98.29:9045
[INFO] TIME: 2024-03-19T14:19:44.912481Z Oracle endpoint: http://oracle.10101.finance
[INFO] TIME: 2024-03-19T14:19:44.912496Z Oracle PK: 93051f54feefdb4765492a85139c436d4857e2e331a360c89a16d6bc02ba9cd0
[DEBUG] TIME: 2024-03-19T14:19:44.974941Z r: Parsing config from flutter config: Config { coordinator_pubkey: "022ae8dbec1caa4dac93f07f2ebf5ad7a5dd08d375b79f11095e81b065c2155156", electrs_endpoint: "http://api.10101.finance:3000", host: "46.17.98.29", p2p_port: 9045, http_port: 80, network: "mainnet", oracle_endpoint: "http://oracle.10101.finance", oracle_pubkey: "93051f54feefdb4765492a85139c436d4857e2e331a360c89a16d6bc02ba9cd0", health_check_interval_secs: 10 }
[DEBUG] TIME: 2024-03-19T14:19:44.975333Z r: Subscribing flutter to event hub 
[DEBUG] TIME: 2024-03-19T14:19:44.975455Z Scanning for seed file in: /data/user/0/finance.get10101.app/files/bitcoin/seed
[INFO] TIME: 2024-03-19T14:19:45.057751Z Coordinator version: 2.0.5
[INFO] TIME: 2024-03-19T14:19:45.057860Z Client is up to date: 2.0.5
[INFO] TIME: 2024-03-19T14:19:45.060397Z r: Re-sending authentication message 
Failed to start backend. FfiException(RESULT_ERROR, channel closed, null)

holzeis avatar Mar 20 '24 13:03 holzeis