discord-link-opener icon indicating copy to clipboard operation
discord-link-opener copied to clipboard

Not openeing links anymore

Open naynesh-p opened this issue 4 years ago • 21 comments

since yesterday, running the python script, its not openeing links anymore.

No errors displayed, python scripts launches fine but not opening links Nothing to my knowledge has been updated.

Anyone else having issues?

naynesh-p avatar Apr 30 '21 08:04 naynesh-p

Yes same issue

Shivy011 avatar Apr 30 '21 09:04 Shivy011

Same here, it actually doesn't recognize any links from other users. If you send the link yourself, it works. Hopefully this can be fixed

Du-Vincent avatar Apr 30 '21 10:04 Du-Vincent

Yes, the same problem here as well. Tried to fix it, but was not successful until now.

Smidelis avatar Apr 30 '21 15:04 Smidelis

i guess discord doesn't let you read channel messages via the bot. probably we hit some limits with the bot and discord blocked this function for us.

emre1393 avatar Apr 30 '21 15:04 emre1393

i guess discord doesn't let you read channel messages via the bot. probably we hit some limits with the bot and discord blocked this function for us.

I was guessing so too. I've just read about the Discord API rate limits but wonder how the on_message event is counted.

Smidelis avatar Apr 30 '21 16:04 Smidelis

hopefully someone can fix this

StarLordRammi avatar Apr 30 '21 17:04 StarLordRammi

lets leave it cooldown for a day, maybe discord forgive us.

emre1393 avatar Apr 30 '21 17:04 emre1393

I have the same issue

hp20202006 avatar May 03 '21 08:05 hp20202006

Not just a limit: https://stackoverflow.com/questions/67339174/discord-api-soft-ban-for-selfbot-it-can-only-read-its-own-messages/67341709#67341709

orthand avatar May 03 '21 12:05 orthand

Hi guys , I have a temporary solution. I am using this : https://github.com/viossat/discord-forwarder to forward the message to a channel and then the bot(discord-link-opener) can obtain the message content because the message is sent by myself.

hp20202006 avatar May 03 '21 18:05 hp20202006

I also have some sort of workaround. Dubble#0001 from PartAlert has found something, which I have implement. Just have a look at my fork if you are interested.

Smidelis avatar May 03 '21 18:05 Smidelis

I haven't had luck using your fork either.

visiontim avatar May 04 '21 20:05 visiontim

I haven't had luck using your fork either.

Just tried it once again and it's running like a charm at my station. Sad, that it's not working for you.

Smidelis avatar May 04 '21 22:05 Smidelis

Might be solved, by changing to a different discord.py: https://github.com/dolfies/discord.py-self

Smidelis avatar May 10 '21 10:05 Smidelis

Might be solved, by changing to a different discord.py: https://github.com/dolfies/discord.py-self

Hey! May I know your discord name, I have an important question, would be very grateful !

qJonnySins avatar May 14 '21 12:05 qJonnySins

Might be solved, by changing to a different discord.py: https://github.com/dolfies/discord.py-self

Is that your fork? After installing it this link opener doesn't even work. Any suggestions/ideas?

pedrorq avatar May 17 '21 17:05 pedrorq

No, that's my fork: https://github.com/Smidelis/discord-link-opener And it's working like a charm just got me a 3080.

Smidelis avatar May 17 '21 17:05 Smidelis

No, that's my fork: https://github.com/Smidelis/discord-link-opener And it's working like a charm just got me a 3080.

Nice one, thanks! Was this after installing discord.py-self ?

If not, will it still work with discord.py-self?

pedrorq avatar May 17 '21 17:05 pedrorq

I have not implemented discord.py-self in my fork. But just have a look at the code, then you will see it. I don't know, give it a try.

Smidelis avatar May 17 '21 18:05 Smidelis

I have not implemented discord.py-self in my fork. But just have a look at the code, then you will see it. I don't know, give it a try.

I believe it seems to work with discord.py-self, just changing that last line client.run(token,bot=False) with client.run(token)

pedrorq avatar May 17 '21 22:05 pedrorq

can confirm I was able to get it running by installing discord.py-self (py -3 -m pip install -U discord.py-self) and changing last line in code as proposed. Thanks a lot!

lorddain avatar May 28 '21 08:05 lorddain