Enric Badia
Enric Badia
Same problem here. `Running migrations: Applying django_rest_passwordreset.0002_pk_migration...Traceback (most recent call last): File "/usr/local/lib/python3.9/site-packages/django/db/backends/utils.py", line 84, in _execute return self.cursor.execute(sql, params) File "/usr/local/lib/python3.9/site-packages/django/db/backends/mysql/base.py", line 73, in execute return self.cursor.execute(query, args) File...
All working now. Just reset migrations to zero and recreate all tables for django_rest_passwordreset. Thanks!
Same here using 3.2.1 on: - iOS 17.5.1 - iOS 16.7.8 Tried several "connect/disconnect" combinations all with the same result: `'ERROR', [BleError: Operation was cancelled]` Help appreciated too. Thanks!!!
> @ebadia In my case, I tried reinstalling the node module, which helped a bit, but still intermittently throwing the error 'ERROR', `[BleError: Operation was canceled]` I deleted node_modules folder,...
> > > @ebadia In my case, I tried reinstalling the node module, which helped a bit, but still intermittently throwing the error 'ERROR', `[BleError: Operation was canceled]` > >...
This is the code I use to identify and connect to the BLE device (a weight scale) ``` if (device.name === "Chipsea-BLE") { console.log("IDENTIFICADOR", device.name); console.log("IM CONNECTED", await device.isConnected()); ble.stopDeviceScan();...
> @intent-kacper-cyranowski > > I apologize for the delayed response to your comment. As the issue persists, I've attempted the following approach, which seems to work without any problems: >...