Skip to content

Impossible to launch Nagstamon 3.18.0 on AlmaLinux 9 where 3.16.2 worked perfectly... #1183

@TuxBel

Description

@TuxBel

Nagstamon worked without any problem on my AlmaLinux 9 until version 3.16.2 but just after update to 3.18.0...

Upon launch I get this message:

[me@myhostname ~]$ nagstamon
Traceback (most recent call last):
File "/usr/bin/nagstamon", line 45, in
from Nagstamon.qui import (app,
File "/usr/lib/python3.9/site-packages/Nagstamon/qui/init.py", line 40, in
from Nagstamon.qui.helpers import (check_servers,
File "/usr/lib/python3.9/site-packages/Nagstamon/qui/helpers.py", line 26, in
from Nagstamon.servers import servers
File "/usr/lib/python3.9/site-packages/Nagstamon/servers/init.py", line 29, in
from Nagstamon.servers.Nagios import NagiosServer
File "/usr/lib/python3.9/site-packages/Nagstamon/servers/Nagios.py", line 20, in
from Nagstamon.servers.Generic import GenericServer
File "/usr/lib/python3.9/site-packages/Nagstamon/servers/Generic.py", line 35, in
from Nagstamon.cookies import (cookie_data_to_jar,
File "/usr/lib/python3.9/site-packages/Nagstamon/cookies.py", line 223, in
def has_valid_cookie(server_name: str, cookie_name: str, now: int | None = None, skew_seconds: int = 30) -> bool:
TypeError: unsupported operand type(s) for |: 'type' and 'NoneType'

And nothing gets launched...

Seems to be a python issue, what could I do to solve this ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions