Menu

#133 Body limit exceeded

Pascal
closed
None
5SlightlyUrgent
2024-08-13
2021-03-05
Steve Keen
No

This bug popped up when I tried to import the Covid database from the web, rather than a downloaded file.

1 Attachments

Discussion

  • Steve Keen

    Steve Keen - 2021-03-05

    The source data is at https://github.com/owid/covid-19-data/tree/master/public/data and the data file is https://covid.ourworldindata.org/data/owid-covid-data.csv. Loading from disk is fine, but this error pops up when trying to import directly from the URL.

     
    • High Performance Coder

      This looks like a Boost beast error. There's some stackoverflow posts
      about how to remove beast's rather arbitrary limitations on body size,
      so this should be quick to fix.

      --


      Dr Russell Standish Phone 0425 253119 (mobile)
      Principal, High Performance Coders hpcoder@hpcoders.com.au
      http://www.hpcoders.com.au


       
  • High Performance Coder

    • Milestone: Graeber --> Backlog
     
  • High Performance Coder

    • assigned_to: Niels Rademaker
    • Milestone: Backlog --> Pascal
     
  • High Performance Coder

    Niels fixed this one by implementing Javascript side downloading of URLs.

     
  • High Performance Coder

    • status: open --> closed
     

Log in to post a comment.