Hello,
I noticed, that since a few days ago, the ZMF Plugin for Zowe, doesn't let me complete "put" requests, like zowe zmf freeze pkg -p "BK# 014585.
This gives me following error message in the Console:
PS C:\Users\ris0186> zowe zmf freeze pkg -p "BK# 014585"
Command Error:
The put request appeared to succeed, but the response was not in the expected format:
Unexpected token < in JSON at position 0
Error Details:
Unexpected token < in JSON at position 0
PS C:\Users\ris0186>
I tried the Freeze
command with the REST SERVICE site, there it works flawlessly.
But if I take the URL and try to call it with Python and the import Requests (did work for me previously) I get the same error.
I also tried the Promote
command, but same result. If I execute a "GET" request it works. E.g. zowe zmf get ps -p 'BK# *' --cr 'UBRAF' --ds 'Y' --fs 'Y'.
I looked in the Logs, but didn't find a lot:
I tried a put request with zowe, and it works, so it's not a Problem of zowe.
OS: Windows 10
Node: 18.12.0
Zowe CLI: 7.24.0
ZMF: 2.0.5
Python: 3.12.4
VS-Code: 1.90.2