-
-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Version
2.3.4
Describe the bug
I want to report some different behavior compared to what I experienced previously. Maybe bug isn't the right issue to place it under but don't see anything else applicable.
When using the export function right now it calls the following which results in a small file (600kb) with a maximum of 99 responses
https://www.perplexity.ai/rest/thread/[threadUID]?version=2.18&source=default
Steps to reproduce
- Go perplexity and login
- open a thread with more than 100 messages or even 500 messages (this is a rare scenario but I can test it since I have some threads that ran longer)
- observe it only exports the last 99 messages
Bug confirmation
- I am not able to reproduce the issue with the extension disabled
- I have re-installed the extension and the issue persists
Expected behavior
I think the call used to be something like this which was way better as it grabbed around 450 responses and came about to (1.8mb) .
https://www.perplexity.ai/p/api/v1/thread/[threadUID]?with_parent_info=true&source=web&limit=9999
The reason I ask is because I have some chats that I didn't bother to create a new thread and they ballooned to around 600 messages and I'm unable to export them at their full length, i think the maximum I was able to export previously was around 467 messages and right now only able to get 99.
Screenshots
No response
Browser
Firefox 141.0.3
Additional context
No response