View Single Post
03/25/24, 12:43 PM   #49
ImpOfThePerverse
Join Date: Mar 2024
Posts: 8
Originally Posted by Baertram View Post
For every other question you go there, I geuss somene more experienced with that guild history needs to step in here.
I've finally gotten a request to complete. I tried requesting a day's worth of data from 1 week ago, and from 24 hours ago, and both requests completed pretty much immediately (IsGuildHistoryRequestComplete returns true, GUILD_HISTORY_REQUEST_FLAG_COMPLETE is the only positive flag, and there are results in the cache for that time window.)

Requests for more recent data produce results in the cache but the requests are never flagged as complete. My guess is it's a server syncing issue? The server can't guarantee that all of the latest results are in, so the request isn't complete. I haven't narrowed down how recent a request can be and still complete, if that's what's going on, but there probably won't be a reliable number if it's tied to server loads and whatnot.
  Reply With Quote