question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Large Files Crash Application

See original GitHub issue
  • Insomnia Version: Version 6.5.3 (6.5.3.2835)
  • Operating System: MacOS Mojave

Details

This seems related to #282 and #608 but those are both closed and I’m definitely experiencing the problem.

I requested a 2.5MB Excel file through Insomnia and it became unresponsive. This used to work so I think this was broken in a recent update. Also, if I reopen the application after I’m prompted to the application just crashes outright. I had to delete the response database to open Insomnia again.

Edit: It looks like this might be specific to an xml response. I’m getting:

<ns:binary xmlns:ns="http://ws.apache.org/commons/ns/payload">
base64encodedbytes... lots of them...
</ns:binary>

from the application I was calling now and I think Insomnia might be getting stuck trying to format the xml in the preview.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:22 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
kiwiantcommented, Aug 22, 2019

Retested with Insomnia 6.6.2 and the app no longer hangs/becomes unresponsive. How about you @skyhirider?

1reaction
JacobSieglecommented, Aug 22, 2019

Testing code which zips 3 photos and downloads them - Same issue where the large payload size causes insomnia to go into a loop of death until you clear data manually. Commented to prevent stale bot.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Reading large files leads to application crash - Ionic Framework
Reading large files leads to application crash ... I'm making a new app that uses a map as it's core and the user...
Read more >
Opening very large files crashes application with an out ... - IBM
Symptom. Opening a very large file results in an OutOfMemoryException after a delay. Note: Occasionally the file will manage to open but will...
Read more >
Android read large files crashing app - java - Stack Overflow
Mobile device environments such as Android have limitations w.r.t the amount of memory that can be consumed by an application. Hence, reading large...
Read more >
When file is selected more than 100MB ,app gets crash
But when i select file, whose size is above 100mb ,app gets crash after 5 to 6 seconds. Can anyone suggest best practice...
Read more >
App Crash issue When download large files - Oculus Forum
App Crash issue When download large files ... Hi all,. We are working on the asset bundle concept for the downloading contents from...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found