open-city / councilmatic

DEPRECATED, replaced by https://github.com/datamade/chi-councilmatic
16 stars 9 forks source link

RSS Feed Down? #64

Closed GovInTrenches closed 10 years ago

GovInTrenches commented 10 years ago

I'm getting a 504 Gateway Timeout Error when trying to subscribe to the RSS feed for small claims.

derekeder commented 10 years ago

@GovInTrenches thanks for finding this.

@evz looks like the query is getting pickled in the query string for the RSS feed:

http://chicagocouncilmatic.org/rss/?%3CQueryDict:%20{u%27q%27:%20[u%27%27],%20u%27topics%27:%20[u%27Small%20Claims%27]}%3E

However, if you pass in a normal set of query parameters, it works:

http://chicagocouncilmatic.org/rss/?q=&topics=Small+Claims

derekeder commented 10 years ago

@GovInTrenches this is fixed now. Let us know if you have any other issues with the RSS feeds. Thx again!