django-gcm icon indicating copy to clipboard operation
django-gcm copied to clipboard

apikey project doesn´t work

Open salberin opened this issue 9 years ago • 1 comments

When checking out the API-key project and attempting to register a device, I get a bad request However, the data passed is OK. This is my first time using Django, I don´t know where to look for further information.

Also, a new ApiKey is not generated upon creating a new user. As far as I can see from the documentation, this should have happened?

salberin avatar Sep 24 '15 09:09 salberin

OK. Found out that I got this error because my registration was sent as a chunked-encoded message, which apparently ticks off django-gcm mightily. Fixing the upload to a fixed encoded lenght fixes things, but why does it fail in the first place?

salberin avatar Sep 24 '15 10:09 salberin