Hi everyone… My TCycle are stucked for 2 years now… I don’t know how to get back the TCycles here…
I have acces to this User Interface :
To sum up :
I am controler of : 2lrqj-5qaaa-aaaal-qbibq-cai ( A cycle wallet created from nns interface)
and 2lrqj-5qaaa-aaaal-qbibq-cai is controller of 10 canister. (all create from its own user interface cycle wallet)
However, I lost the control of the 10 canister and I don’t know how to use 2lrqj-5qaaa-aaaal-qbibq-cai to get back the Tcycles.
Gemini or ChatGPT didn’t find a solution.
EDIT :
For an unknown reason, the T Cycles is quickly consuming automatically now since I made some tries… To preserve the remaining Cycle (that could be useful to unlock the children canister), I used :
dfx canister --network ic stop 2lrqj-5qaaa-aaaal-qbibq-cai
(and It works).
So I give you the interface when it’s up, it’s a Cycle Wallet :
I also tried a command like this:
passio@quentins-mini src % **dfx canister --network ic --wallet 2lrqj-5qaaa-aaaal-qbibq-cai status addr5-kyaaa-aaaal-qbkwa-cai**
Error: Failed to get canister status for 'addr5-kyaaa-aaaal-qbkwa-cai'.
Caused by: Failed to get canister status of addr5-kyaaa-aaaal-qbkwa-cai.
Caused by: Failed to call update function 'canister_status' regarding canister 'addr5-kyaaa-aaaal-qbkwa-cai'.
Caused by: Failed to construct wallet canister caller
Caused by: The replica returned a rejection error: reject code CanisterReject, reject message Only a controller or custodian can call this method., error code Some("IC0406")
passio@quentins-mini src % **dfx canister --network ic --wallet 2lrqj-5qaaa-aaaal-qbibq-cai stop addr5-kyaaa-aaaal-qbkwa-cai**
**Stopping code for canister addr5-kyaaa-aaaal-qbkwa-cai, with canister_id addr5-kyaaa-aaaal-qbkwa-cai**
Error: Failed to stop canister addr5-kyaaa-aaaal-qbkwa-cai.
Caused by: Failed to call update function 'stop_canister' regarding canister 'addr5-kyaaa-aaaal-qbkwa-cai'.
Caused by: Failed to construct wallet canister caller
Caused by: The replica returned a rejection error: reject code CanisterReject, reject message Only a controller or custodian can call this method., error code Some("IC0406")