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

segmentation fault #102

Open
FlondorDev opened this issue Dec 22, 2021 · 1 comment
Open

segmentation fault #102

FlondorDev opened this issue Dec 22, 2021 · 1 comment
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@FlondorDev
Copy link

FlondorDev commented Dec 22, 2021

Describe the bug
sometimes the bot just closes with an error in console 'zsh: segmentation fault node bot'

To Reproduce
Steps to reproduce the behavior:

  1. Enter channel
  2. Run the command !follow
  3. write something like ' a? b? c? d? e? f? g? h? i? j? k? l? m? n? o? p? q? r? s? t? u? v? w? x? y? z? 9? 8? 7? 6? 5? 4? 3? 2? 1? 0? -1? -2? -3? -4? -5? -6? -7? -8? -9? -? '
  4. Bot closes

Expected behavior
Bot should be useable

Additional context
running bot on macOS without docker

@wootosmash
Copy link
Collaborator

This appears to be an issue with the audio encoder used by one of the TTS pipelines (Amazon I think)

It's not an issue on linux for some reason - if you want a work around use the docker version or run it on linux

Other TTS providers have different pipelines and wont suffer from this bug.

Not sure of a fix here unfortunately - we'll have to investigate the 3rd party library here https://github.com/nullabork/node-libsamplerate OR https://www.npmjs.com/package/@suldashi/lame

@wootosmash wootosmash added bug Something isn't working help wanted Extra attention is needed labels Mar 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants