-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No tutorial for website side of things? #6
Comments
also both the links for "setting up" RethinkDB just take me to the top of the bot page. Not sure if that's unintended or not. |
Hey! sorry for late reply, for some reason I don't get notifications on issues that are being opened. This is the link to install RethinkDB https://rethinkdb.com/docs/install/ . |
Okay so I downloaded rethinkDB.exe and made a DB and a Table called Guilds |
The dash_secret is a unique string, usually heavily randomized. |
Hello, When I try to run go to localhost:3000 I get What am I doing wrong? |
Hey! I would need more info to answer that, the stack trace would help |
The problem was it wasn't including the head file. However now when I run it the discord api rate limits it so its completely useless |
Well that's because Node uses relative paths by default, change directory to src/website then boot the site from there. Same thing for the bot |
Discord rate limit what? I can't help with the little amount of info you are providing. |
Well it seems like I need to add these functionalities but it shouldn't be that hard to implement by yourself, you already have access to the guilds the bot is in and the guilds the connected user is in. After all, Seday is just a Proof of Concept |
I said all there is, the discord api rate is rate limiting the requests. So all the requests return "you are being rate limited". |
That never happened to anyone who used seday before, can you please tell me where exactly the limit occurs? Backend? Bot? Stack traces will help |
I don't have a stack trace because it doesn't crash. It occurs on the backend after I log in, when I click on any guild. The page just freezes because the api request returns nothing useful. |
What do we store in the value of dash_secret. I am very confused on that. |
Generate a random string and that would be your dash_secret. Place it in the config |
is there supposed to be a tutorial for setting up the website side of things? I have 0 idea what to do with all the files in the website folder, All the readme for website says is "TODO".
The text was updated successfully, but these errors were encountered: