Hey! I am using StreamElements for this amazing quotes system.
I am having only 1 issue with it. I can get the general code to work for addquote/delquote and for quote to show a random quote in the list. But I cannot workout for the life of me how to do !quote 75 and it tell me quote 75. I have tried numerous things from other comments here, but not any of them worked. Wondered if you have any information?
Sorry, but we only offer support on NightDev products on these forums, I suggest looking in the documentation of StreamElements for a replacement of the $(querystring) variable to replace the end of your !quote command, hereās the one that works with Nightbot:
Just gave your Requests setup a try, and I canāt for the life of me figure out why the ā_pickā command doesnāt seem to work after invoking āpickā to select a quote/request to consider. Itās supposed to delete the displayed line when through, right?
If you added the command with the automatic installation, then just type !quote list in your chat and click on the link.
Itās specified in the usage section, please read the guide before asking a question.
I LOVE the tool and was trying to create a pretty html file to show in OBS to the display on the streamā¦ I got it working for like two seconds and i think i triggered a security setting when i was debuggingā¦ it says access forbidden and thatās all i get now. is there a security setting that i may have tripped?
Iām tried to use the quote system, but Iām having problems with the !addquote
and !delquote commands. !quote works and responding fine, but the mentioned ones are not responding at all and my quotes are not getting saved.
Iām the owner of the channel where Iām trying to use it and I used auto install.
Here are my commands:
Iāve been thinking about your issue for the last couple days, and I only see one thing that could be the issue.
Make sure the PRIVATE_TOKENS are 16 characters long, although they should be as you used the auto-install.
Make sure you have the proper userlevel to use the commands:
ā¢ You want to keep the !delquote command to a userlevel of moderator at minimum.
ā¢ And if you want regular subscribers to be able to add a quote, then set up !addquoteās userlevel to subscriber.
ā you can see commandsā respective userlevels on the dashboard.
Iād suggest re-installing the commands again if that wasnāt the issue.
Hey! Iāve been using this for a few years now and recently saw there was the 2000 quote limit, Iām approaching the 1000 quote mark and wanted to know if I could future proof having any problems by having that limit increased!
Appreciate the amazing system by the way!
Hi, I am currently experiencing the problem that @Boltonet12 mentioned. I was testing a 5/15 sec. refresh, which seems to be way too frequent. How long I have to wait to stop getting the access forbidden message? And what interval can be safe to be querying? I was thinking something like 30 sec., more time could be misleading for the viewers.
Hi everyone!
One of the less experienced moderators of a channel I moderate for managed to overwrite several quote commands on accident. I managed to recover the list of quotes, and generated a new token. I replaced all the commands, however when I use the !delquote and !editquote commands it comes back with the āinvalid entry indexā reply. The !quote command correctly replies with random quotes from the list, and when I look up the list, it displays all the quotes. Userlevels are set correctly, and I cannot find errors in the command message after doublechecking the command messages with my own channels commands where everything is working. Any idea why the !quote command is working, but the !editquote and !delquote have the error message?
P.S. It did give me a short, 8 character token when I recovered the quote list. Could this be the issue?
!quote, !addquote, !editquote and !delquote are all different commands. You likely only updated the first one and not the others? Thereās a short 8 character token and a longer private key, and they are linked.
If you send me your short public key, I may be able to DM you your private key to help you fix your commands.
I discovered that after a little more analysis as well, we had the short one but were missing the longer one. I actually just exchanged it for newly generated ones and remade all the quotes (it was only 21), so itās all fully functional again! Thanks for your help!
Hi, Iām currently trying to set up a quote command for my chat, I want the quote itself to be in quotation marks, and to have the date it was added as a command. Is this possible, and how would the command be formatted? Thank you so much!
All you have to do is replace PRIVATE_TOKEN with yours, TIMEZONE with yours according to the list of available options, and eventually update the order in which you want the date to be stored (currently day/month/year).
Right now, the output of !quote should be: "quote" [date]
Hi! First, just want to say I love this quote bot and so does my channel. Weāre currently at over 1700 quotes, and Iām hoping I can increase the cap if we hit the 2000.
Iāve been trying to create a game where my viewers play hangman with quotes from my quote list. Unfortunately, while I was modifying it, I accidentally caused my application to send waaaaaaayyy to many http requests to my quote list page in a short span of time, and got my IP banned with the 403 error. I tried to dm @ehsankia, but I donāt currently have the option on the forum (maybe because mine is a new account). I have the quote list save locally for my application at the moment, but Iād like to be able to have my app use new quotes in the future (and be able to view them myself). Could I get my IP unblocked?