Daniel Chevalier

Results 49 comments of Daniel Chevalier

I ran into this as well and can confirm that removing the `aws_cognito_identity_pool_id` line from my amplifyconfiguration.json seems to have fixed it.

Reopening this since it seems like this was erroneously closed the be cleanup bot

oops yes thank you for bringing that to my attention :) Should be fixed now

Closing since the log is expired now. If this ends up being an issue in the future we can open up a new one.

@chakbun could you please[ try changing the port number in VSCode](https://github.com/flutter/devtools/issues/5038#issuecomment-1381605514)? This sounds familiar to a caching issue, so I'd like to rule that out :)

I found the abort call that appears to be used for cancel: https://github.com/dart-lang/sdk/blob/f5fe3dddcc3401fb4848418f639a6f28187d63ce/sdk/lib/_http/http_impl.dart#L1604 I blindly tried adding `_profileData?.finishRequestWithError`to it, but wasn't able to get those events in devtools so this...

Hey Markus when you are trying to access Devtools on your remote device, are you portforwarding the resulting port and then accessing the remote device's ip address and forwarded port...

Hmm I don't know enough about how these are built to know whether this is possible outright then. @kenzieschmoll @bkonyi do you know enough to know whether there is a...

@Gagnar1999 could you please provide an example of the api calls? Some code to help reproduce this would go a long way :)