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

1.4.2 installation issues #56

Open
laijasmine opened this issue Sep 10, 2021 · 3 comments
Open

1.4.2 installation issues #56

laijasmine opened this issue Sep 10, 2021 · 3 comments
Labels
bug Something isn't working

Comments

@laijasmine
Copy link

  1. When Chris installed the latest version of the bot we get this error message:
ℹ Rendering reprex...
pandoc: Unknown writer: gfm
Error: pandoc document conversion failed with error 9
Execution halted

Not sure why the bot is set up this way where if there is an error it automatically goes to render a reprex as I can't find any mention of it in the code base

  1. "out", "#> Error in eval(expr, envir, enclos): object 'out' not found"
@laijasmine laijasmine added the bug Something isn't working label Sep 10, 2021
@laijasmine
Copy link
Author

laijasmine commented Sep 10, 2021

potentially due to the slackr 3.3.0 3.0.0 new functionality:

slackr and slackr_bot now use reprex::prex() in the background, which means that they no longer throw errors the same way as they did before. slackr will try to be helpful in telling you what went wrong if your prex output contains an error (instead of posting), but it isn’t guaranteed to work all of the time. You can prevent this behavior by setting the SLACKR_ERRORS environment variable to "IGNORE".

tried seeting my environment variable as described but reprex is still generated

@laijasmine
Copy link
Author

might be worth looking into something like #52 to help prevent future issues with breaking changes in slackr

@jeanetteclark
Copy link
Collaborator

as of slackr 3.2.0 reprex is removed so we (hopefully) shouldn't have that problem anymore. just need to make sure we install >3.2.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants