scrapinghub / portia

Visual scraping for Scrapy
BSD 3-Clause "New" or "Revised" License
9.28k stars 1.41k forks source link

Normalize exceptions for JsonApiRoute #685

Closed sagelliv closed 7 years ago

sagelliv commented 7 years ago

JsonApiRoute was not returning a payload in the correct format for the Ember Adapter to properly show in the UI. Normalized responses and generalized the render_exception function.