xiconet
xiconet
I get the same error. Unfortunately, I have no idea of how to solve it.
Same problem here
same thing
I can't believe this bug is just sitting here more than two years later.
I have the same problem with an executable compiled with go 1.4, according to the instructions you provide: git clone https://github.com/t3rm1n4l/megacmd.git cd megacmd make
Guess I'll have to learn a bit more about about the Go language. Thanks for the code anyway.
Well, here I come again after learning some go confirmed NOT to work: in file `utils.go` ``` go func decryptAttr (...) { ... if string(buf[:4]) == "MEGA" { str :=...
Should be easy to fix, some regexp perhaps?
Me too