SkinnyDevi / webui_tavernai_charas

A TavernUI Character extension for oobabooga's Text Generation WebUI
Apache License 2.0
59 stars 2 forks source link

Bug: Error fetching Previous/Next page in search #14

Closed przewodo closed 5 months ago

przewodo commented 5 months ago

When you are on the search tab and click next section, this error occour:

extensions\webui_tavernai_charas\ui\featured.py", line 193, in next_category_section current_val = int(current.get("label")) + 1

AttributeError: 'str' object has no attribute 'get'

Steps to reproduce the behavior:

  1. Go on the Search Tab
  2. Click on Next Section or Previous Section
  3. See error on the console.
SkinnyDevi commented 5 months ago

When you are on the search tab and click next section, this error occour:

extensions\webui_tavernai_charas\ui\featured.py", line 193, in next_category_section

current_val = int(current.get("label")) + 1

AttributeError: 'str' object has no attribute 'get'

Steps to reproduce the behavior:

  1. Go on the Search Tab

  2. Click on Next Section or Previous Section

  3. See error on the console.

Hi, sorry for the late response. I'll look into it in the upcoming days. Thank you.

SkinnyDevi commented 5 months ago

Hello! The fix has been deployed. Please update the extension. Thank you for the report!

przewodo commented 5 months ago

Hello! The fix has been deployed. Please update the extension. Thank you for the report!

No problem! I thank you for you awesome plugin and work.