Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network plugin: don't parse req/res binaries (APP FREEZES) #4404

Open
burzacoding opened this issue Dec 22, 2022 · 4 comments
Open

Network plugin: don't parse req/res binaries (APP FREEZES) #4404

burzacoding opened this issue Dec 22, 2022 · 4 comments

Comments

@burzacoding
Copy link

🐛 Bug Report

Hi, I'm currently using Flipper Desktop 0.176.1 on a Macbook Air M1 8gb 256gb and I noticed since a long time that when trying to debug API calls that contain files, the app freezes for a long time, sometimes more than 5 minutes, because it seems to be parsing the binaries into a text, so if we look at the Req/Res body (depends on which side is transferring the file) we usually get thousands+ of lines of parsed files into text.

To Reproduce

Simply upload any file with multipart/form-data ContentType and you will see what I'm talking about.
In the chrome developers tools we directly see [Binary] instead of the parsed file, I think this could be the correct approach.

Environment

RN 0.66.4
Flipper Desktop: 0.176.1 (this problem is also present on previous versions)
Android version: 12
iOS version: 16

@anatooly
Copy link

anatooly commented Jul 6, 2023

Yeap, Use Flipper from ~0.160 to current version 0.203 and always app freeze on upload file requests. Unpossible debug upload requests on REST API, GraphQL. RN all version from ~0.60 to 0.72

macbook i9 32 gb

@minhchienwikipedia
Copy link

minhchienwikipedia commented Aug 22, 2023

Same issue when trying to upload image with form-data , please fix it

@ridvanaltun
Copy link

Related:

#215
#457
#4043
#3908

It is the most frustrating issue, any progress?

@cpintos-sc
Copy link

Hi @passy do you have time to check? This doesn't seem to be getting attention

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants