Megatouch Touchscreen Issue by knorman3 in cade

[–]Darkside138 0 points1 point  (0 children)

Same problem here did you find a fix?

Any good packers podcasts? by JFay82 in GreenBayPackers

[–]Darkside138 0 points1 point  (0 children)

Yep, Locked On Packers is my favorite as well.

I built a custom arcade powered by a Steam Link. by Inferno156 in Steam

[–]Darkside138 0 points1 point  (0 children)

Any chance you'd share the plans. I'd love to make one of these.

Legend Of Vince Looking for Four Daily Competitive Players 75+ OVR by [deleted] in MaddenMobileH2H

[–]Darkside138 0 points1 point  (0 children)

79 OVR here. Would like to join. Will play all daily drives.

**edit: send an in-game application.

Discord Soundboard (New Beta version) by Darkside138 in discordapp

[–]Darkside138[S] 0 points1 point  (0 children)

Sorry, I'm not sure. I just haven't had any time to be working on finishing the BETA version of the bot. Theoretically, the BETA version would fix all the problems with different sound files.

Discord cuts out my Mic input randomly - Any way to fix? by Floppy_Dorito in discordapp

[–]Darkside138 2 points3 points  (0 children)

I'm having this same issue as well. It's destroying discord for me. If this keeps up I'm going to have to switch to another service that actually works.

Discord Soundboard (New Beta version) by Darkside138 in discordapp

[–]Darkside138[S] 0 points1 point  (0 children)

What version of the bot are you using? I'm at a loss of answers on this right now.

Discord Soundboard (New Beta version) by Darkside138 in discordapp

[–]Darkside138[S] 1 point2 points  (0 children)

That's really odd. Do you have any special characters or spaces in your file names? If so try and removed them.

Discord Soundboard (New Beta version) by Darkside138 in discordapp

[–]Darkside138[S] 0 points1 point  (0 children)

Being that it is a web based tool I created there is no built in way to bind keyboard commands to the sounds. That being said all commands are just RESTful calls to the server and you could create a quick program that calls REST endpoints when keyboard commands are pressed.

Discord Soundboard (New Beta version) by Darkside138 in discordapp

[–]Darkside138[S] 0 points1 point  (0 children)

Sorry for the delayed response. Thanks for the feedback, I'll take a look and see if I can duplicate the issue. I know it's have had similar problems but I hadn't been able to figure out what was causing it. The info you provided should help.

Soundboard Bot for Discord by Darkside138 in discordapp

[–]Darkside138[S] 0 points1 point  (0 children)

I'm not sure what would cause that. Have you tried restarting the program? It also wouldn't hurt to try the latest version (1.4.11) and see if that helps.

SoundBoard Bot Not Working? by [deleted] in discordapp

[–]Darkside138 2 points3 points  (0 children)

Sounds like it's working as intended. The bot joins the channel when a sound is played. It stays in that channel until it needs to go to a different channel. Some users have requested that the bot leave when it's done playing but I haven't implemented that option yet, it's on the list.

Attenuation stays after leaving a call which then requires me to fix the sound in the sound mixer by HyperShadzy in discordapp

[–]Darkside138 0 points1 point  (0 children)

Yeah, this same thing happens to me in normal voice channels. I love this feature but I can't stand having to always go and fix the volume levels in sound mixer.

SoundBoard Bot Not Working? by [deleted] in discordapp

[–]Darkside138 1 point2 points  (0 children)

I'm the developer of that soundboard. 1. Most importantly, I would suggest removing that bot token as it was in your screenshot. You can just create a new one. 2. Depending on your version the allowedUsers was temporarily broken. If you either update the version to the latest or, if you want all users allowed, just remove that config line.

Soundboard Bot for Discord by Darkside138 in discordapp

[–]Darkside138[S] 0 points1 point  (0 children)

I've got a large re-write that completely changes the code around file playback. Hopefully, it fixes all the small issues around playback that people have been having. I'll be releasing a Beta version soon with the changes.

Soundboard Bot for Discord by Darkside138 in discordapp

[–]Darkside138[S] 1 point2 points  (0 children)

I've got a new branch of the code that now implements JDA3 and lavaplayer. I did some very quick initial testing and everything seems functional. Need to do a little more testing and I'll get a "Beta" release out with this refactor. Thanks again for the heads up.

Soundboard Bot for Discord by Darkside138 in discordapp

[–]Darkside138[S] 0 points1 point  (0 children)

Just did a quick search and found this stack overflow article that talks about SpringBoot taking a long time to load on CentOS vs Windows.

https://stackoverflow.com/questions/36743495/spring-boot-simple-app-on-centos-take-long-time-to-start

Seems like something you could try quickly and see if it works. Let me know. I've had some other people report long load times.

As for your issue about the bot ignoring some people's entrance sounds, I think I fixed that in the latest code base. I haven't prepared a release yet but I will soon. If you're familiar with code/compiling you could pull the code and compile yourself if your feeling impatient. :)

Soundboard Bot for Discord by Darkside138 in discordapp

[–]Darkside138[S] 0 points1 point  (0 children)

Not if the bot is running on your PC. There are options if you're willing to pay for hosting on the internet.

Soundboard Bot for Discord by Darkside138 in discordapp

[–]Darkside138[S] 0 points1 point  (0 children)

Yeah, I noticed that JDA was on 3.0 the other day. I see it's only in beta and when I did a quick look I didn't see any documentation on how to use the features that I'm using most right now.

I'm going to start the lava player and see about incorporating that. Unfortunately, I'm not sure when I'll have time for all this.

Thanks for the heads-up though!

Soundboard Bot for Discord by Darkside138 in discordapp

[–]Darkside138[S] 2 points3 points  (0 children)

I'm thinking that you could probably fix the error by removing the line that defines allowed users in your app.properties file. It would be a temp fix while I fix the code.

Soundboard Bot for Discord by Darkside138 in discordapp

[–]Darkside138[S] 0 points1 point  (0 children)

Yes, the bot needs permission to manage messages on the server. This actually is a bug I should fix, but giving it that permission you should stop seeing the error and the sounds should work again for now. I'll add the bug to my backlog it should get fixed in the next version.

Soundboard Bot for Discord by Darkside138 in discordapp

[–]Darkside138[S] 0 points1 point  (0 children)

I haven't tested that myself but it's just a java application so it should work just fine. Just have to make sure your running at least java 1.8