What product/components do you use and which version/fix level are you on?
latest
Is your question related to the free trial, or to a production (customer) instance?
production
What are you trying to achieve? Please describe it in detail.
I try to upload a picture to cumolocity. It is converted to a base64-String and I try to send it via an event message as a normal dictionary payload → image_string
The text over the error is part of the string for internal debug purposes. The Error below is ocurring, when we try to send a dictionary with this string included. If we try to send it without the string (simply commented out the entry but didnt change anything else) it will send the event-message just fine.
Have you installed all the latest fixes for the products and systems you are using?
The Picture is aproximately 64KB, it varies a little bit depending on the actual object it is taken from.
Since we are using Thinedge to send our Data to Cumolocity, can you please specify under which MQTT-topic and with which payload we have to publish in order to upload the picture as a binary in the first place?
We have now published image through thin edge topic and can be retrieved through events (UTF-8 Encoding)
Use case was simple, we need end to end streaming for our images through thin edge.
Still there is no component which supports decoding of image real time on UI