miguelfreitas / twister-core

twister core / daemon
MIT License
1.42k stars 251 forks source link

Ajax error: bad post signature #255

Open Snarkly opened 10 years ago

Snarkly commented 10 years ago

I've been having problems with twister and was wondering if someone could help, I'm getting a Ajax error: bad post signature. I downloaded and installed Unofficial twister installer for Windows: twister Windows installer bundle (external) It has been working OK but now I get that error message every time I try to retwist someones comment or if I try to post a comment. I don't know whats wrong or how to fix it, please help. Thank you.

redpola commented 9 years ago

Seeing this on a fresh install on OS X. Web browser is Safari.

nonchip commented 9 years ago

I'm getting exactly the same problem using Chrome and the ubuntu PPA packages, when trying to post from the second account I registered, @mia_chip. using @nonchip (which i registered earlier in the same installation), everything works just fine.

nonchip commented 9 years ago

the problem seems to go away as soon as the account gets a non-negative value in the "getlasthave" call

tomhannen commented 9 years ago

Getting the same problem on OS X / Chrome. Where do I find the "getlasthave" call you mention?

nonchip commented 9 years ago

@tomhannen it's an argument to the CLI interface, I call it using e.g.:

$ twisterd getlasthave nonchip
{
    "<redacted>" : 512,
    "<redacted>" : 2,
    "nonchip" : 8,
    "<redacted>" : -1,
    "twister" : 66
}
aurabindo commented 7 years ago

I just installed it on Archlinux, and I have the same issue. @nonchip I am getting a -1 for that command. Is there anything I can do to make it return non negative value ?