unvt / kanban

Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Raspberry Pi 4B で https://github.com/hfu/plow を動かす #5

Closed hfu closed 3 years ago

hfu commented 3 years ago

const browser = await chromium.launch({ headless: false, executablePath: '/usr/bin/chromium-browser' }) というように、executablePath を指定してあげることで、問題なく動かすことができた。

これをやっていない場合には、エラーが出る。

hfu commented 3 years ago

このような感じで動いている。

https://user-images.githubusercontent.com/18297/111952615-c1203c00-8b28-11eb-9c3f-7d26ba6762f8.mp4