Xeverous / filter_spirit

Advanced item filter generator for Path of Exile that uses it's own DSL and online item price APIs
GNU General Public License v3.0
36 stars 7 forks source link

"could not read the request: body limit exceeded" when downloading from poe.ninja #27

Closed Xeverous closed 4 years ago

Xeverous commented 4 years ago

Description poe.ninja download does not work

Steps to reproduce Just run the poe.ninja download option

Additional context

INFO: downloading from poe.ninja/api/data/currencyoverview?type=Currency&league=Metamorph
INFO: downloading from poe.ninja/api/data/currencyoverview?type=Fragment&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=Oil&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=Incubator&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=Scarab&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=Fossil&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=Resonator&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=Essence&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=DivinationCard&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=Prophecy&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=SkillGem&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=BaseType&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=HelmetEnchant&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=UniqueMap&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=Map&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=UniqueJewel&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=UniqueFlask&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=UniqueWeapon&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=UniqueArmour&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=UniqueAccessory&league=Metamorph
INFO: downloading from poe.ninja/api/data/itemoverview?type=Beast&league=Metamorph
ERROR: could not read the request: body limit exceeded

This is very likely the cause: https://stackoverflow.com/questions/50348516/boost-beast-message-with-body-limit

Xeverous commented 4 years ago

Fixed in 1b7b26a938620ef1696dce1363e2ee503594eac2. Applied workaround from https://github.com/boostorg/beast/issues/1820#issuecomment-579942743.