sipcapture / homer-ui

HOMER Front-End Application (UI)
http://sipcapture.org
64 stars 62 forks source link

LOG 100 doesn't show raw data in 7.8.1 #304

Closed kpribic closed 4 years ago

kpribic commented 4 years ago

7.8.1 breaks display of raw logs (at least for my scenario). Same LOG message 62201 from the same DB shown in newer and older HomerUI (tried with homer-app 1.1.37 and 1.2.1 with same results): image

Chrome console (Version 83.0.4103.116 (Official Build) (64-bit)) doesn't show any errors. Network log in chrome shows a proper query for message 62201 and a response that contains proper RAW. It just gets misplaced somewhere before it's show on the UI. This is response after json pretty plugin in sublime: image

lmangani commented 4 years ago

@kpribic thanks for the report @mikegoodstadt could you have the team validate and hotpatch if confirmed?

adubovikov commented 4 years ago

we can confirm the issue. The dev-team is working on it

kpribic commented 4 years ago

@mikegoodstadt This fix unfortunately doesn't work for me. I just tested with devel branch, and it still displays "raw is empty" while still managing to output the snipped above the arrow.

image