-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Certificate Details can't be read #60
Comments
Hello @j0chn1 thank you |
Hello @YehudaKremer , |
Hello @YehudaKremer, #0 ListMixin.firstWhere (dart:collection/list.dart:167:5) ☑ getting certificate publisher |
great thank you can you please try again with version 2.5.4 and paste here the log output (i added fix + log) again, thank you for your time and effort |
Hey @YehudaKremer , C:\Users\Administrator\IdeaProjects\flutter\nextloud_password_client>flutter pub run msix:create Bad state: No element #0 ListMixin.firstWhere (dart:collection/list.dart:167:5) |
OK! the reason for this bug is the certificate details is written in the OS language and i thought is always in English, thanks |
Thank you for the fix. |
ℹ️ Info
Version: 2.5.2
💬 Description
When creating the msix the certificate details cannot be read:
C:\Users\Administrator\IdeaProjects\flutter\nextloud_password_client>flutter build windows
Building with sound null safety
Building Windows application...
C:\Users\Administrator\IdeaProjects\flutter\nextloud_password_client>flutter pub run msix:create
☑ parsing cli arguments
☑ validating config values
☑ cleaning temporary files
☑ copying assets folder
☑ creating app icons folder
☑ copying app icons
☑ copying VC libraries
[❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚❚] 50% getting certificate publisher..
Fail to read the certificate details, please check if the certificate is valid and the password is correct
📜 Pubspec.yaml
name: nextcloud_password_client
description: A desktop client to manage your passwords within the Nextcloud password app.
publish_to: 'none'
CoreFoundationKeys.html
version: 0.1.0+1
environment:
sdk: ">=2.12.0 <3.0.0"
dependencies:
flutter:
sdk: flutter
flutter_localizations:
sdk: flutter
intl: ^0.17.0
http: ^0.13.3
path_provider: ^2.0.2
provider: ^6.0.0
libsodium: ^0.2.0
flutter_sodium: ^0.2.0
multi_split_view: ^1.7.1
flutter_secure_storage: ^5.0.0-beta.5
hive: ^2.0.4
hive_flutter: ^1.1.0
flutter_simple_treeview: ^3.0.0-nullsafety.1
pluto_grid: ^2.5.0
url_launcher: ^6.0.12
msix: ^2.5.2
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.0.3
hive_generator: ^1.1.1
lints: ^1.0.1
flutter_lints: ^1.0.4
flutter:
uses-material-design: true
generate: true
The text was updated successfully, but these errors were encountered: