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
I can‘t open a file I edited yesterday. And then it was just working fine.
I get this error:
FormatException: Invalid Zip Signature
#0 new ZipFile (package:archive/src/zip/zip_file.dart:52) #1 ZipFileHeader.readLocalFileHeader (package:archive/src/zip/zip_file_header.dart:104) #2 new ZipDirectory.read (package:archive/src/zip/zip_directory.dart:63) #3 ZipDecoder.decodeBuffer (package:archive/src/zip_decoder.dart:24) #4 ZipDecoder.decodeBytes (package:archive/src/zip_decoder.dart:16) #5 noteDataMigrator (package:butterfly_api/src/converter/note.dart:16) #6 new NoteData.fromData (package:butterfly_api/src/models/data.dart:47) #7 _decode (package:butterfly/api/file_system.dart:16) #8 TypedDirectoryFileSystem._toTypedAsset (package:lw_file_system/src/api/typed.dart:78) #9 TypedDirectoryFileSystem.readAsset. (package:lw_file_system/src/api/typed.dart:117)
Hmm looks like the file got corrupted. Can you try exporting the data and sending it? (You can use the direct message on discord or matrix if you want to send it privately)
i cannot find any problems. seems like the app is crashed or was in an invalid state. feel free to find a way that i can reproduce it, for now i don't see any problems on my side
What happened?
I can‘t open a file I edited yesterday. And then it was just working fine.
I get this error:
FormatException: Invalid Zip Signature
#0 new ZipFile (package:archive/src/zip/zip_file.dart:52)
#1 ZipFileHeader.readLocalFileHeader (package:archive/src/zip/zip_file_header.dart:104)
#2 new ZipDirectory.read (package:archive/src/zip/zip_directory.dart:63)
#3 ZipDecoder.decodeBuffer (package:archive/src/zip_decoder.dart:24)
#4 ZipDecoder.decodeBytes (package:archive/src/zip_decoder.dart:16)
#5 noteDataMigrator (package:butterfly_api/src/converter/note.dart:16)
#6 new NoteData.fromData (package:butterfly_api/src/models/data.dart:47)
#7 _decode (package:butterfly/api/file_system.dart:16)
#8 TypedDirectoryFileSystem._toTypedAsset (package:lw_file_system/src/api/typed.dart:78)
#9 TypedDirectoryFileSystem.readAsset. (package:lw_file_system/src/api/typed.dart:117)
#10 GeneralDirectoryFileSystem.fetchAsset (package:lw_file_system/src/api/base/directory.dart:25)
#11 Stream.last. (dart:async/stream.dart:1607)
#12 _ProjectPageState._load (package:butterfly/views/main.dart:210)
Version
2.2.0
Platform
Windows
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: