shellyscanner icon indicating copy to clipboard operation
shellyscanner copied to clipboard

Backups to UNC-paths fail

Open JoergGiencke opened this issue 7 months ago • 2 comments

Since version 1.2.4 backups to UNC-paths fail. Backups to local folders still work fine.

When backing up to UNC-paths only one small file per Shelly device is created with this content:

504b 0506 0000 0000 0000 0000 0000 0000 0000 0000 0000

JoergGiencke avatar Jul 06 '25 05:07 JoergGiencke

Please provide logs;

run the application from the terminal with the following command line: java -D"org.slf4j.simpleLogger.log.it.usna=debug" -jar \shellyscan-x.x.x.jar (the jar file name shellyscan-x.x.x.jar changes version by version), produce the error and attach to the report everything that appears on the terminal. This is not possible with the application in windows executable format (exe).

usnasoft avatar Jul 06 '25 08:07 usnasoft

After v 1.2.4 I switched to java.nio.file.FileSystem instead of the older java.util.zip.ZipOutputStream for zip files management. This generated a bunch of problems; I'switched bach to java.util.zip.ZipOutputStream from v. 1.3.0 alpha2

usnasoft avatar Sep 12 '25 08:09 usnasoft