iron-io / iron_mq_php

PHP client for IronMQ.
www.iron.io
BSD 2-Clause "Simplified" License
89 stars 43 forks source link

Subscribing via composer 404 http error #29

Closed justinpage closed 10 years ago

justinpage commented 10 years ago

I'm receiving the common HTTP 404 error when trying to subscribe a queue event with a test application. I have it setup via fortrabbit. I'm assuming when it pings to my address, it can't find it. Does this have to do with my cURL? Or is there any other solutions I could try?

screenshot from 2014-03-08 00 19 56

justinpage commented 10 years ago

Complete mistake on my part.

The IronMQ credentials were switched in comparison to the iron array found in app/config/queue.php 1 screenshot from 2014-03-08 00 44 43

I needed to switch the key values for it to work correctly.

This late, maybe I'm just bound for making a few mistakes. Also, it doesn't help that I have that key binding from vimcasts that moves whole lines ><