Necktschnagge / finn

0 stars 0 forks source link

runtime check without secrets #16

Closed Necktschnagge closed 2 years ago

Necktschnagge commented 2 years ago

Changes so far:

original issue:

@r0ost3r reported that there is some runtime exception when executing under Linux.

terminate called after throwing an instance of 'nlohmann::json_abi_v3_11_2::detail::type_error'
  what():  [json.exception.type_error.305] cannot use operator[] with a string argument with array

Let's have a look.

Necktschnagge commented 2 years ago

Maybe creating an empty json results in an empty array.

Necktschnagge commented 2 years ago

9576f53 looks like it already crashes before returning empty summary json. The log by @r0ost3r looked differently.

has to be debugged locally in Linux.

Necktschnagge commented 2 years ago

Reason for creating in array is {}-initialization. See:

Necktschnagge commented 2 years ago

@r0ost3r please check if this solves your issue on Linux. You may use "Squash and merge" button afterwards if you like.

r0ost3r commented 2 years ago

Linux issue fixed.