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've made some progress with the AGL QEMU setup, but I've hit another snag when trying to run the Flutter app. I'd appreciate your insights on this new issue.
When attempting to launch the Flutter app using flutter run, I encounter the following error:
Launching lib/main.dart on AGL ricefish-latest QEMU Image in debug mode...
ssh: connect to host localhost port 22: Connection refused
QEMU is running and I can interact with the AGL UI. I also added the fingerprint:
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '[localhost]:2222' (ED25519) to the list of known hosts.
agl-driver tty7 Aug 20 17:23
The error message mentions port 22, but the configuration shows that the connection from the host is opened via port 2222, which is forwarded to port 22 on the virtual machine.
Why is the Flutter run command attempting to connect to port 22 instead of 2222?
Is there a configuration setting I might have missed that specifies the SSH port for Flutter?
Could this be related to the changes made in the ricefish config?
I'm happy to suggest PRs if needed, but I don't yet feel confident enough in my understanding of the system to do so. Any guidance or explanations would be greatly appreciated.
Thanks in advance for your help with this issue!
The text was updated successfully, but these errors were encountered:
Hello @jwinarske ! 👋
I've made some progress with the AGL QEMU setup, but I've hit another snag when trying to run the Flutter app. I'd appreciate your insights on this new issue.
When attempting to launch the Flutter app using
flutter run
, I encounter the following error:QEMU is running and I can interact with the AGL UI. I also added the fingerprint:
Questions
I'm happy to suggest PRs if needed, but I don't yet feel confident enough in my understanding of the system to do so. Any guidance or explanations would be greatly appreciated.
Thanks in advance for your help with this issue!
The text was updated successfully, but these errors were encountered: