Hotspot app fails to install

My YunoHost server

Hardware: Old laptop or computer
YunoHost version: 11.2
I have access to my server : physical, ssh, webmin
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If your request is related to an app, specify its name and version: hotspot 2.0~ynh3

Description of my issue

Attempts to install the hotspot app (webmin or cli) immediately fail with the following error:

Traceback (most recent call last):
  File "/usr/bin/yunohost", line 77, in <module>
    yunohost.cli(
  File "/usr/lib/python3/dist-packages/yunohost/__init__.py", line 41, in cli
    ret = moulinette.cli(
  File "/usr/lib/python3/dist-packages/moulinette/__init__.py", line 110, in cli
    Cli(
  File "/usr/lib/python3/dist-packages/moulinette/interfaces/cli.py", line 503, in run
    ret = self.actionsmap.process(args, timeout=timeout)
  File "/usr/lib/python3/dist-packages/moulinette/actionsmap.py", line 580, in process
    return func(**arguments)
  File "/usr/lib/python3/dist-packages/yunohost/log.py", line 410, in func_wrapper
    result = func(*args, **kwargs)
  File "/usr/lib/python3/dist-packages/yunohost/app.py", line 1098, in app_install
    args = {
  File "/usr/lib/python3/dist-packages/yunohost/app.py", line 1101, in <dictcomp>
    if question.value is not None
AttributeError: 'DisplayTextOption' object has no attribute 'value'

No logs are generated, nothing in dmesg or journal.

Here’s the lspci for the wireless card, if it matters …

08:00.0 Network controller: Realtek Semiconductor Co., Ltd. RTL8191SEvB Wireless LAN Controller (rev 10)

To be fixed in 11.2.3

1 Like

Aces, thx

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.