soundcasts/soundcasts-server

Bug Discovered in Production

Closed this issue · 1 comments

Going to http://api.soundcasts.net/soundcast.xml?title=Hannah%20Wants%3A%20Mixtapes&userId=hannah_wants&regexString=mixtape resulted in the following error (deployment has since been rolled back to commit 779d1fb):

{
    "error": "Invalid URI \"undefined/users/hannah_wants\""
}

I believe this is related to #13, where config.js was added. You break it, you fix it @rtsao