Protuhj
Protuhj
Looking into this a little bit, from what I can tell, this is their CloudFare spam protection blocking the request. If you look at your cookies when loading the https://www.pathofexile.com/trade...
In [`WorldQuestTracker_Core.lua` at line 1371](https://github.com/Tercioo/World-Quest-Tracker/blob/master/WorldQuestTracker_Core.lua#L1371) - I added `and not InCombatLockdown()` to the end of the if clause, and it *seems* to address the taint issue. That makes the line,...
Seeing the same in retail. ``` 4x Details/functions/timedata.lua:538: attempt to index field 'databroker' (a nil value) [string "@Details/functions/util.lua"]:1252: in function [string "=[C]"]: in function `xpcall' [string "@Details/functions/schedules.lua"]:22: in function ```...
I manually deleted the `Details*` folders and re-installed, and it seemed to fix it. What causes that?
Does FetchLeagues support getting the user's private leagues? If so, may I suggest breaking out the query fixes into their own PR so we can benefit from them, while you...