hack4impact-upenn / transcribe4all

Painless speech-to-text transcription
MIT License
42 stars 10 forks source link

Cannot transcribe with ibm service & send error email #53

Open shokohsc opened 4 years ago

shokohsc commented 4 years ago

Hello, I'm having this error after defining the required configuration:

ERRO[0035] Task failed                                   error=websocket: bad handshake
/go/src/github.com/hack4impact/transcribe4all/transcription/ibm.go:57:
/go/src/github.com/hack4impact/transcribe4all/transcription/utils.go:212:  task=xAd6xSlpTh2pFIE1GaST
DEBU[0035] Could not send error email to [REDACTED@gmail.com] because of the error mail: missing '@' or angle-addr  task=xAd6xSlpTh2pFIE1GaST

config.toml file is defined like this:

Debug = true
EmailUsername = "REDACTED@gmail.com"
EmailPassword = "REDACTED"
EmailSMTPServer = "REDACTED"
EmailPort = REDACTED
IBMUsername = "REDACTED"
IBMPassword = "REDACTED"
Port = 8080
SecretKey = "REDACTED"

Any idea ?