{
}
}
(*temporary) = "attempt to call field 'Dropdown' (a nil value)"
ADDON = "PetTracker"
L =
{
Switcher = "Switcher"
Tutorial =
{
}
TellMore = "Tell me more about yourself."
RivalPortraits = "Rival Portraits"
MissingRares = "Missing Rares"
DisplayCondition = "Display Condition"
FilterSpecies = "Filter Species"
Species = "Species"
OptionsDescription = "These options allow you to toggle PetTracker general features on and off. Gotta catch them all!"
Source6 = "Achievement"
Maximized = "Maximized"
HelpDescription = "Here we provide answers to the most frequently asked questions. We also recommend following the ingame tutorial. If neither solve your problem, you might consider asking for help on the PetTracker user community on discord."
SpecieIconsTip = "If enabled, pets will be marked by their species icon instead of type when shown in the world and battle map."
TotalRivals = "Total Rivals"
Ninja = "Ninja"
Source9 = "Trading Card Game"
AddWaypoint = "Add Waypoint"
AvailableBreeds = "Available Breeds"
ZoneTrackerTip = "If enabled, a list of pet capture progress in the current zone will be displayed next to the quest objectives.|n|n|cff20ff20You can also toggle this option from the Pet Journal.|r"
ShowStables = "Show Stables"
Breed = "Breed"
ZoneTracker = "Zone Tracker"
SpecieIcons = "Specie Icons"
AlertUpgrades = "Alert for Upgrades"
UpgradeAlert = "Wild upgrades have appeared!"
EnemyTeam = "Enemy Team"
Source1 = "Drop"
Defeat = "Defeat"
Source4 = "Profession"
Source8 = "Promotion"
Source10 = "In-Game Shop"
ShowJournal = "Show in Journal"
Victory = "Victory"
Source11 = "Discovery"
Source12 = "Trading Post"
PatronsDescription = "PetTracker is distributed for free and supported trough donations. A massive thank you to all the supporters on Patreon and Paypal who keep development alive. You can become a patron too at |cFFF96854patreon.com/jaliborc|r."
StableTip = "|cffffd200Come here to heal your|npets for a small fee.|r"
Source2 = "Quest"
CapturedPets = "Show Captured"
Rivals = "Rivals"
NoHistory = "PetTracker has never seen you
fight this adversary"
AlertUpgradesTip = "If disabled, an upgrades alert box will not be shown in combat, but upgrades will still be marked with a symbol (|TInterface/GossipFrame/AvailableQuestIcon:0:0:-1:-2|t)."
ShowPets = "Show Battle Pets"
Source7 = "World Event"
FAQ =
{
}
ForfeitTip = "If enabled, will ask whether to forfeit a wild battle when no upgrades are available."
RivalPortraitsTip = "If enabled, rivals will be marked by their portraits when shown in the world and battle map."
Source5 = "Pet Battle"
NoneCollected = "None Collected"
LoadTeam = "Load Team"
AskForfeit = "No upgrades are available. Quit battle?"
BreedExplanation = "Determines how stats gained at each level are distributed."
Source3 = "Vendor"
TrackPets = "Track Pets"
Forfeit = "Prompt for Forfeit"
MissingPets = "Missing Pets"
CommonSearches = "Common Searches"
SwitcherTip = "If enabled, the default UI for switching pets in combat will be replaced by an improved one."
}
tried to fork to fix, i seem to be missing a LOT....
however i did note that i can fix one by opening "C:\Program Files (x86)\World of Warcraft_retail_\Interface\AddOns\PetTracker\libs\TaintLess\TaintLess.xml"
and adding
local GetAddOnMetadata = GetAddOnMetadata or C_AddOns.GetAddOnMetadata
sometime before
local patch do
local q, skips = {}, securecall(function()
local cb, r, _, an = select(4,GetBuildInfo()), {moon="haunted"}
r.moon, _, an = nil, issecurevariable(r, "moon")
for m, v, clo, chi in (GetAddOnMetadata(an, "X-TaintLess-DisableMitigations") or ""):gmatch("([%a_]+)=(%d+):?(%d*):?(%d*)") do
if (clo == "" or cb >= clo+0) and (chi == "" or chi+0 >= cb) then
r[m] = v + 0
end
end
return r
end)
function patch(name, version, impl)
if name == nil then
for qf, v in pairs(q) do
securecall(qf, v)
end
elseif not ((tonumber(_G[name]) or 0) >= version or skips and skips[name] == version) then
_G[name], q[impl] = version, version
end
end
end
i think you better start with the updated lib (or take and compare the lib from his/her other projects) before modifiying the old one.
https://www.townlong-yak.com/addons/taintless or for example from bagnon
i can see that your mentioned fix is already implemented -> changed into C_AddOns.GetAddOnMetadata
maybe updating all used libs will already eliminate some errors...
i think you better start with the updated lib (or take and compare the lib from his/her other projects) before modifiying the old one. https://www.townlong-yak.com/addons/taintless or for example from bagnon i can see that your mentioned fix is already implemented -> changed into C_AddOns.GetAddOnMetadata
maybe updating all used libs will already eliminate some errors...
good luck :)
ty. i didnt realize that was a reference to another place. i stopped when i realized poncho and a few others were but did not have a chance to look for any yet.
i'll wait for the author, who i would expect knows where all the plugins are, to look for updates then
good work :)
just in case, maybe it helps you, errors with only pettracker loaded... (i did delete bugsackr related errors)
it seems you have an addon loaded which already fixed aceevent and this is loaded instead of the one packed with this addon
1x ...ddOns/PetTracker/addons/main/features/objectives.lua:24: CreateFrame(): Couldn't find inherited node "ObjectiveTrackerHeaderTemplate"
string "=[C]": in function CreateFrame' [string "@PetTracker/addons/main/features/objectives.lua"]:24: in function?'
[string "@PetTracker/libs/WildAddon-1.0-2/WildAddon-1.0.lua"]:20: in function <...dOns/PetTracker/libs/WildAddon-1.0/WildAddon-1.0.lua:18>
[string "@PetTracker/libs/WildAddon-1.0-2/WildAddon-1.0.lua"]:56: in function <...dOns/PetTracker/libs/WildAddon-1.0/WildAddon-1.0.lua:53>
[string "@PetTracker/libs/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <PetTracker/libs/AceEvent-3.0/AceEvent-3.0.lua:119>
string "=[C]": in function LoadAddOn' [string "@Blizzard_UIParent/Mainline/UIParent.lua"]:422: in functionUIParentLoadAddOn'
[string "@Blizzard_UIParent/Mainline/UIParent.lua"]:565: in function `TimeManager_LoadUI'
[string "@Blizzard_UIParent/Mainline/UIParent.lua"]:1410: in function <...rfaceBlizzard_UIParent/Mainline/UIParent.lua:1290>
{
}
Index = 1
Anchor = Frame {
}
MaxEntries = 0
Tag = "PETTRACKER_"
Bar = Frame {
}
}
(temporary) = "ObjectiveTrackerHeaderTemplate"
and:
1x ...ddOns/PetTracker/addons/main/features/objectives.lua:64: attempt to index upvalue 'Minimize' (a nil value)
[string "@PetTracker/addons/main/features/objectives.lua"]:64: in function UpdateMinimize' [string "@PetTracker/addons/main/features/objectives.lua"]:58: in function?'
[string "@PetTracker/libs/WildAddon-1.0-2/WildAddon-1.0.lua"]:100: in function `func'
[string "@PetTracker/libs/MutexDelay-1.0-2/MutexDelay-1.0.lua"]:36: in function <...ns/PetTracker/libs/MutexDelay-1.0/MutexDelay-1.0.lua:30>
Locals:
self = Frame {
Lines =
{
}
Index = 1
Anchor = Frame {
}
MaxEntries = 0
Tag = "PETTRACKER_"
Bar = Frame {
}
}
(temporary) = nil
(temporary) = nil
(temporary) = true
(temporary) = nil
(temporary) = nil
(temporary) = nil
(*temporary) = "attempt to index upvalue 'Minimize' (a nil value)"
Minimize = nil
in that folder for this from there are
AceEvent-3.0
AceLocale-3.0
CallbackHandler-1.0
LibStub
after updating those from the latest release zip... it appears there's conflicts with altaholic & tomtom still...
updating tomtom & altaholic to these versions... doesnt help?
hmmm let me try resetting those two and disabling them...
and i hit others that have ace...
as i disable the rest with ace: handy notes, prat, auctioneer suite; and load in...mapster is a conflict?
disable mapster and DBM's version is a mismatch
disable dbm for testing and ...
details. lol disable details for testing and ...
method raid tools ... mythic dungeon tools ... omnicd ...
and we finally stay in pettracker. looks liek the function changed.
Message: ...ddOns/PetTracker/addons/main/features/objectives.lua:24: CreateFrame(): Couldn't find inherited node "ObjectiveTrackerHeaderTemplate"
Time: Sat Aug 17 08:10:20 2024
Count: 1
Stack: ...ddOns/PetTracker/addons/main/features/objectives.lua:24: CreateFrame(): Couldn't find inherited node "ObjectiveTrackerHeaderTemplate"
[string "@Interface/AddOns/PetTracker/addons/main/features/objectives.lua"]:24: in function `?'
[string "@Interface/AddOns/PetTracker/libs/WildAddon-1.0/WildAddon-1.0.lua"]:20: in function <...dOns/PetTracker/libs/WildAddon-1.0/WildAddon-1.0.lua:18>
[string "@Interface/AddOns/PetTracker/libs/WildAddon-1.0/WildAddon-1.0.lua"]:56: in function <...dOns/PetTracker/libs/WildAddon-1.0/WildAddon-1.0.lua:53>
[string "=[C]"]: ?
[string "@Interface/AddOns/PetTracker/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:19: in function <...ker/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua:15>
[string "@Interface/AddOns/PetTracker/libs/CallbackHandler-1.0/CallbackHandler-1.0.lua"]:54: in function `Fire'
[string "@Interface/AddOns/PetTracker/libs/AceEvent-3.0/AceEvent-3.0.lua"]:120: in function <...AddOns/PetTracker/libs/AceEvent-3.0/AceEvent-3.0.lua:119>
[string "=[C]"]: ?
[string "=[C]"]: in function `LoadAddOn'
[string "@Interface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua"]:422: in function `UIParentLoadAddOn'
[string "@Interface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua"]:565: in function `TimeManager_LoadUI'
[string "@Interface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua"]:1410: in function <...rface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua:1290>
Locals: self = Frame {
Lines = <table> {
}
Index = 1
Anchor = Frame {
}
MaxEntries = 0
Tag = "PETTRACKER_"
Bar = Frame {
}
}
Parent = nil
not quite sure but at least its not an interaction issue
PetTracker\addons\main\features\objectives.lua: update line 24 to:
local header = CreateFrame('Button', 'PetTrackerObjectiveTrackerHeader', self, 'ObjectiveTrackerContainerHeaderTemplate') -- ObjectiveTrackerHeaderTemplate -> ObjectiveTrackerContainerHeaderTemplate according to https://github.com/Tercioo/World-Quest-Tracker/blob/db15d824fa4ba80e7bcdc30d126e52b001f36dc9/WorldQuestTracker_Tracker.lua#L321 as of 2024 08 17
PetTracker\addons\main\features\objectives.lua: update lines 36 & added a new line of citation:
-- broken by 11.0.0: ObjectiveTracker_Update --> ObjectiveTrackerManager, "UpdateAll" as per https://github.com/Tercioo/World-Quest-Tracker/blob/db15d824fa4ba80e7bcdc30d126e52b001f36dc9/WorldQuestTracker_Tracker.lua#L1653 on 2024 08 17 hooksecurefunc(ObjectiveTrackerManager, "UpdateAll", function()
thumbs up
a pitty that you got no response from author yet, even while he is active on github the last days....
priority are the other addons, but now with your PR he does not have to look at these bugs anymore
anyway still think best thing would be, that you get in contact with him.
(and ashame that you are on wow us, and us and eu cannot communicate....)
:)
Edit:
@JPEscher
btw, maybe https://www.curseforge.com/wow/addons/battle-pet-completionist is something for you
First: Thanks, @JPEscher for all your work here. Second, and only tangentially related: which Discord? Is there one for pet collectors that I'm unaware of?!
Which software were you running?
Have you read the changelog? Mark if read. Yes
Please describe the bug. error pops up on login
Please describe how to reproduce it. Login
Any Screenshots? not applicable
Error Logs are Important! Date: 2024-07-31 13:54:27 ID: 48 Error occured in: Global Count: 1 Message: ...AddOns/PetTracker/addons/main/features/mapSearch.lua line 14: attempt to call field 'Dropdown' (a nil value) Debug: [string "@Interface/AddOns/PetTracker/addons/main/features/mapSearch.lua"]:14: ?()
string "@Interface/AddOns/Altoholic/Libs/CallbackHandler-1.0/CallbackHandler-1.0.lua":54: Fire()
string "@Interface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua":422: UIParentLoadAddOn() string "@Interface/AddOns/Blizzard_UIParent/Mainline/UIParent.lua":477: CombatLog_LoadUI()
Locals: self =
AddOns: Swatter, v<%version%> (<%codename%>) AddonFactory, v11.0.001 Altoholic, v11.0.001 AstralKeys, v4.10 Auctioneer, v9.1.BETA.5.17 (OneMawTime) AuctioneerStatsOverTime, v9.1.BETA.5.17 (OneMawTime) AuctioneerUtilDealFinder, v9.1.BETA.5.17 (OneMawTime) AuctioneerUtilValuer, v9.1.BETA.5.17 (OneMawTime) BattlePetBreedID, vv1.29.0 Clique, vv4.0.20-release CursorTrail, v11.0.0.1 DataStore, v2024.07.28 DataStoreAchievements, v2024.07.28 DataStoreAgenda, v2024.07.28 DataStoreAuctions, v2024.07.28 DataStoreCharacters, v2024.07.28 DataStoreContainers, v2024.07.28 DataStoreCrafts, v2024.07.28 DataStoreCurrencies, v2024.07.28 DataStoreGarrisons, v2024.07.28 DataStoreInventory, v2024.07.28 DataStoreMails, v2024.07.28 DataStorePets, v2024.07.28 DataStoreQuests, v2024.07.28 DataStoreReputations, v2024.07.28 DataStoreSpells, v2024.07.28 DataStoreStats, v2024.07.28 DataStoreTalents, v2024.07.28 DBMCore, v11.0.2 DBMSpellTimers, vr157 DBMStatusBarTimers, v11.0.2 DBMVPVEM, veeae112 Details, v#Details.12822.159 DetailsCompare2, v DetailsEncounterDetails, v DetailsRaidCheck, v DetailsStreamer, v DetailsTinyThreat, v DetailsVanguard, v GlobalIgnoreList, v10.2.6 GTFO, v5.10 HandyNotes, vv1.6.20.3 InstanceAchievementTracker, v5.2.0 Mapster, v1.12.0 MRT, v4880 MythicDungeonTools, v5.0.1 OmniCD, v10.2.7.2802 Pawn, v2.9.14 PetTracker, v10.2.7 Prat30, v3.9.55 RaiderIO, v10.2.7 (v202407310600) RaiderIODBUSM, v10.2.7 (v202407310600) RaiderIODBUSR, v10.2.7 (v202407310600) Rematch, v5.2.2 SlideBar, v<%version%> (<%codename%>) Stubby, v9.1.BETA.5.17 (OneMawTime) TomTom, vv4.0.1-release VuhDo, v3.171 VuhDoOptions, v3.171 WeakAuras, v5.15.4 WeakAurasArchive, v5.15.4 BlizRuntimeLib v11.0.0.55933(US)
(ck=71b)
i logged into chamber of the guardian - portal room
similar login issue in valdrakken
just noticed today it's id 1 through 48 for pettracker
would you like all 48 posted?
it's dead jim.
today's patch upped the number of errors. it's like half the code points to nil values and a barrage of errors 😢 😭
tried to fork to fix, i seem to be missing a LOT.... however i did note that i can fix one by opening "C:\Program Files (x86)\World of Warcraft_retail_\Interface\AddOns\PetTracker\libs\TaintLess\TaintLess.xml" and adding
sometime before
i think you better start with the updated lib (or take and compare the lib from his/her other projects) before modifiying the old one. https://www.townlong-yak.com/addons/taintless or for example from bagnon i can see that your mentioned fix is already implemented -> changed into C_AddOns.GetAddOnMetadata
maybe updating all used libs will already eliminate some errors...
good luck :)
ty. i didnt realize that was a reference to another place. i stopped when i realized poncho and a few others were but did not have a chance to look for any yet.
i'll wait for the author, who i would expect knows where all the plugins are, to look for updates then
many libs need to be changed, and i think the addon itselfes need to be updated to reflect the changes in the libs
the author is active, maybe just too many things to fix atm...
a friend just linked me a discord. from there. i think this shows we should wait because he's got business trips. being a patient fan can pay off.
Notes on some actions that helped.... (note, i ignored the .github folder in the zips)
adjustments to Interface\AddOns\PetTracker\addons\main\features\objectives.lua
adjustments to Interface\AddOns\PetTracker\localization\en.lua
now down to one error
the wildaddon issue seems to be
IsLoggedIn
but im not certain.added a pr to help bring attention. best i can do at the moment
good work :) just in case, maybe it helps you, errors with only pettracker loaded... (i did delete bugsackr related errors) it seems you have an addon loaded which already fixed aceevent and this is loaded instead of the one packed with this addon
1x ...ddOns/PetTracker/addons/main/features/objectives.lua:24: CreateFrame(): Couldn't find inherited node "ObjectiveTrackerHeaderTemplate" string "=[C]": in function
CreateFrame' [string "@PetTracker/addons/main/features/objectives.lua"]:24: in function
?' [string "@PetTracker/libs/WildAddon-1.0-2/WildAddon-1.0.lua"]:20: in function <...dOns/PetTracker/libs/WildAddon-1.0/WildAddon-1.0.lua:18> [string "@PetTracker/libs/WildAddon-1.0-2/WildAddon-1.0.lua"]:56: in function <...dOns/PetTracker/libs/WildAddon-1.0/WildAddon-1.0.lua:53>[string "@PetTracker/libs/AceEvent-3.0-4/AceEvent-3.0.lua"]:120: in function <PetTracker/libs/AceEvent-3.0/AceEvent-3.0.lua:119>
string "=[C]": in function
LoadAddOn' [string "@Blizzard_UIParent/Mainline/UIParent.lua"]:422: in function
UIParentLoadAddOn' [string "@Blizzard_UIParent/Mainline/UIParent.lua"]:565: in function `TimeManager_LoadUI' [string "@Blizzard_UIParent/Mainline/UIParent.lua"]:1410: in function <...rfaceBlizzard_UIParent/Mainline/UIParent.lua:1290>Locals: (temporary) = "Button" (temporary) = "PetTrackerObjectiveTrackerHeader" (temporary) = Frame { Lines = {
}
Index = 1
Anchor = Frame {
}
MaxEntries = 0
Tag = "PETTRACKER_"
Bar = Frame {
}
}
(temporary) = "ObjectiveTrackerHeaderTemplate"
{
}
Index = 1
Anchor = Frame {
}
MaxEntries = 0
Tag = "PETTRACKER_"
Bar = Frame {
}
}
(temporary) = nil
(temporary) = nil
(temporary) = true
(temporary) = nil
(temporary) = nil
(temporary) = nil
(*temporary) = "attempt to index upvalue 'Minimize' (a nil value)"
Minimize = nil
JPEscher
commented
3 months ago
JPEscher
commented
3 months ago
JPEscher
commented
3 months ago
JPEscher
commented
3 months ago
JPEscher
commented
3 months ago
JPEscher
commented
3 months ago
JPEscher
commented
3 months ago
Amalia-Fleur
commented
3 months ago
JPEscher
commented
3 months ago
dashifen
commented
3 months ago
JPEscher
commented
3 months ago
JPEscher
commented
3 months ago
- © Githubissues.
- Githubissues is a development platform for aggregating issues.
and:
1x ...ddOns/PetTracker/addons/main/features/objectives.lua:64: attempt to index upvalue 'Minimize' (a nil value) [string "@PetTracker/addons/main/features/objectives.lua"]:64: in function
UpdateMinimize' [string "@PetTracker/addons/main/features/objectives.lua"]:58: in function
?' [string "@PetTracker/libs/WildAddon-1.0-2/WildAddon-1.0.lua"]:100: in function `func' [string "@PetTracker/libs/MutexDelay-1.0-2/MutexDelay-1.0.lua"]:36: in function <...ns/PetTracker/libs/MutexDelay-1.0/MutexDelay-1.0.lua:30>Locals: self = Frame { Lines =
@Amalia-Fleur TY! i was just going back to reread and saw your post. from powershell
as mapster is still in need of an update i can rule out that version. but know itll need an update too. (will post over there haha) https://github.com/hurricup/WoW-Ace3/tree/master is the base. their release mechanism is at https://www.wowace.com/projects/ace3/files
using their latest (as of this writing is https://www.wowace.com/projects/ace3/files/5561981 )
in that folder for this from there are AceEvent-3.0 AceLocale-3.0 CallbackHandler-1.0 LibStub
after updating those from the latest release zip... it appears there's conflicts with altaholic & tomtom still... updating tomtom & altaholic to these versions... doesnt help?
hmmm let me try resetting those two and disabling them... and i hit others that have ace... as i disable the rest with ace: handy notes, prat, auctioneer suite; and load in...mapster is a conflict? disable mapster and DBM's version is a mismatch disable dbm for testing and ... details. lol disable details for testing and ... method raid tools ... mythic dungeon tools ... omnicd ...
and we finally stay in pettracker. looks liek the function changed.
not quite sure but at least its not an interaction issue
reading and sifting, it looks like this calls a non-existent template: ObjectiveTrackerHeaderTemplate
not sure where the template SHOULD live so not sure how to find if the name was updated
line 24 update: local header = CreateFrame('Button', 'PetTrackerObjectiveTrackerHeader', self, 'ObjectiveTrackerContainerHeaderTemplate') -- ObjectiveTrackerHeaderTemplate -> ObjectiveTrackerContainerHeaderTemplate according to https://github.com/Tercioo/World-Quest-Tracker/blob/db15d824fa4ba80e7bcdc30d126e52b001f36dc9/WorldQuestTracker_Tracker.lua#L321 as of 2024 08 17
now i have
removing others with ace and
https://eu.forums.blizzard.com/en/wow/t/blizzard-achievement-objective-tracker/13327/2
i think the function no longer exists
others have the same issue https://github.com/lure/AutoTurnIn/commit/fa3e2d6efc5effbcb01c58aaf41058f930a63457
think i found the fix
PetTracker\addons\main\features\objectives.lua: update line 24 to:
local header = CreateFrame('Button', 'PetTrackerObjectiveTrackerHeader', self, 'ObjectiveTrackerContainerHeaderTemplate') -- ObjectiveTrackerHeaderTemplate -> ObjectiveTrackerContainerHeaderTemplate according to https://github.com/Tercioo/World-Quest-Tracker/blob/db15d824fa4ba80e7bcdc30d126e52b001f36dc9/WorldQuestTracker_Tracker.lua#L321 as of 2024 08 17
PetTracker\addons\main\features\objectives.lua: update lines 36 & added a new line of citation:-- broken by 11.0.0: ObjectiveTracker_Update --> ObjectiveTrackerManager, "UpdateAll" as per https://github.com/Tercioo/World-Quest-Tracker/blob/db15d824fa4ba80e7bcdc30d126e52b001f36dc9/WorldQuestTracker_Tracker.lua#L1653 on 2024 08 17 hooksecurefunc(ObjectiveTrackerManager, "UpdateAll", function()
full summary in pr 389
thumbs up a pitty that you got no response from author yet, even while he is active on github the last days.... priority are the other addons, but now with your PR he does not have to look at these bugs anymore anyway still think best thing would be, that you get in contact with him. (and ashame that you are on wow us, and us and eu cannot communicate....) :) Edit: @JPEscher btw, maybe https://www.curseforge.com/wow/addons/battle-pet-completionist is something for you
@Amalia-Fleur just noticed on discord he's reviewing
i use https://www.warcraftpets.com/collection/Noctus/ and check the "wanted" tab to see what i need to chase :) completionist might be good though. ty!
First: Thanks, @JPEscher for all your work here. Second, and only tangentially related: which Discord? Is there one for pet collectors that I'm unaware of?!
@dashifen @Amalia-Fleur jaliborc has his own discord. i think this is the link https://discord.gg/7r7jZRWN
closing as he released a working version and this is now taken care of.