-
Notifications
You must be signed in to change notification settings - Fork 125
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
Problem running mine runner #136
Comments
This might be a duplicate of issue #57...? Seems like the fix was merged a long time ago though. In case this helps...
|
What does your mine_functions look like so that I can try and replicate this? Thanks, |
Thanks...
|
This is a problem with salt-api. It is overloading the
Unfortunately, pepper does not convert the json to a python dictionary, so it doesn't get passed to the salt-api correctly. I am fixing it with this PR #149 |
I am working on moving all the tests over to pytest and then adding more tests, once I have done that I will do a release. |
Should be released now with 0.7.0 |
Not sure what's going on here... perhaps a bug?
Works fine from my saltmaster:
Tried running rest_cherrypy in debug mode, but there's nothing in the logs.
We're using pepper with other runners, so it seems to be limited to mine.get or perhaps the arguments.
The text was updated successfully, but these errors were encountered: