Giter VIP home page Giter VIP logo

Comments (8)

Dreamsorcerer avatar Dreamsorcerer commented on May 25, 2024 1

Ah, wait, you're getting the payload after the append and then setting it, but the check is happening during the append. Maybe we can move the check later...

from aiohttp.

Olegt0rr avatar Olegt0rr commented on May 25, 2024

Got this issue here: https://github.com/aiogram/aiogram/actions/runs/8664683869/job/23761669236?pr=1459

Example of usage with previous version:
https://github.com/aiogram/aiogram/blob/b49939aaff2b1e37520a207b01ea124412641d01/aiogram/webhook/aiohttp_server.py#L155-L163

from aiohttp.

Dreamsorcerer avatar Dreamsorcerer commented on May 25, 2024

Through these convenience methods, we should probably add Content-Disposition automatically. But, I guess the one question is how to name the parts? Shouldn't there be an expected name by the receiving service, which the user should be using?

from aiohttp.

Dreamsorcerer avatar Dreamsorcerer commented on May 25, 2024

Note that these are just asserts, so you can likely use python -O as a workaround at the moment.

from aiohttp.

Olegt0rr avatar Olegt0rr commented on May 25, 2024

Note that these are just asserts, so you can likely use python -O as a workaround at the moment.

But this update breaks all existing tests

What's wrong with this usage?
https://github.com/aiogram/aiogram/blob/b49939aaff2b1e37520a207b01ea124412641d01/aiogram/webhook/aiohttp_server.py#L155-L163

What should I edit to make 3.9.4 works?
It seems like there's a dead end here with new assertions

from aiohttp.

Dreamsorcerer avatar Dreamsorcerer commented on May 25, 2024

What's wrong with this usage?

Wait, that code does set content-disposition. Why are we getting the error there too?
I was just looking at the code in the start of this issue, which doesn't set content-disposition.

Think you can create a test quickly in a PR here?

from aiohttp.

Olegt0rr avatar Olegt0rr commented on May 25, 2024

What's wrong with this usage?

Wait, that code does set content-disposition. Why are we getting the error there too? I was just looking at the code in the start of this issue, which doesn't set content-disposition.

Think you can create a test quickly in a PR here?

Sure, wait a minute

from aiohttp.

Olegt0rr avatar Olegt0rr commented on May 25, 2024

#8332

from aiohttp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.