magiclabs / magic-flutter

Apache License 2.0
9 stars 5 forks source link

parseErrorData must be provided... #45

Closed mwawrusch closed 10 months ago

mwawrusch commented 11 months ago

Hi, we upgraded to latest flutter and magic and ran into the following issue:

../../../../../.pub-cache/hosted/pub.dev/agent_dart-1.0.0-dev.17/lib/bridge/ffi/ffi_bridge.dart:461:57: Error:
Required named parameter 'parseErrorData' must be provided.

This comes from agent_dart which is referenced in the magic sdk. I tried to pinpoint the agent_dart version and this error shows up for the first time in '1.0.0-dev.15'

agent_dart is v 1.0.0-dev.17 magic is 4.1.3

[✓] Flutter (Channel stable, 3.13.7, on macOS 13.5.1 22G90 darwin-arm64, locale en-US) [✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.0) [✓] Chrome - develop for the web [✓] Android Studio (version 2021.2) [✓] VS Code (version 1.83.0) [✓] Connected device (3 available) [✓] Network resources

mwawrusch commented 11 months ago

FYI the agent_dart maintainers are working on this,

Ariflo commented 11 months ago

Hello @mwawrusch, thanks for bringing this error to our attention. We ran our demo app with the latest version of Flutter and the Magic SDK, keeping agent_dart at the 1.0.0-dev.15 version and didn't see the error arise. That said, could you provide more details on the steps you took to produce the error? Does the error occur on app initialization? Have you tried troubleshooting with our demo app?

sujithsureshkumar commented 11 months ago

I am also getting the same error.

sujithsureshkumar commented 11 months ago
Screenshot 2023-10-27 at 7 20 21 PM
Ariflo commented 11 months ago

@sujithsureshkumar @mwawrusch, Could either of you please provide more information on how you were able to reproduce the error? We are still having trouble reproducing it when running the demo app on our end. FWIW, we are running the app on the latest Xcode 15.0.1 / iPhone 15 Pro Max (Simulated) / magic_sdk: ^4.1.3 / agent_dart 1.0.0-dev.15.

sujithsureshkumar commented 11 months ago

@Ariflo I got this error when I created a new flutter project using magic sdk. Old project using magic sdk worked fine, but when I removed the magic sdk package from my old project and after that I added again the magic sdk,I got this error in old project as well.

Ariflo commented 11 months ago

@Ariflo I got this error when I created a new flutter project using magic sdk. Old project using magic sdk worked fine, but when I removed the magic sdk package from my old project and after that I added again the magic sdk,I got this error in old project as well.

@sujithsureshkumar Can you clarify what you mean by "removed the magic sdk package"? Did you remove it from the pubspec.yaml, run flutter run, then return it to the pubspec.yaml? If so, you might need to flutter clean to resolve your error.

Otherwise, I encourage you to troubleshoot with our demo app, as we are still unable to reproduce the error on our end.

sujithsureshkumar commented 11 months ago

@Ariflo I had run flutter clean after removing magic sdk from pubspec.yaml. You can reproduce the error by creating new flutter project using magic sdk.

Ariflo commented 11 months ago

@sujithsureshkumar thanks for clarifying the steps to reproducing the error. We are now able to see the error on our end and are working on a resolution. Thanks!

Ariflo commented 10 months ago

@sujithsureshkumar @mwawrusch Thank you for your patience here. This error took some time to root out as agent_dart is a nested dependency of one of our package dependencies used for DPoP.

That said agent_dart maintainers have been diligently working to resolve the issue we're all seeing with running the package on iOS and will hopefully release a new version with the fix soon.

With said update in place, we'll push out the changes to our package that should hopefully resolve this issue for everyone.

Ariflo commented 10 months ago

@sujithsureshkumar @mwawrusch the agent_dart issue has been resolved and fix shipped 🚀 in the latest version of magic_sdk v5.0.0. Thanks again for your patience. Happy coding 👋