itskekoff / discord-server-copy

Most powerful discord server cloner. Made using discord.py-self. Can clone entire discord server with messages
MIT License
86 stars 69 forks source link

Help me how to make him start copying messages #42

Closed Germanso88 closed 6 months ago

Germanso88 commented 6 months ago

I have all the channels copied and the message is not just stuck on [GTA 5 RP | EMS/INFO] | Processing server messages... Help me figure it out

jacobjonz commented 6 months ago

I am having the same issue.

On a quick debug, I have found two things. Not sure if it is fully correct.

  1. if the queue is enabled, it does not seem to be going for the history. tasks.append(self.clone_channel_messages(channel, limit, clear)) is not called in
    if self.clone_parallel and self.clone_queue:

  2. It actually reads the message and reaches the semaphore_task and is awaiting func(*args, **kwargs)

Germanso88 commented 6 months ago

And how to fix it ?

jacobjonz commented 6 months ago

I don't know either. I was hoping someone would help. Just added my findings. That's all.

itskekoff commented 6 months ago

Your messages are adding to queue, u can disable queue and messages will copy immediately

jacobjonz commented 6 months ago

I did try with queue disabled, but without avail.