Recent Posts

Pages: 1 [2] 3 4 ... 10
11
Development / Re: Discord
« Last post by dartraiden on 08 05 2025, 12:52:15 »
Code: [Select]
void CDiscordProto::OnReceiveHistory(MHttpResponse *pReply, AsyncHttpRequest *pReq)
{
CDiscordUser *pUser = (CDiscordUser*)pReq->pUserInfo;

JsonReply root(pReply);
if (!root) {
if (root.error() == 403) // forbidden, don't try to read it anymore
setByte(pUser->hContact, DB_KEY_DONT_FETCH, true);
return;
}

i.e. if the server refused to send the history once for some reason (error 403), then we create a "don't try to fetch again" key for the contact so as not to irritate server (the server really doesn't like it when the client makes requests that are strange from its point of view, so the fewer unsuccessful requests we make, the less risk we have of being banned)

you can try to delete this key via Database Editor and try to load history again
12
Support/Help / Re: Plugin Updater keeps faililng
« Last post by mirandam on 08 05 2025, 12:06:50 »
1. There are 29 entries for Miranda32.exe, including 1 by SystemInformer.
2. I closed SystemInformer and try to update
3. Still same error
13
Support/Help / Re: Plugin Updater keeps faililng
« Last post by mirandam on 08 05 2025, 11:48:58 »
Ok, let's roll with that.

1. The red box has very little information and prevents me from clicking or checking on the greenbox
2. After I click the red box away, every file in the green box is "Succceeded."
3. Please enlighten me what process/file I should look or check for with System Informer.
14
Support/Help / Re: Plugin Updater keeps faililng
« Last post by ghazan on 08 05 2025, 11:13:00 »
Have you considered Miranda might be the problem?
Miranda cannot lock a file for itself. It's so simple to detect who's locking a file, why wouldn't you try to do that?
15
Bug reports / Re: URLs in jabber are no longer clickable
« Last post by dartraiden on 08 05 2025, 06:45:45 »
Post version info report, please.
16
Bug reports / URLs in jabber are no longer clickable
« Last post by Jabber on 08 05 2025, 00:08:04 »
Recently, like in the last week or so, URLs in jabber messages are no longer clickable. They are just standard text now.
Previously, URLs could be clicked, and they'd open up in my browser.
I'd like the previous clickable URLs back if possible because copying and pasting the links into firefox is much slower than simply clicking the links.
17
Support/Help / Re: Plugin Updater keeps faililng
« Last post by mirandam on 07 05 2025, 11:05:10 »
Anyone?
18
Development / Re: Discord
« Last post by Einsiedler on 06 05 2025, 20:55:53 »
Hi there, some news:

If a friend of mine tries to load the history with a another friend of him, the netlog.txt will be created and shows the following:

[21:17:36 0C8C] [Discord_1] Executing request #4:
https:// discord.com/api/v9/channels/1257335013268000810/messages
[21:17:37 0C8C] [Discord_1] (0294A1B0:548) Data received

But when he tries the same thing with me, and want to load the server history, nothing will happen, no netlog.txt will be created...

I don't know what to do, and why miranda ng do different things depending on from which contact you are trying to load the server history ...
19
Support/Help / Re: Plugin Updater keeps faililng
« Last post by mirandam on 05 05 2025, 16:10:25 »
What you describe is a false dichotomy: The only possiblity to get a error 32 is because of A or B and nothing else.

If antivirus/Windows Index Service or whatever else lock the file, how come they so kindly let me replace Miranda files without errors (after I close Miranda)?

Have you considered Miranda might be the problem?


20
Support/Help / Re: Plugin Updater keeps faililng
« Last post by ghazan on 04 05 2025, 13:36:46 »
>net helpmsg 32
The process cannot access the file because it is being used by another process.

I strongly suspect that your antivirus is too curious, another popular reason of this error is Windows Index Service.
Anyway, you can open System Informer / Process Hacker / whatever, enter the name of your archive and receive the id of a process which blocks it
Pages: 1 [2] 3 4 ... 10