Skip to content
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

chat never shows up #2

Open
miqueet opened this issue Apr 11, 2023 · 4 comments
Open

chat never shows up #2

miqueet opened this issue Apr 11, 2023 · 4 comments

Comments

@miqueet
Copy link

miqueet commented Apr 11, 2023

image
on the dashboard the chat never shows up. I love the idea of this project, there needs to be a better way to view twitch chat.

@fishuke
Copy link
Owner

fishuke commented Apr 12, 2023

It's been a while since i developed this project. I can try to rewrite it, but i don't have free time. Thanks for your feedback.

@fishuke
Copy link
Owner

fishuke commented Apr 12, 2023

Did you try to change credentinals and run it on your own machine?

@miqueet
Copy link
Author

miqueet commented Apr 12, 2023

@fishuke initially i just used the github page with the hosted application. But when trying to run it locally I run into some errors.

root@DESKTOP-0FMV421:/home/mike/better-chat# npm run start:dev
npm run start:dev

> [email protected] start:dev
> ng serve --port 4200

⠋ Generating browser application bundles...(node:1464) [DEP0111] DeprecationWarning: Access to process.binding('http_parser') is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)
⠙ Generating browser application bundles (phase: building)...node:internal/crypto/hash:71
  this[kHandle] = new _Hash(algorithm, xofLen);
                  ^

Error: error:0308010C:digital envelope routines::unsupported
    at new Hash (node:internal/crypto/hash:71:19)
    at Object.createHash (node:crypto:140:10)
    at module.exports (/home/mike/better-chat/node_modules/webpack/lib/util/createHash.js:135:53)
    at NormalModule._initBuildHash (/home/mike/better-chat/node_modules/webpack/lib/NormalModule.js:417:16)
    at /home/mike/better-chat/node_modules/webpack/lib/NormalModule.js:452:10
    at /home/mike/better-chat/node_modules/webpack/lib/NormalModule.js:323:13
    at /home/mike/better-chat/node_modules/loader-runner/lib/LoaderRunner.js:367:11
    at /home/mike/better-chat/node_modules/loader-runner/lib/LoaderRunner.js:203:19
    at VirtualFileSystemDecorator.readFile (/home/mike/better-chat/node_modules/@ngtools/webpack/src/virtual_file_system_decorator.js:48:13)
    at processResource (/home/mike/better-chat/node_modules/loader-runner/lib/LoaderRunner.js:202:11)
    at iteratePitchingLoaders (/home/mike/better-chat/node_modules/loader-runner/lib/LoaderRunner.js:158:10)
    at runLoaders (/home/mike/better-chat/node_modules/loader-runner/lib/LoaderRunner.js:365:2)
    at NormalModule.doBuild (/home/mike/better-chat/node_modules/webpack/lib/NormalModule.js:295:3)
    at NormalModule.build (/home/mike/better-chat/node_modules/webpack/lib/NormalModule.js:446:15)
    at Compilation.buildModule (/home/mike/better-chat/node_modules/webpack/lib/Compilation.js:739:10)
    at /home/mike/better-chat/node_modules/webpack/lib/Compilation.js:981:14 {
  opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
  library: 'digital envelope routines',
  reason: 'unsupported',
  code: 'ERR_OSSL_EVP_UNSUPPORTED'
}

Node.js v19.9.0
root@DESKTOP-0FMV421:/home/mike/better-chat#

@fishuke
Copy link
Owner

fishuke commented Apr 12, 2023

this is a problem with node 19 try to use older version...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants