Tailviewer icon indicating copy to clipboard operation
Tailviewer copied to clipboard

Not showing any data

Open doviec opened this issue 2 years ago • 4 comments

Current behaviour

white screen

Expected behaviour

lines of log/data

Steps to reproduce the problem

I changed the format of the log files to text and back to log format however it shows a white screen:

previous: image

now: image

doviec avatar Jan 22 '23 13:01 doviec

there is the same problem here.

JoseitoOliveira avatar Feb 28 '23 13:02 JoseitoOliveira

Go to -> C:\Users\<user>\AppData\Local\Tailviewer and delete all its content. Just in case, save the log file and if has not fixed the issue provide here the log. it solved the problem for me

af-silva avatar Apr 17 '23 16:04 af-silva

Thanks! This worked for me as well.

plattnum avatar Jun 13 '23 01:06 plattnum

In my case this was caused by inadvertently adding a "Custom Log file Format" in Settings and leaving it blank.

The delete button didn't seem to help, so I exited TailViewer and removed the folllowing section from %LOCALAPPDATA%\Tailviewer\settings.xml ...

  <customformats>
    <customformat plugin="Tailviewer.Formats.Serilog" name="My custom Serilog format" format="*" encoding="" />
  </customformats>

moon6969 avatar Apr 17 '24 16:04 moon6969