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
self.redmine.engine.request returns bool #182
Labels
Comments
The problem seems to be in
Return code is indeed 200, and response.content is b''. Redmine version is 3.0, 3.0 |
My bad, I misread the supported version. |
This happens when a page already exists. |
That's weird. Thanks for the report, I'll have a look at this. |
Fixed in 1ad0838. Will be part of next release. |
avgas3
pushed a commit
to avgas3/python-redmine
that referenced
this issue
Mar 31, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I get this confusing result from a
redmine.wiki_page.create( )
Response being bool (True) doesn't seem right:
The API itself works, I could create projects, and the projects have wikis.
The text was updated successfully, but these errors were encountered: