Queued status on push notifications

I got queued(STATUS 202) on my answer to the push so I made a cURL

curl -H “Content-Type: application/json” -H “X-Ionic-Application-Id: BLABLA” https://push.ionic.io/api/v1/status/BLABLA -u BLABLA

Enter host password for user ‘BLABLA’: BLABLA

And I’m getting this…

{“android”:{“failure_reason”:“401”,“sent”:0,“success”:false},“app_id”:“BLABLA”,“status”:“Failed”,“errors”:[]}

Do anyone know what i’m doing wrong?

I got the same problem as well. The push server works for iOS though.

Same here…
Any idea someone?

I got it working by creating a new server api key for the GCM and then follow the setup instructions carefully.

What password does curl expects. I am entering my encrypted API key what password does it want?