ysdragon / StreamBot

A self bot to stream videos to Discord.
Other
96 stars 19 forks source link

Error Playing Videos from YouTube | Linux Machine #66

Closed Algerization closed 3 weeks ago

Algerization commented 3 weeks ago

image

While trying to Play a video using link/title.

ysdragon commented 3 weeks ago

Can you try to pull the repo and try again?

Algerization commented 3 weeks ago

Can you try to pull the repo and try again?

Same issue. image

ysdragon commented 3 weeks ago

Weird, i don't have such an issue, and i can't reproduce it. Can you tell me the steps to reproduce?

Algerization commented 3 weeks ago

Weird, i don't have such an issue, and i can't reproduce it. Can you tell me the steps to reproduce?

I don't really know. Try to fix it.

ysdragon commented 3 weeks ago

What command did you use?

Algerization commented 3 weeks ago

What command did you use?

ytplay & playlink

ysdragon commented 3 weeks ago

It's an issue from your side then... Error 466 indicates that there have been too many requests.

Algerization commented 3 weeks ago

It's an issue from your side then... Error 466 indicates that there have been too many requests.

I have 1 request only sir

ysdragon commented 3 weeks ago

I'm able to reproduce it now, if you done many requests to youtube.

Algerization commented 3 weeks ago

It was only 1 request. Reproduce it please

On Tue, 29 Oct 2024 at 6:50 PM DraGoN @.***> wrote:

I'm able to reproduce it now, if you done many requests to youtube.

— Reply to this email directly, view it on GitHub https://github.com/ysdragon/StreamBot/issues/66#issuecomment-2444964381, or unsubscribe https://github.com/notifications/unsubscribe-auth/AWNJFV6CB76B2S2NQGAJVSTZ57KIFAVCNFSM6AAAAABQ2KOCACVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDINBUHE3DIMZYGE . You are receiving this because you authored the thread.Message ID: @.***>

ysdragon commented 3 weeks ago

Please pull the repo now and try again.

Algerization commented 3 weeks ago

Please pull the repo now and try again.

image

ysdragon commented 3 weeks ago

Run remove node_modules, bun.lockb and run bun install, then bun run build && bun run start

ysdragon commented 3 weeks ago

The issue has been fixed for me so, i will close the issue now.

Algerization commented 3 weeks ago

Run remove node_modules, bun.lockb and run bun install, then bun run build && bun run start

rm: cannot remove 'node_modules': Is a directory

ysdragon commented 3 weeks ago

run rm -rf

Algerization commented 3 weeks ago

bun.lockb? -bash: bun.lockb: command not found

ysdragon commented 3 weeks ago

rm -rf node_modules bun.lockb Please go learn some of the Linux basics.

Algerization commented 3 weeks ago

rm -rf node_modules bun.lockb

U didn't fix the issue, Still facing the same Issue.. How is it working file for you? can you upload your version? I will clone it and try to run it to check