Closed skilesare closed 1 year ago
I will fix it. Meanwhile, you probably have to manually copy that canister id.
I ended up using grep and sed to pull it out and then initiate a new repl session in bash.
On Fri, Feb 24, 2023 at 7:41 PM Yan @.***> wrote:
I will fix it. Meanwhile, you probably have to manually copy that canister id.
— Reply to this email directly, view it on GitHub https://github.com/chenyan2002/ic-repl/issues/58#issuecomment-1444888581, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE5CO7K4RO6QXETCAHUBR3WZFPODANCNFSM6AAAAAAVGPKLGQ . You are receiving this because you authored the thread.Message ID: @.***>
-- Austin Fatheree twitter: @afat http://twitter.com/afat
I think I misunderstood your request. You want to convert service
/func
to principal
in the arguments. Similarly, it makes sense to convert principal
to service
/func
as well. Let me think a bit more about how to handle this consistently.
I return an actor from one of my functions. Is there a kind of Principal.fromActor type function in icrepl?
call icp_voice.set_voice_address(proxy)
Error: type mismatch: service "tmxop-wyaaa-aaaaa-aaapa-cai" cannot be of type principal I want to grab the principal out of the service. How do I navigate this?