MAPC / massbuilds-legacy

Crowdsourcing authoritative info on recent & ongoing developments in Massachusetts.
3 stars 5 forks source link

Occasionally Search Does Not Respond #156

Closed allthesignals closed 7 years ago

allthesignals commented 7 years ago

Occasionally when searching the API returns an Payload (Empty Content-Type) error when returning a 0. We need to further investigate what the cause of this is to create a reproducible test case.

allthesignals commented 7 years ago

Maybe related to #122, but searching an address returns the following from the API:

code: 103
detail: "60 temple place, boston, ma is not a valid value for id."
href: null
id: null
links: null
meta: null
source: null
status: "400"
title: "Invalid field value"
allthesignals commented 7 years ago

@mzagaja I'm going to hold off on this and #122 because they seem like API issues. Happy to pair on it to figure out the source of the issue (maybe it's the request itself, but seems unlikely).

mzagaja commented 7 years ago

@allthesignals is this fixed by 3b2974e or is it something different?

allthesignals commented 7 years ago

@mzagaja It's fixed, but Search by address is still wonky.

mzagaja commented 7 years ago

I would double check because it seems ok on staging to me right now and #193 might have fixed search by address. (That's not on staging yet)

mzagaja commented 7 years ago

Closing as fixed since I think "search by address" being wonky is a separate issue.