Gavin M. Roy

Results 38 comments of Gavin M. Roy

Interesting, thanks -- seems that installing PIL on my mac puts it in the PIL namespace. Will look to update the import soon.

Yes, it's on the to-do list, which is a bit long at the moment unfortunately.

The unicode bit is biting me with binary data as well. Any chance we can see this addressed? @leporo is the main issue the tests needing updates?

So I would debug this by using psql to connect to the same database and issuing a `LISTEN` for the same "channel" in Postgres that you're notifying. If you see...

Likewise, you can connect via psql and issue a `NOTIFY` for the same channel / binding key on the exchange and watch the queue for messages to show up.

Also worth pointing out is any errors would show up in the RabbitMQ error logs. Also, maybe a silly question, but did you declare a queue, and bind it to...

Thanks for the link to the related issue. I'll take a look soon.

1. No, this needs to be addressed and is tracked in #16 2. Not currently, perhaps moving to a URL based configuration would be worthwhile.