-
Notifications
You must be signed in to change notification settings - Fork 17
Large file to download #17
Comments
I have the same problem. |
Same. Just cut the file into several files, for instance 1 file - 50 000 messages and it should work just fine |
Not sure, but this is solved. I have just downloaded a conversation with 25 000 messages and it split it into three files. |
Sorry guys. It's hard to solve your problem. I only have highest messages 46701.😞😞😞 So I don't know how to code and test (reproduce this senerio). In my case, 46701 messages is works fine for me. |
Well, maybe you can somehow in the backend of the application dublicate messages? Well, for instance, read all the messages 4 times and try writing them all into the file, so there will be in total ~180 000 messages. Maybe this would help to recreate this scenario and see where the program crashes. However, if the problem is in reading all the messages, not writing them, this method should work fine. Well, the only possibility is then to write a spam bot and spam someone until u have huge amount of messages and test the application with in that chat. I have tried breaking your program for a bit and thats what I found out: Anyway, the application is great, just keep improving it. Hope you fix it ! EDIT: |
Hey !
I got a conversation with like 110 000 messages, when I want to download it, the plugin crash.
Can you fix it ? Like cut a large file into smaller files ?
The text was updated successfully, but these errors were encountered: