godlovericea

Results 5 issues of godlovericea

I have installed, but can not work Uncaught CKEditorError: ckeditor-duplicated-modules

Signers: []types.Account{feePayer}: 2024/10/25 20:11:13 send raw tx error, err: {"code":-32003,"message":"Transaction signature verification failure","data":null}

``` P|20241210-13:54:10.676612|----|-|metric|metric.go:101 Fail tag.New invalid value: only ASCII characters accepted; max length must be 255 characters ```

when i write program below, it panic err: ``` panic: unknown public key type ``` ``` privateKey, err := keypair.DeserializePrivateKey(privateKeyBytes) if err != nil { fmt.Println(err) return "", "", "",...

``` gen := flow.NewAddressGenerator(flow.Mainnet) address := gen.Address() fmt.Println(address.Hex()) fmt.Println(address.String()) ``` When I want to generate flow address, it panic : windows: ``` # github.com/onflow/atree C:\Users\Administrator\go\pkg\mod\github.com\onflow\[email protected]\typeinfo.go:33:15: undefined: cbor.StreamEncoder C:\Users\Administrator\go\pkg\mod\github.com\onflow\[email protected]\typeinfo.go:39:16: undefined: cbor.StreamDecoder...