NatTupper / dline

A feature-rich terminal discord client
GNU General Public License v3.0
62 stars 4 forks source link

A lot of messages don't show up in dline. #11

Closed Alumniminium closed 10 months ago

Alumniminium commented 5 years ago

Not sure why, but dline keeps missing messages. I was using dline for a couple of days now, and every couple minutes, messages are lost.

I verified that by running dline and the official client, official client shows all incomming messages just fine, dline misses half of them.

JushBJJ2 commented 5 years ago

Try to say "/update" to manually update the client.

NatTupper commented 5 years ago

This is an issue I have known about for some time now. I have not seen it myself but I will try to replicate and fix the issue. All /update does is refresh the screen based on current data. It's a debugging feature. If this fixes the problem though, please say so. That means it's a relatively easy fix, though I doubt that's the issue.

Alumniminium commented 5 years ago

Yea, /update obviously didn't work, I checked the code myself and I don't see anything obvious, I dont know how to debug python though, so I can't help. I'm a C# dev :/

Alumniminium commented 5 years ago

any updates? I'm getting too frustrated with dline to continue using it. I'll be looking for another CLI client otherwise.. :(

NatTupper commented 5 years ago

Sorry for the wait. I understand if you wish to use another client. I'll look into the issues that are open at the present time including this one.

NatTupper commented 5 years ago

Okay, so I request that @Alumniminium enables debug in their config, runs dline through the repo directory with ./dline.py, letting it run for a good amount of time until the bug occurs and post your debug.log located at ~/.config/dline/debug.log here, and THEN close dline. Do not close dline before posting the error, otherwise it may spit out some crash message and overwrite the previous info (needs to be fixed). I have not seen this bug myself. I will try to reproduce it in the meantime. The more logs posted the better though.

Alumniminium commented 5 years ago

I'll get dline setup tonight and will let you know asap :)

Edit: Let it run overnight and didn't lose any messages yet..

NatTupper commented 5 years ago

I have reproduced the bug on my end. There's nothing that shows up in the debug log. I'll see if I can find out what's causing it.