btwl

Results 32 issues of btwl

exec: `ret = agent.query_raw(canister_id_local, "greet_test", encode([]))` ``` Exception has occurred: ConnectError [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007) ssl.SSLError: [SSL: WRONG_VERSION_NUMBER] wrong version number (_ssl.c:1007) The above exception was the direct...

### Command description The objcopy command is a utility that is part of the GNU Binutils suite. It is used to copy and translate object files. ### Command details _No...

new command
help wanted

Here is the step: 1. type `btop` in CLI 2. type `enter` 3. type `f ` to filter. 4. type `java` for search 5. (missing type enter here ) 6....

bug

container version ubuntu2204 But got err report: ``` ... ▒│ sqlalchemy.exc.OperationalError: (MySQLdb.OperationalError) (2003, "Can't connect to MySQL server on '127.0.0.1:3306' (111)") ... ```

https://github.com/dfinity/sdk/blob/04fe5bec11c549725606dfe76a4124411388c548/src/dfx/Cargo.toml#L3C12-L3C19

I tried the following: 1. build ``` git clone https://github.com/dfinity/sdk.git cd sdk cargo build ```` 2. debug: in vscode luanch.json: ```json { "version": "0.2.0", "configurations": [ { "name": "canister_upgrader debug",...

needs-triage