rocklabs-io / ic-py

Python Agent Library for the DFINITY Internet Computer
MIT License
127 stars 26 forks source link

exceptions must derive from BaseException #30

Closed jaesharma closed 2 years ago

jaesharma commented 2 years ago

I might be doing something wrong here. I'm getting this error with query_raw method. This is how i'm using it:

agent.query_raw(canisterId, "getList", encode([]))

& i'm getting response:

exceptions must derive from BaseException