Bin Emmanuel

Results 10 issues of Bin Emmanuel

I get this exception though it looks like everything works fine on debug mode but the app crashes on none debug mode. ``` E/flutter ( 5779): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: MissingPluginException(No...

maybe bug
Not yet handled

``` Launching lib/main.dart on sdk gphone x86 arm in debug mode... Running Gradle task 'assembleDebug'... An exception has occurred in the compiler (1.8.0_242-release). Please file a bug against the Java...

`Launching lib/main.dart on iPhone 13 Pro Max in debug mode... Running Xcode build... Xcode build done. 4.1s Failed to build iOS app Error output from Xcode build: ↳ 2022-10-25 14:15:44.059...

bug

I need to be able to access the server without SSL, when I try I get the SSL handshake error; `SSL handshake error: stream_socket_enable_crypto(): SSL operation failed with code 1....

### Dockerfile.socket ``` FROM php:8.1.13-cli RUN docker-php-ext-install mysqli && docker-php-ext-enable mysqli CMD php /app/src/socket.php start -d ``` ### docker-compose.yaml ``` socket: build: context: . dockerfile: Dockerfile.socket depends_on: - database ports:...

Error: Class "Workerman\Lib\Timer" not found in /Users/binemmanuel/Projects/zerabtech_app/backend/vendor/workerman/phpsocket.io/src/Engine/Socket.php:238 Stack trace: #0 [internal function]: PHPSocketIO\Engine\Socket->onClose() #1 /Users/binemmanuel/Projects/zerabtech_app/backend/vendor/workerman/phpsocket.io/src/Event/Emitter.php(93): call_user_func_array(Array, Array) #2 /Users/binemmanuel/Projects/zerabtech_app/backend/vendor/workerman/phpsocket.io/src/Engine/Transport.php(68): PHPSocketIO\Event\Emitter->emit('close') #3 /Users/binemmanuel/Projects/zerabtech_app/backend/vendor/workerman/workerman/src/Connection/TcpConnection.php(944): PHPSocketIO\Engine\Transport->onClose(Object(Workerman\Connection\TcpConnection)) #4 /Users/binemmanuel/Projects/zerabtech_app/backend/vendor/workerman/workerman/src/Connection/TcpConnection.php(592): Workerman\Connection\TcpConnection->destroy() #5 /Users/binemmanuel/Projects/zerabtech_app/backend/vendor/workerman/workerman/src/Events/Select.php(352): Workerman\Connection\TcpConnection->baseRead(Resource id...

### Errors ``` E/flutter ( 5864): [ERROR:flutter/shell/common/shell.cc(93)] Dart Error: Dart_LookupLibrary: library 'package:telephony/telephony.dart' not found. E/flutter ( 5864): [ERROR:flutter/runtime/dart_isolate.cc(668)] Could not resolve main entrypoint function. E/flutter ( 5864): [ERROR:flutter/runtime/dart_isolate.cc(167)] Could not...

### Description On Android, in some instances, I get the #### Webpage not available: The webpage at https://ravemodal-dev.herokuapp.com/... could not be loaded because: net::ERR_NAME_NOT_RESOLVED ### Steps to Reproduce ``` Dart...

bug

``` Animarker( mapId: service.controller!.future.then((c) => c.mapId), zoom: 16, markers: service.markers.values.toSet(), isActiveTrip: true, shouldAnimateCamera: false, // child: GoogleMap( mapToolbarEnabled: false, mapType: MapType.normal, initialCameraPosition: service.cameraPosition, polylines: service.polylines.values.toSet(), // onTap: service.onTap, onMapCreated: service.onMapCreated,...

**Describe the bug** After going through the code I understand that the _toProto() method serialises the ApnsConfig Object resulting in this exception as it creates nullable fields like; ```JSON {"alert":...

bug