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
Browser: Chrome Version 129.0.6668.100 (Official Build) (x86_64)
Confirmation:
I have read and followed all the instructions provided in the README.md.
I am on the latest version of both Open WebUI and Ollama.
I have included the browser console logs.
I have included the Docker container logs.
I have provided the exact steps to reproduce the bug in the "Steps to Reproduce" section below.
Expected Behavior:
The pipeline will persist and be available in the web interface when uploaded successfully via a .py file.
Actual Behavior:
The pipelines are not persisting in the web interface when uploaded successfully via a .py file.
Description
Bug Summary:
A pipeline (.py) uploaded using the web interface disappears even though a green "successfully added" message displays.
Reproduction Details
Steps to Reproduce:
Install using the two provided commands in "Installation Method"
Navigate to settings > pipelines and upload a pipeline using the .py method.
Logs and Screenshots
Docker Container Logs:
2024-10-12 12:56:36 Error loading module: text2sql
2024-10-12 12:56:36 Descriptors cannot be created directly.
2024-10-12 12:56:36 If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
2024-10-12 12:56:36 If you cannot immediately regenerate your protos, some other possible workarounds are:
2024-10-12 12:56:36 1. Downgrade the protobuf package to 3.20.x or lower.
2024-10-12 12:56:36 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
2024-10-12 12:56:36
2024-10-12 12:56:36 More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
Additional Information
I have been able to resolve this bug by running "pip install protobuf==3.20.*" in the pipelines container and then restarting it.
The text was updated successfully, but these errors were encountered:
tjbck
transferred this issue from open-webui/open-webui
Oct 13, 2024
Bug Report
Installation Method
Environment
ProductName: macOS
ProductVersion: 15.0.1
BuildVersion: 24A348
Confirmation:
Expected Behavior:
The pipeline will persist and be available in the web interface when uploaded successfully via a .py file.
Actual Behavior:
The pipelines are not persisting in the web interface when uploaded successfully via a .py file.
Description
Bug Summary:
A pipeline (.py) uploaded using the web interface disappears even though a green "successfully added" message displays.
Reproduction Details
Steps to Reproduce:
Logs and Screenshots
Docker Container Logs:
2024-10-12 12:56:36 Error loading module: text2sql
2024-10-12 12:56:36 Descriptors cannot be created directly.
2024-10-12 12:56:36 If this call came from a _pb2.py file, your generated code is out of date and must be regenerated with protoc >= 3.19.0.
2024-10-12 12:56:36 If you cannot immediately regenerate your protos, some other possible workarounds are:
2024-10-12 12:56:36 1. Downgrade the protobuf package to 3.20.x or lower.
2024-10-12 12:56:36 2. Set PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION=python (but this will use pure-Python parsing and will be much slower).
2024-10-12 12:56:36
2024-10-12 12:56:36 More information: https://developers.google.com/protocol-buffers/docs/news/2022-05-06#python-updates
Additional Information
I have been able to resolve this bug by running "pip install protobuf==3.20.*" in the pipelines container and then restarting it.
The text was updated successfully, but these errors were encountered: