Skip to content

Update app.py#21

Open
ordaj wants to merge 1 commit into
LimberDuck:masterfrom
ordaj:patch-1
Open

Update app.py#21
ordaj wants to merge 1 commit into
LimberDuck:masterfrom
ordaj:patch-1

Conversation

@ordaj
Copy link
Copy Markdown

@ordaj ordaj commented Jul 13, 2023

Error messages:
[2023-07-12 20:04:00.462644] [action=info] [source_file_name=ERROR Parsing [1/1] nessus files] [2023-07-12 20:04:00.463644] [action=info] [source_file_name=unsupported operand type(s) for +=: 'NoneType' and 'int']

By adding str(notification), you ensure that the notification is converted to a string before being emitted. This should resolve the error caused by concatenating a NoneType and an int.

Error messages:
[2023-07-12 20:04:00.462644] [action=info] [source_file_name=ERROR Parsing [1/1] nessus files] 
[2023-07-12 20:04:00.463644] [action=info] [source_file_name=unsupported operand type(s) for +=: 'NoneType' and 'int']

By adding str(notification), you ensure that the notification is converted to a string before being emitted. This should resolve the error caused by concatenating a NoneType and an int.
@damian-krawczyk
Copy link
Copy Markdown
Collaborator

Hi @ordaj,
this issue has been fixed in the latest release, v0.12.5. Please check if it still occurs on your end. I apologize for the delay in getting this fixed.

Thank you for using LimberDuck tools 🙏🏻
If you find them useful, please consider leaving a star ⭐ on GitHub.

Feel free to fill in the feedback form and let us know what’s missing or annoying in NFA - your input helps shape the next release. Thank you!

@damian-krawczyk damian-krawczyk added the SOLVED Issue fixed, feature or answer provided. Will be closed if no feedback is received. label Jan 23, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

SOLVED Issue fixed, feature or answer provided. Will be closed if no feedback is received.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants