-
Notifications
You must be signed in to change notification settings - Fork 13
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
Installation and setup #13
Comments
Some of the newer commits on master are WIPs and are not working, use the hotfix branch instead if you want to develop on the currently active branch. As for node version, I think it runs on 8.x |
Even with the hotfix branch, I've had to make some changes to the code in order to get it to work. I'll commit them to a repo at some point |
@TheEssenceOfDarkness Thank ya. I went back and tried using Node 8.x on the hotfix branch and still wasn't working. Just curious what Node version are you using? |
12.x. It doesn't matter as you will have to modify the code some anyway. When I am done I'll edit this comment with the link to my repo with the changes. As a side note, do you plan on using this to contribute to the repo, or to have a privately hosted instance? Edit: I do not plan on submitting a PR with the changes. It would probably break a lot of stuff. |
Unfortunately I'm not a developer so I can't quite contribute. I was wanting to utilize it for a couple different streamers I'm a moderator for. |
The hotfix branch is the one that is being used by the server that runs the logviewer right now, not sure what issues you are encountering, can you elaborate on that? |
From what I have gathered, most if not all of the issues were caused by outdated dependencies in issue with the html side of things, and settings.default.json not having the config settings for database sharding. (worked around the sharding issue by using an older version of the MySQL adapter) |
I know you don't advise others to set this up, but any help you could provide would be appreciated.
My first question is, what version of Node do you recommend for this? I've tried 6.x and 8.x and both seem to give me problems.
Right now I've gotten further by using 6.x, however it still stops when I attempt to run index.js:
I have all the settings.json filled out (excluding Discord configurations).
Any idea what I could be doing wrong?
The text was updated successfully, but these errors were encountered: