Fabio Mattes

Results 5 issues of Fabio Mattes

`[ERROR] {'error': 1, 'message': 'failed to parse json message', 'cause': None, 'validationErrors': {'obj.matcherPublicKey': [{'msg': ['error.incorrect.publicKeyAccount'], 'args': []}]}} `

panic: interface conversion: interface {} is *jwt.Token, not *jwt.Token (types from different packages) goroutine 5 [running]: github.com/fabiomattes2016/smart-backend/controllers.AuthRequestWithId(0x7f4cc0) /home/fabiomattes/projetos/smart/backend/controllers/auth.go:228 +0x15a github.com/fabiomattes2016/smart-backend/controllers.(*authController).GetUser(0xc000012420, 0xc0000ca000) /home/fabiomattes/projetos/smart/backend/controllers/auth.go:127 +0x2a github.com/gofiber/fiber/v2.(*Ctx).Next(0xc0000c0000) /home/fabiomattes/go/pkg/mod/github.com/gofiber/fiber/[email protected]/ctx.go:777 +0x43 github.com/gofiber/jwt/v2.New.func1(0xc0000c6007) /home/fabiomattes/go/pkg/mod/github.com/gofiber/jwt/[email protected]/jwt.go:80 +0x19 github.com/gofiber/jwt/v2.New.func4(0xc0004775e0)...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. Here is the diff that solved...

> ValueError: Expected 2D array, got 1D array instead: > array=[14.35]. > Reshape your data either using array.reshape(-1, 1) if your data has a single feature or array.reshape(1, -1) if...

`Traceback (most recent call last): File "SimpleBot.py", line 107, in main() File "SimpleBot.py", line 79, in main my_address.cancelOpenOrders(waves_btc) File "/home/fabiomattes/.pyenv/versions/3.7.3/lib/python3.7/site-packages/pywaves/address.py", line 876, in cancelOpenOrders status = order['status'] TypeError: string indices...