-
Notifications
You must be signed in to change notification settings - Fork 18
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
How Do I Push To Slack? #16
Comments
Which version of the CLI are you running? I recently pushed a fixed which resolved a fatal runtime error. Also, it's worth adding the |
I am using version 1.0.8. I just ran it again and added in the |
Sounds like it should be working then. The "Bad Token" thing is probably OK, because the webhook expects there to be a payload passed to it. And you going to it in your browser doesn't pass anything. Are you getting any errors in your console? |
Ah that's what I figured but thought I should make sure. No i'm not getting any errors in the console it just alerts me of the pokemon. I'm on a mac running el capitan |
If you try adding |
It was earlier now after the last command the command terminal just idles regardless of if the last command is Edit: After a restart the |
Can you confirm this is still happening for you? I've had no other reports, and I can confirm it's still working for me on my end. |
Looks like the command you're running is using the curly quotation marks (”) instead of the standard boring quotation mark ("). Not sure it that would make a difference, but I suspect it's the issue here. |
Interesting i'm not sure how to even type the curly quotation mark. I'll give that a try as soon as PokeVision is working again and update this |
TextEdit automatically substitutes normal quotes for the fancy ones. If you wrote out the command there first, that could have been it. |
I've read the guide and my command line looks like this except --slack-webhook is all on the same line. I'm not sure what I am doing wrong.
The text was updated successfully, but these errors were encountered: