mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-12 10:04:14 -05:00
illegal base64 data at input byte 33 (After creating image in chat) #460
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kegscruiser on GitHub (Mar 12, 2024).
Bug Report
Description
Bug Summary:
When trying to continue a chat after generating an image the error occurs.
(illegal base64 data at input byte 33)
Steps to Reproduce:
During a chat create an image and then try to continue the chat.
Expected Behavior:
To continue the chat.
Actual Behavior:
Open Webui shows the error "illegal base64 data at input byte 33" and will not continue the chat
Environment
Reproduction Details
Confirmation:
Logs and Screenshots
Browser Console Logs:
[Include relevant browser console logs, if applicable]
Docker Container Logs:
[Include relevant Docker container logs, if applicable]
Screenshots (if applicable):
Installation Method
Docker installation
Additional Information
This issue only appeared in version v0.1.111.
Previous version v0.1.110 was fine.
Note
If the bug report is incomplete or does not follow the provided instructions, it may not be addressed. Please ensure that you have followed the steps outlined in the README.md and troubleshooting.md documents, and provide all necessary information for us to reproduce and address the issue. Thank you!
@tjbck commented on GitHub (Mar 12, 2024):
Fixed on the dev branch! Let me know if the issue persists!
@kegscruiser commented on GitHub (Mar 13, 2024):
Issue is corrected, thank you :)