yuya373 / emacs-slack

slack client for emacs
1.11k stars 117 forks source link

[[Inquery]] How to get More Detailed Logs? #522

Closed WammKD closed 4 years ago

WammKD commented 4 years ago

Environment:

Additional context I'm not sure if you've seen this before but I'm running this on an old laptop; I got a new one and was trying to get things setup. I just copied over my old config. but I keep getting the following error:

[2020-06-07 03:49:20] [error] REQUEST FAILED. URL: "https://slack.com/api/rtm.connect", PARAMS: (("mpim_aware" . "1") ("presence_sub" . "true")), ERROR-THROWN: (error . "exited abnormally with code 77"), SYMBOL-STATUS: parse-error, DATA: nil - <team name> [2020-06-07 03:49:20] [debug] Authorize Failed: (error . exited abnormally with code 77 ) - <team name>

I can't figure out why, though; my old token is different than the one I get when using the instructions in the README but either token results in the same thing.

I thought that, perhaps, it was because I was running it, also, on my old laptop so I quit that but no difference in result. And restarting things doesn't cause the old laptop to be unable to run slack-start; it's able to run just fine consistently every time I try.

Given that (to the best of my knowledge) Emacs Slack only relies on the token, I'm guessing it isn't any error on the package's part (especially given I'm using the exact same token in both places) so I was just wondering if there was any other way to get more info.? The error message isn't particularly forthcoming and I was wondering if there was, perhaps, some debug mode or the like that might give a better idea of what's wrong (if there is such a thing, of course)?

WammKD commented 4 years ago

Ahh; nvm. Turns out I'd been setting the SSL_CERT_FILE environment variable on the new computer wrong; fixing that fixed my connection issues. Sorry about this!