Niklas Baudy

Results 377 comments of Niklas Baudy

Still an issue: ``` [22:15:55]: The provided entity includes an attribute with a value that has already been used on a different account. - The app name you entered is...

Yeah still an issue. Leave me alone @fastlane-bot

✅ fastlane environment ✅ ### Stack | Key | Value | | --------------------------- | -------------------------------------------------------------- | | OS | 11.6 | | Ruby | 2.6.3 | | Bundler? | false...

This seems to be the line that's causing the failure: https://github.com/fastlane/fastlane/blob/37a14de56460bd9fc9eeff9259872063e91f9e31/screengrab/screengrab-lib/src/main/java/tools.fastlane.screengrab/locale/LocaleUtil.java#L39

On Emulator running S (31) I'm getting: ``` LocaleUtil E Failed to change device locale to tools.fastlane.screengrab.locale.LocaleListCompat@e4cc313 E java.lang.ClassNotFoundException: $Proxy3 E at java.lang.Class.classForName(Native Method) E at java.lang.Class.forName(Class.java:454) E at java.lang.Class.forName(Class.java:379)...

@sgrgrsn I'm not sure I understand. My problem is coming from the Android screengrab lib and not from fastlane itself (which is what your workaround is about)

@joshdholtz have you found out what's causing the locale changing to be broken? I've got nothing except my [stack trace](https://github.com/fastlane/fastlane/issues/19521#issuecomment-953672793)

Still somewhat of an issue.