labplus_for_gitlab icon indicating copy to clipboard operation
labplus_for_gitlab copied to clipboard

Linux build not working

Open thelooter opened this issue 1 year ago • 0 comments

Currently trying to execute the build binary results in the following error.

** (labplus_for_gitlab:70093): WARNING **: 20:19:34.709: libsecret_error: ʰs\xea\xa3\
[ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: FormatException: Invalid UTF-8 byte (at offset 1)
#0      _Utf8Decoder.convertSingle (dart:convert-patch/convert_patch.dart:1741)
#1      Utf8Decoder.convert (dart:convert/utf.dart:349)
#2      StandardMessageCodec.readValueOfType (package:flutter/src/services/message_codecs.dart:502)
#3      StandardMessageCodec.readValue (package:flutter/src/services/message_codecs.dart:477)
#4      StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:647)
#5      MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334)
<asynchronous suspension>
#6      SecureStorage.init (package:labplus_for_gitlab/shared/data/secure_storage.dart:26)
<asynchronous suspension>
#7      DenpendencyInjection.init (package:labplus_for_gitlab/di.dart:7)
<asynchronous suspension>
#8      Init.initialize (package:labplus_for_gitlab/main.dart:74)
<asynchronous suspension>
#9      main (package:labplus_for_gitlab/main.dart:22)
<asynchronous suspension>

This is most likely related to Secure Storage. I don't know how to fix it currently. Any assistance is appreciated

thelooter avatar Apr 03 '24 18:04 thelooter