rhysmorgan134 / react-carplay

MIT License
381 stars 58 forks source link

Screen recognizes clicks, but still shows blank #27

Closed seth602 closed 1 year ago

seth602 commented 1 year ago

Running v3.0.1 does not work (running the sudo command throws an error that it can't connect to bus), but using v1.0.6 and v1.0.5 sort of works, meaning carplay is recognized on my phone but the react app screen is blank. I can click on the blank screen and it recognizes input (i was even able to start/stop the music by trying to click in the middle of the blank screen) but nothing is shown. Raspberry pi 4 on Bullseye I think it might be because I have a slightly different Carlink model: Model CPC200-CCPA (versus the CPC200-Autokit shown in the demo)

rhysmorgan134 commented 1 year ago

It needs to be run without sudo, and the appropriate udev rules need to in place. See the below comment

https://github.com/rhysmorgan134/react-carplay/issues/26#issuecomment-1418250982

rhysmorgan134 commented 1 year ago

Just realised the read me shows outdated instructions, I’ll get it updated!

seth602 commented 1 year ago

Awesome, thank you! after a few tries without sudo it works now. Definitely should've looked through previous issues first, my bad! btw, loving this project!