SillyTavern / SillyTavern-Timelines

Timeline view for SillyTavern chats
MIT License
34 stars 4 forks source link

Issue with jumping to parts in timeline #13

Closed dreamvsreality closed 4 months ago

dreamvsreality commented 5 months ago

When I attempt to jump to a message in the timelines, this error pops up in my timeline.

API endpoint /getgroupchat is deprecated; use /api/chats/group/get instead

Technologicat commented 4 months ago

The Timelines extension has been updated.

Please try again with the latest version - do you still get the error?

I also checked the code now, and it should already be using /api/chats/group/get, according to: https://github.com/SillyTavern/SillyTavern-Timelines/blob/master/tl_node_data.js#L458

At least in the new version, there are no matches in the Timelines extension source code for /getgroupchat.


EDIT: Found it! As of this writing, this was fixed two weeks ago in https://github.com/SillyTavern/SillyTavern-Timelines/pull/14.

So, just update the extension, and it should be fine.

dreamvsreality commented 4 months ago

Thank you! Works great now.