bogdal / django-gcm

Google Cloud Messaging Server in Django
https://django-gcm.readthedocs.org
BSD 2-Clause "Simplified" License
98 stars 42 forks source link

message omitted after space #8

Closed ghost closed 11 years ago

ghost commented 11 years ago

I am encountering an issue that when i send a message , the message string after a space is omitted. e.g. if i send "check now" Only check is being shown in the Dialog.

Edit : This is happening when i am sending messages from console. There is no problem if i send messages from python manage.py shell.

bogdal commented 11 years ago

Hi @sumeetdhariwal. Have you tried to use the quotation marks e.g python manage.py gcm_messenger 1 'check now' ?

brisa123 commented 9 years ago

Hi, As soon as i type "python manage.py gcm_messenger --devices " on ubuntu console, i get an empty device list. Device list : . why is it so?