Deprecations logged for OttoFMS Ubuntu 22.04

When OttoFMS starts up on Ubuntu 22.04 the follow deprecation is logged

Jul 11 03:19:18 fms-dev ottofms-linux-x64[957]: (node:957) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer.allocUnsafe(), or Buffer.from() methods instead.
Jul 11 03:19:18 fms-dev ottofms-linux-x64[957]: (Use `ottofms-linux-x64 --trace-deprecation ...` to show where the warning was created)

Doesn’t seem to stop anything from working (yet) but might be worth tracking down and updating :slight_smile:

Cheers
Steve

Hey Steve,

Thanks for taking the time to report this. We are aware of this. As you say it doesn’t stop any thing from working. It’s a deprecation warning, which just means that at some point in the future version of node it will stop working. But the fact that the warning is there means that it still working. :upside_down_face:

But it does make everyone nervous. We will remove in a future version.

Thanks

Todd

Hey y’all,

These logs were removed in OttoFMS version 4.5.0!!

-Kyle