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
In my production environment (MySQL 8.4.0 MGR Primary Node) such an error occurred(below err logs),please help check if there is a problem in Replication.py or something wrong with my usage(just start with URI,no other parameters by 6.7.2 lastest version):
error log:
Panels/Replication.py:230 in create_panel create_group_replication_panel()
and finally cause textual error:
DuplicateIds: Tried to insert a widget with ID
'member_container_1fe575ee-fd79-11ee-961c-0050568f5edf_a9ea04a4774664da8b7260ace072c0fae', but a widget
ScrollableContainer(id='member_container_1fe575ee-fd79-11ee-961c-0050568f5edf_a9ea04a4774664da8b7260ace072c0fae') already exists with
that ID in this list of children. The children of a widget must have unique IDs.
The text was updated successfully, but these errors were encountered:
Hi @gilbertwu - thanks for reaching out. Does this happen when you load the replication panel or after it's been running for awhile? I tried to reproduce your error, but can't seem to.
I made a change so it doesn't crash now. Can you see how it works for you?
Install it via: pip install git+https://github.com/charles-001/dolphie@main
In my production environment (MySQL 8.4.0 MGR Primary Node) such an error occurred(below err logs),please help check if there is a problem in Replication.py or something wrong with my usage(just start with URI,no other parameters by 6.7.2 lastest version):
error log:
Panels/Replication.py:230 in create_panel
create_group_replication_panel()
and finally cause textual error:
DuplicateIds: Tried to insert a widget with ID
'member_container_1fe575ee-fd79-11ee-961c-0050568f5edf_a9ea04a4774664da8b7260ace072c0fae', but a widget
ScrollableContainer(id='member_container_1fe575ee-fd79-11ee-961c-0050568f5edf_a9ea04a4774664da8b7260ace072c0fae') already exists with
that ID in this list of children. The children of a widget must have unique IDs.
The text was updated successfully, but these errors were encountered: