VRGhost / PyPush

Open Source Microbot Push library/daemon/Web UI
Other
36 stars 9 forks source link

Raspberry Pi 3 - Web page up - Still Not pairing #15

Closed DrIanGregory closed 11 months ago

DrIanGregory commented 7 years ago

./bin/serve.sh --ble_driver pybluez --ble_device hci0 web_ui

(process:11544): GLib-CRITICAL **: g_io_channel_read_chars: assertion 'channel->is_readable' failed

Bus error

javaftper commented 7 years ago

In your previous issue (#14) you mentioned editing the swap configuration.

To me your error looks memory related (polling a non-readable file) and swap files on SD cards are not reliable.

I overcame the memory issue with zram- compressed RAM algorithm (https://www.youtube.com/watch?v=IBNZLREqBxg).

Can you undo your swap file change and try zram?