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

I can not open mails with big file size attachments. #415

Closed
omerozturk0 opened this issue Nov 17, 2015 · 22 comments
Closed

I can not open mails with big file size attachments. #415

omerozturk0 opened this issue Nov 17, 2015 · 22 comments
Labels

Comments

@omerozturk0
Copy link

I can not open mails with big file size attachments. Program is restarting when I trying open it. I want to save all attachments my pc but i can not it too. How can i do it?

https://youtu.be/p_ahYW-pZng

@mbilker
Copy link
Contributor

mbilker commented Nov 17, 2015

What OS? I know where the log file is on Linux (/tmp), but I am unaware of the temporary folder for other OS's.

@omerozturk0
Copy link
Author

windows 10 and thats folder C:\Users\CurrentUser\AppData\Local\nylas\

@mbilker
Copy link
Contributor

mbilker commented Nov 17, 2015

Open up the Developer Console and what file does the first line say. It should end with something like Nylas-N1-13578.13737.log.

@omerozturk0
Copy link
Author

C:\Users\CurrentUser\AppData\Local\Temp\Nylas-N1-6240.5472.log

@mbilker
Copy link
Contributor

mbilker commented Nov 17, 2015

Could you post the log? It does not contain any passwords, but it will contain the error.

@omerozturk0
Copy link
Author

its my log file
log.txt

@mbilker
Copy link
Contributor

mbilker commented Nov 17, 2015

Hmm. I don't see the error in the log. Could you get the filename, then trigger the crash and upload the log here.

If that log is from a crash, then the error isn't logged which concerns me.

@omerozturk0
Copy link
Author

im done...
log.txt

@mbilker
Copy link
Contributor

mbilker commented Nov 18, 2015

I don't see an error in the log. That is very odd. How big is the attachment?

@omerozturk0
Copy link
Author

6 large pixelled images. Its file size 15.6mb. I have too many mails like this but i get error with this. I checked it gmail but there is running smoothly and i can see smoothly attachments there.

@mbilker
Copy link
Contributor

mbilker commented Nov 18, 2015

I wonder if Node crashed.

@mbilker
Copy link
Contributor

mbilker commented Nov 18, 2015

What OS are you on?

@omerozturk0
Copy link
Author

windows 10

@omerozturk0
Copy link
Author

not error report. Program restart when i trying open that's mail attachments

@mbilker
Copy link
Contributor

mbilker commented Nov 18, 2015

Yep. Node crash.

@mbilker
Copy link
Contributor

mbilker commented Nov 18, 2015

I don't know how to fix that issue. I am sorry.

@omerozturk0
Copy link
Author

Thanks for helps 👍

@bengotow bengotow added the bug label Nov 18, 2015
@bengotow
Copy link
Contributor

Hey @omerozturk0 — it looks like this might be related to electron/electron#1562.

How large is that image? I'll see if I can reproduce.

@omerozturk0
Copy link
Author

6 large pixelled images. Its file size 15.6mb.

@bengotow
Copy link
Contributor

Thanks—it looks like this is an upstream bug with Electron on Windows. In the meantime, we will add a filesize check... we really shouldn't be trying to display 15MB images without a more sophisticated way of generating previews.

@omerozturk0
Copy link
Author

thanks for interesting this topic.

@bengotow
Copy link
Contributor

It looks like this has been fixed in Electron upstream, and I've limited the max size of images we display inline to 5MB in bd2dfef

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

No branches or pull requests

3 participants