You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some CupsClient operations save files to cupsClientWorkDirectory.
By default the CupsClient creates directory "CUPS/${cupsUri.host}" in the current directory where the application has started. The application was expected to have write permissions on the filesystem.
I've commit and pushed a change to fix this issue. Please pull, build and test again.
In case your application calls ...save... methods it needs to make sure the directory exists. e.g. by successfully calling cupsClient.cupsClientWorkDirectory.mkdirs()
Hello. When I specify the CUPS server address. I get the following message:
java.io.IOException: Failed to create directory: CUPS/192.168.0.91
The text was updated successfully, but these errors were encountered: