How to reproduce
Attempt to interface with the Glow Worm over USB without user being added to the dialout or uucp group
Fix:
For non-arch distros: sudo usermod -aG dialout $USER
For Arch: sudo usermod -aG uucp $USER
Could this check be implemented on start-up maybe? (or a one time reminder?)