ruundii / bthidhub

Bluetooth HID hub
MIT License
309 stars 50 forks source link

No web interface after installation #46

Closed rachedamer closed 2 years ago

rachedamer commented 2 years ago

Just tried installing bthidhub on my Pi using the on_pi_setup.sh. Script went through, but after reboot I could not connect to the web interface. Nmap also showed there was no port 8080 open.

During installation, I got the error message:

aiohttp-session 2.11.0 has requirement aiohttp>=3.8, but you'll have aiohttp 3.6.2 which is incompatible.

Apparently, it first installed and then deleted 3.6.2 to install 3.8.1 after that. Maybe something to do with this? Workaround by setting aiohttp-session to an old version as well?