Skip to content

Commit 17ef337

Browse files
committed
add troubleshooting section on nipyapi error
1 parent 9566549 commit 17ef337

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

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] with version `<= 0.19.0` some functions check the version of the NiFi instance resulting in an error where the custom version strings introduced in the SDP release 25.7 can't be parsed.
79+
80+
Solution: Upgrade to `nipyapi >= 0.20.0` where this is fixed.

0 commit comments

Comments
 (0)