dbm-network / mods

User-made modifications and improvements to Discord Bot Maker.
https://dbm-network.github.io
MIT License
166 stars 202 forks source link

Youtube mods not working. #657

Closed Kamilowskyy8 closed 3 years ago

Kamilowskyy8 commented 3 years ago

Describe the bug Mods: youtube_info_MOD.js, youtube_search_MOD.js, store_youtube_channel_info_MOD.js and play_youtube_playlist_MOD.js not working in Discord Bot Maker. After carefully creating a command with these actions, the command behaves as if it did not see the actions. No bugs in the console. FFMPEG installed and Updated Music Library. All mods are installed to DBM and Project directory. My Module Manager:

To Reproduce This seems to be a bug with the code itself in the mods listed above.

Lucasamiel0406 commented 3 years ago

I tested almost actions with test commands and even with my old rawdatas, Youtube Search I stated many times in DBM Mods that is broken because of its node package, and for me Youtube Info didn't worked properly, but I literally listened to 10 songs before restarting my bot using Play Youtube Playlist and Store Youtube Channel Info worked just fine, I had to wait couple seconds but worked just fine, if all them don't work for you, you did something wrong. Before coming here creating a whole bug report, use the server to make sure ALL ACTIONS don't work.

Kamilowskyy8 commented 3 years ago

Additionally, I added modules: youtube-info because I didn't own it. For me, these 2 actions still don't work. Could I ask you to give me your installed modules?

Lucasamiel0406 commented 3 years ago

Unfortunately I can't just give you files like that, but ytpl is a module for Youtube Playlist and the channel info action uses yt-channel-info package. Install them with your console.

Kamilowskyy8 commented 3 years ago

This is what I meant for you to give me the names of the modules to be installed. Thank you! But now there's another problem. I have an error in the console. I have attached a screenshot. image

TheMonDon commented 3 years ago

My new PR #672 fixes all the issues you have.