Jörg Stucke
Jörg Stucke
> Depending on gitpython installed (which in turn requires git) makes FACT even less packagable. This is not a problem per se, as FACT currently cannot be packaged anyway but...
I replaced gitpython with a call to git
Hi, from what I can tell from the logs it seems like the file you are trying to upload as firmware is already in the database as unpacked file from...
What is more, the file will never leave "currently analyzed firmware" because this file "got lost" during scheduling: All unpacking and analysis tasks should actually be completed but it will...
Since when does it also replace black? Is this a new feature or did I just not notice it until now? :sweat_smile:
This seems to be just a timeout of an analysis process. The reason why you don't reach 100% is a different one: the progress of unpacking is also not at...
All the errors that you posted should be handled in [this line](https://github.com/fkie-cad/FACT_core/blob/e0dc06dfea7b31160c636eb96f1b2729fae3c8d2/src/analysis/PluginBase.py#L210C16-L210C16), so it there are no errors outside of the plugin or the `process_next_object` function, this is not the...
The error message does not really tell us what went wrong. There should usually be a traceback in the logs above the message, something starting roughly like this: ``` Process...
With #1138, analysis exception traces should also be logged to log files and the web GUI
@SpaceMoehre are you using FACT 4.1.1 or the master branch?