You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I have a JSON with some data that is base64 encoded, the data is long, when I try to:
send a message to a channel from the Channel Messages screen
display the contents of the logs from the Channel Messages screen
All I see is the long, single line data, kind of displayed wrapped but in the same line, so it's basically noise.
To Reproduce
Steps to reproduce the behavior:
Create a channel that receives JSON, like a HTTP Listener
Create a sample JSON with one field and the value is base64 encoded data, like a PDF in B64
Deploy the channel
Send the JSON to the channel (if you send from the Channel Messages > Right click > Send Message, you will see the noise when you paste the JSON there)
Go to the Channel Messages to check the logs
Select the log, below in Raw you will see the JSON with the strange noise instead of the data
Expected behavior
Display the data as is in the original message.
Actual behavior
It's showing noise.
Screenshots
See above.
Environment (please complete the following information):
OS: Linux Mint
Java Distribution/Version OpenJDK 11
Connect Version 4.5.0 (it happened in previous versions too)
Workaround(s)
None
The text was updated successfully, but these errors were encountered:
I don't think it has anything to with base64. I have seen this before also. If I remember correctly, it was using the admin tool on Linux only (Windows and MacOS didn't mess the display up). I think I finally gave up after the rabbit hole of Linux video drivers, Linux versions and java versions.
Oh - do import the windows font to Linux - Tahoma I think, there are other posts on it. I know you posted about font size in the admin tool itself some time ago.
I did replicate your problem again albeit in a VM with Tahoma font installed.
@pacmano1 I believe the issue is with any long continuous text, the base64 was just my case.
I can't install the windows font in my linux box because it breaks the text for other applications. There should be some other workaround or it would be better to just dump the whole layout manager which is painful to work with, though I'm not 100% sure this is because of the layout manager.
Describe the bug
I have a JSON with some data that is base64 encoded, the data is long, when I try to:
All I see is the long, single line data, kind of displayed wrapped but in the same line, so it's basically noise.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Display the data as is in the original message.
Actual behavior
It's showing noise.
Screenshots
See above.
Environment (please complete the following information):
Workaround(s)
None
The text was updated successfully, but these errors were encountered: