Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

apikey project doesn´t work #35

Open
salberin opened this issue Sep 24, 2015 · 1 comment
Open

apikey project doesn´t work #35

salberin opened this issue Sep 24, 2015 · 1 comment

Comments

@salberin
Copy link

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
Copy link
Author

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant