Skip to content

Commit ac3c244

Browse files
authored
docs: Add troubleshooting section on nipyapi error (#821)
* add troubleshooting section on nipyapi error * fix syntax * improve syntax
1 parent 9566549 commit ac3c244

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/modules/nifi/pages/troubleshooting/index.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
= Troubleshooting
2+
:nipyapi: https://github.com/Chaffelson/nipyapi
23

34
== Usage of EmptyDir volume "log" exceeds the limit
45

@@ -71,3 +72,9 @@ metadata:
7172
nginx.ingress.kubernetes.io/session-cookie-name: "route"
7273
nginx.ingress.kubernetes.io/session-cookie-max-age: "172800"
7374
----
75+
76+
== `packaging.version.InvalidVersion: Invalid version: '1.27.0-stackable0.0.0-dev'` when connecting to NiFi using `nipyapi`
77+
78+
When using {nipyapi}[nipyapi] version `< 0.20.0`, some functions check the version of the NiFi instance. This results in an error where the custom version strings introduced in SDP release 25.7 can't be parsed.
79+
80+
Solution: Upgrade to `nipyapi >= 0.20.0` where this is fixed. Our images are already using a version that is recent enough.

0 commit comments

Comments
 (0)