dmitry-fbm
dmitry-fbm
HttpException: Bad file descriptor, uri = https://domain/i_18409528_1647229044.jpg Empty stacktrace.
Can this please be fixed in the nearest hotfix release?
Our new logger revealed a bit more detail on this, here is stacktrace: ``` 0 IOClient.send (package:http/src/io_client.dart:88) 1 2 BaseClient._sendUnstreamed (package:http/src/base_client.dart:93) 3 4 _withClient (package:http/http.dart:164) 5 ```
Happened in www version (Mac M1): ```log Assertion failed: file:///opt/homebrew/Caskroom/flutter/3.10.1/flutter/packages/flutter/lib/src/services/hardware_keyboard.dart:437:16 _pressedKeys[event.physicalKey] == event.logicalKey "A KeyUpEvent is dispatched, but the state shows that the physical key is pressed on a different...
After some back and forth we _seems_ (more testing to be done) were able to solve the issue by disabling caching of `index.html` along with removal of `--source-maps --no-frequency-based-minification` build...
> Is there a way for you to confirm this by switching to latest master and see if you still get same error log or not ? @darshankawar hello, so...
@darshankawar Yea I'm afraid there is not a lot of info in #109248 to reproduce it locally. We don't do any downloads; our use of `IsolateNameServer` is very different and...
Let me clarify few things: * Our use of isolates is very limited, the most of it is done by external libs. Quick search through the code points out to...
Hello gentlemen. This is getting P0 priority to me - and I believe to everyone else who use FCM. Recent stats show over 9% (!!!) of sessions ended up with...
UPD: the bug is gone after update to Flutter 2.3.9. Note that we applied all the tricks suggested here too, but none helped before the update.