Git Product home page Git Product logo

tradeskillmaster's People

Contributors

andrew6180 avatar arcitec avatar dimasheiko avatar robgha01 avatar wouterbink avatar yoshiyuka avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

tradeskillmaster's Issues

Items are not being imported to the group

Items are not being imported to the group. The chat announcements say that they were successfully imported but they are not showing in the Items tab, are not being considered when performing a group scan, shopping, or any other operation. If I click on Export, it will display the ID in the Group Item Data.

Scan bug

Addon: TradeSkillMaster
Message: Interface\AddOns\TradeSkillMaster\Core\Threading.lua:28: memory allocation error: block too big
Date: 05/04/21 10:16:36
Client: 3.3.5
Locale: enUS
Stack:
[C]:
[string ":OnLoad"]:4: <[string ":OnLoad"]:1>
[C]:
TSM\Core\Threading.lua:28:
TSM\Util\Delay.lua:30: Delay.lua:18
TSM Stack:
?
Local Variables:

TSM Event Log:

Addons:
TSM (v2.8)
TSM_Accounting (v2.3)
TSM_AuctionDB (v2.3.10)
TSM_Auctioning (v2.3.3)
TSM_Crafting (v2.5)
TSM_Destroying (v2.1.1)
TSM_ItemTracker (v2.0.8)
TSM_Mailing (v2.2.1)
TSM_Shopping (v2.3.5)
TSM_Warehousing (v2.0.10)

Mailing missing OG Buttons

Hey,

I had a porblem with the mailtab, I couldn't send mail cause the tabs to switch to the original WoW send options were missing.

I fixed it myself but not in the smoothest way but it works for me.
In the
TradeSkillMaster_Mailing/Modules/MailTab.lua
I changed lines 53-55
MailFrameTab1:Hide()
MailFrameTab2:Hide()
MailFrameTab3:Hide()
to
MailFrameTab1:Show()
MailFrameTab2:Show()
MailFrameTab3:Show()
this would show the buttons but out of place
I moved them with "MoveAnything" cause I dont know much of LUA ._.

I also had to move the
"SendMailFrame"
"InboxFrame"
Cause it was overlapping with the TSM Mail Window

Maybe there is someone who could move the Windows/buttons/tabs without MoveAnything

[Crafting] Gathering doesn't show crafter in dropdown

I hit restock and then go to gather, then it throws this error:

Addon: TradeSkillMaster_Crafting
Message: ...ns\TradeSkillMaster_Crafting\Modules\CraftingGUI.lua:1949: attempt to concatenate field 'name' (a nil value)
Date: 02/16/23 07:52:40
Client: 3.3.5
Locale: enUS
Stack:
[C]:
[string ":OnLoad"]:4: <[string ":OnLoad"]:1>
TSM_Crafting\Modules\CraftingGUI.lua:1949: CraftingGUI.lua:1735
TSM_Crafting\Modules\CraftingGUI.lua:1547: CraftingGUI.lua:1545
TSM Stack:
?
Local Variables:

TSM Event Log:
1 | CRAFTING:QUEUE:RESTOCKED | 79
Addons:
TSM (v2.8.3)
TSM_Accounting (v2.3)
TSM_AuctionDB (v2.3.10)
TSM_Auctioning (v2.3.3)
TSM_Crafting (v2.5.2)
TSM_Destroying (v2.1.1)
TSM_ItemTracker (v2.0.8)
TSM_Mailing (v2.2.1)
TSM_Shopping (v2.3.6)
TSM_Warehousing (v2.0.10)
Ascension_AddonPanel (1.0.0)
Ascension_Collections (1.0.0)
Ascension_MythicPlus (1.0.0)
Ascension_NamePlates (1.0.0)
Ascension_SeasonCollection (1.0.0)
Ascension_TradeSkillUI (1.0.0)
Ascension_TransmogUI (1.0.0)
AscensionUI ()

[Mail] Opening mail freezes up when you have more than 50 mail

When you hit any of the mail buttons (open all mail, sales, buys, cancels, expires, pending) it will start to open mail, getting though ~2-6 before freezing up and not opening anymore. I suspect it has something to do with it opening mail #50 and then seeing a mail #50 again but I could just be making that up.

Currently all buttons grey out except expires, and in order to continue you need to select another tab such as TSM groups and click back to inbox and start again.

As a small workaround you could make the open mail button not grey out so it could spamable. This is obviously not an ideal solution but is better than currently clicking off and back on to only open 2 mail at a time.

TSM Window bugged

Description:
All TSM windows often bugged out. It doesn't show the contents.

Steps to Reproduce:

  1. Open TSM or Open TSM Auction House

Expected Behavior
TSM window shows its contents normally.

Actual Behavior
TSM often doesn't show the contents. TSM also often bugged after I open it few minutes then it doesn't show the content when I change the window. To show it, I have to reload.

https://imgur.com/a/9txf0Rw

Hovering over queued items resulting in an error

Addon: TradeSkillMaster_Crafting
Message:  ...ns\TradeSkillMaster_Crafting\Modules\CraftingGUI.lua:655: attempt to concatenate a nil value
Date: 07/21/23 11:07:49
Client: 3.3.5
Locale: enUS
Stack:
[C]: <pcall>
[string "*:OnLoad"]:4: <[string "*:OnLoad"]:1>
TSM_Crafting\Modules\CraftingGUI.lua:655: <handler>
TSM\GUI\ScrollingTable.lua:92: <ScrollingTable.lua:84>
TSM Stack:

Local Variables:

TSM Event Log:

Addons:
    ACP (3.3.0)
    TSM (Rev668)
    TSM_Accounting (v2.3)
    TSM_AuctionDB (v2.3.10)
    TSM_Auctioning (v2.3.3)
    TSM_Crafting (v2.5.2)
    TSM_Destroying (v2.1.1)
    TSM_ItemTracker (v2.0.8)
    TSM_Mailing (v2.2.1)
    TSM_Shopping (v2.3.6)
    TSM_Warehousing (v2.0.10)

Also for some reason opening profession tab freezing the game for like 5-7 seconds. My laptop is pretty old, but not that old I think? Some time ago I tried to use different version of TSM not from this repo and I didn't have that issue. Opening all recipes via Crafting tab in main TSM window works fine.
Here is a short video:
youtube link

[Crafting] Queue expects cooldowns

When you queue items to be crafted, the addon will also queue items with which have cooldowns / are on cooldowns (e.i. if I queue transmuting Earthsiege Diamonds it will cue transmuting Eternals, which are on shared cooldowns with other Alchemy items) and it won't be able to craft them after one + the gathering stage will expect mats for it. The addon should follow cooldowns for items, or at least let us blacklist items from queueing in earlier stages.

[Prices] Vendorbuy calculated wrong for goods bought in batches

I've noticed that crafting vendor goods that are bought in bunches (such as Imbued Vials which are bought in batches of 5) are represented by the sum value instead of their individual prices.
Example: 5 vials are bought for 2 gold and the price is calculated as 2 gold individually instead of 0.4 gold.
image

TSM error window every 2 seconds when crafting

Addon: TradeSkillMaster_Crafting
Message: ...ns\TradeSkillMaster_Crafting\Modules\CraftingGUI.lua:655: attempt to concatenate a nil value
Date: 04/16/22 05:55:52
Client: 3.3.5
Locale: enUS
Stack:
[C]:
[string ":OnLoad"]:4: <[string ":OnLoad"]:1>
TSM_Crafting\Modules\CraftingGUI.lua:655:
TSM\GUI\ScrollingTable.lua:92: ScrollingTable.lua:84
TSM Stack:

Local Variables:

TSM Event Log:
1 | AUCTIONING:POST:STOPPED | nil
2 | AUCTIONING:SCANDONE | table: 346BFA88
3 | AUCTIONING:POST:START | table: 38E9D210
Addons:
AckisRecipeList (v2.01-14-gfc58e9f)
ACP (3.3.5)
AdiBags (v1.1-beta-7)
Auc-Advanced (5.8.4723 (CreepyKangaroo))
Bartender4 (4.4.2-12-g94f3b58)
BeanCounter (5.8.4723 (CreepyKangaroo))
Cheese (1.0)
Enchantrix (5.8.4723 (CreepyKangaroo))
Enchantrix-Barker (5.8.4723 (CreepyKangaroo))
GatherMate (v.1.25)
GearScoreLite (3x04)
Informant (5.8.4723 (CreepyKangaroo))
Omen (v3.0.9)
OmniCC (3.0.4)
OmniCC_Config ()
Postal (v3.4.0)
ShadowedUF_Options (v3.2.12)
ShadowedUnitFrames (v3.2.12)
Skada (r300)
SlideBar (5.8.4723 (CreepyKangaroo))
Stubby (5.8.4723 (CreepyKangaroo))
!Swatter (5.8.4723 (CreepyKangaroo))
Warmane_AH-fix (1.5)
WeakAuras (2.0.8)
WeakAurasModelPaths (2.0.8)
WeakAurasOptions (2.0.8)
TSM (v2.8.3)
TSM_Accounting (v2.3)
TSM_AuctionDB (v2.3.10)
TSM_Auctioning (v2.3.3)
TSM_Crafting (v2.5.2)
TSM_Destroying (v2.1.1)
TSM_ItemTracker (v2.0.8)
TSM_Shopping (v2.3.6)
TSM_Warehousing (v2.0.10)
DBM-Core ()

Error

Addon: TradeSkillMaster_AuctionDB
Message: ...SkillMaster_AuctionDB\TradeSkillMaster_AuctionDB.lua:293: bad argument #2 to 'format' (number expected, got nil)
Date: 04/02/22 23:21:59
Client: 3.3.5
Locale: ruRU
Stack:
[C]:
[string ":OnLoad"]:4: <[string ":OnLoad"]:1>
[C]:
TSM_AuctionDB.lua:293: <TradeSkillMaster_AuctionDB.lua:230>
TSM\Core\Tooltips.lua:55: Tooltips.lua:45
TSM\Core\Tooltips.lua:72:
TSM\Libs\LibExtraTip\LibExtraTip.lua:114: LibExtraTip.lua:98
TSM\Libs\LibExtraTip\LibExtraTip.lua:160:
Interface\AddOns\QuestHelper\manager_event.lua:22: <manager_event.lua:21>
Interface\AddOns\QuestHelper\manager_event.lua:43: <manager_event.lua:25>
Interface\AddOns\QuestHelper\manager_event.lua:163: <manager_event.lua:163>
...AddOns\Auc-Advanced\Libs\LibExtraTip\LibExtraTip.lua:279: LibExtraTip.lua:273
TSM\Libs\LibExtraTip\LibExtraTip.lua:387: LibExtraTip.lua:381
[C]:
Interface\FrameXML\MerchantFrame.lua:439: <MerchantItemButton_OnEnter>
[string ":OnEnter"]:1: <[string ":OnEnter"]:1>
TSM Stack:
TSM_AuctionDB:GetTooltip("item:23638:0:0:0:0:0:0", 1)
Local Variables:

TSM Event Log:

Addons:
AckisRecipeList (v2.0)
ACP (3.3.4)
AdiBags (v1.1-beta-7)
AlixtraGiveMoney (1.0.0)
Alt-Tab_Toggle (2.1.4beta)
AtlasLoot (v5.11.03)
Auc-Advanced (5.8.4723 (CreepyKangaroo))
Auctionator (2.6.3)
AutoScreenshot ()
BeanCounter (5.8.4723 (CreepyKangaroo))
BonusScanner (5.3)
Capping (3.3.004)
ChatBar (3.0)
ClassLoot (r114)
CorShootBar ()
CorTotemBar ()
Corvus (1.2-$Rev: 90 $)
CorvusSpam (1.0)
Cromulent (v1.5)
FB_Broker (1.5a (FB 0.9.8d))
Details_3DModelsPaths (r267)
Details ()
Details_DeathGraphs ()
Details_EncounterDetails ()
Details_DataStorage ()
Details_SunderCount ()
Details_TimeLine ()
Details_TinyThreat ()
Details_ChartViewer ()
ElitistGroup (v1.7.6)
Enchantrix (5.8.4723 (CreepyKangaroo))
Enchantrix-Barker (5.8.4723 (CreepyKangaroo))
EveryQuest_World_Events (r162)
FemaleAnnouncer (v1.0.1-release)
FindGroup (2.1)
FishingBuddy (0.9.8p1)
FB_OutfitDisplayFrame (0.9.8k)
FB_TrackingFrame (0.9.8k)
FB_InfoBar (0.9.8d)
FB_MergeDatabase (0.9.8d)
FuBar_FishingBuddyFu (2.2h)
Gatherer (3.1.14)
Gatherer_HUD (3.1.14)
GathererDB_Wowhead (1.0.2009-12-09)
GearScore (3.1.17 - Release)
GTFO (2.5.3)
GuildRecruiter (3.0)
GuildCheck (v2.24)
HandyNotes (v1.1.5)
Icicle (0.9)
Informant (5.8.4723 (CreepyKangaroo))
InspectEquip (1.7.7)
LilSparkysWorkshop (r90release)
Mapster (1.3.9)
MikScrollingBattleText (5.4.78)
MSBTOptions ()
NeedyGreedy (1.5.3)
OpenAll (r44)
Overachiever (v0.56)
PallyPower (v3.2.10-release)
QuestHelper (1.4.1)
RaidRoll ()
RaidRoll_EPGP ()
RaidRoll_LootTracker ()
SavedInstances (v3.0.1)
Scrap ()
Scrap_Merchant ()
Scrap_Options ()
SharedMedia (r178)
Skillet (r167)
SoundAlerter (1.0)
Stubby (5.8.4723 (CreepyKangaroo))
!Swatter (5.8.4723 (CreepyKangaroo))
TidyPlates (5.13.3 (R39))
TipTac (10.05.01)
FB_Titan (0.9.8d)
VuhDo (2.22)
VuhDoOptions (2.22)
WeakAuras (3.2.3)
WeakAurasArchive ()
WeakAurasModelPaths (2.16.0-beta1)
WeakAurasOptions (3.2.3)
WIM (3.3.7)
TSM (v2.8.3)
TSM_Accounting (v2.3)
TSM_AuctionDB (v2.3.10)
TSM_Auctioning (v2.3.3)
TSM_Destroying (v2.1.1)
TSM_ItemTracker (v2.0.8)
TSM_Shopping (v2.3.6)
TSM_Warehousing (v2.0.10)
ElvUI_OptionsUI (1.06)
ElvUI (6.08)
DBM-Core ()
image

GetAll Scan fails occasionally

Here is the error report

Addon: TradeSkillMaster
Message:  Interface\AddOns\TradeSkillMaster\Core\Threading.lua:28: memory allocation error: block too big
Date: 08/29/22 19:15:23
Client: 3.3.5
Locale: enUS
Stack:
[C]: <pcall>
[string "*:OnLoad"]:4: <[string "*:OnLoad"]:1>
[C]: <error>
TSM\Core\Threading.lua:28: <callback>
TSM\Util\Delay.lua:30: <Delay.lua:18>
TSM Stack:
?
Local Variables:

TSM Event Log:
1 | TSM:GROUPS:MOVEITEMS | table: 20E0D680
2 | TSM:GROUPS:MOVEITEMS | table: 290C6550
3 | TSM:GROUPS:MOVEITEMS | table: 20BD3E00
4 | TSM:GROUPS:MOVEITEMS | table: 20F22B48
5 | TSM:GROUPS:ADDITEMS | table: 1288C6B0
6 | TSM:GROUPS:MOVEITEMS | table: 1F93EC30
7 | TSM:GROUPS:ADDITEMS | table: 29105530
8 | TSM:GROUPS:MOVEITEMS | table: 20BF9710
9 | TSM:GROUPS:MOVEITEMS | table: 20AC0730
10 | TSM:GROUPS:MOVEITEMS | table: 1F7D8068
11 | TSM:GROUPS:MOVEITEMS | table: 2132B448
12 | TSM:GROUPS:MOVEITEMS | table: 20C19578
13 | TSM:GROUPS:MOVEITEMS | table: 20BE69C0
14 | TSM:GROUPS:MOVEITEMS | table: 1EEFB698
15 | TSM:GROUPS:MOVEITEMS | table: 20F76ED8
16 | TSM:GROUPS:MOVEITEMS | table: 20CA9448
17 | TSM:GROUPS:MOVEITEMS | table: 20BA6590
18 | AUCTIONING:POST:START | table: 1F5E8B30
Addons:
    AtlasLoot (v5.11.04)
    Auctionator (2.6.3)
    Bagnon (2.13.3)
    Bartender4 (4.4.2-12-g94f3b58)
    BigDebuffs (v6.4)
    BindPad (2.2.4)
    BonusScanner (5.4.0)
    Cheese (1.0)
    Details ()
    Details_DeathGraphs ()
    Details_EncounterDetails ()
    Details_DataStorage ()
    Details_TimeLine ()
    Details_ChartViewer ()
    DressMe (1.3.1)
    GearScore (3.1.20b - Release)
    GladiusEx ()
    IdTip (2.00)
    LoseControl (3.33)
    MoveAnything (3.3.5-10)
    Omen (v3.0.9)
    OmniCC (3.0.4)
    OmniCC_Config ()
    PlateBuffs (1.5.4beta)
    Postal (v3.3.2)
    SellOMatic (v1.2.8a)
    TSM (v2.8.3)
    TSM_Accounting (v2.3)
    TSM_AuctionDB (v2.3.10)
    TSM_Auctioning (v2.3.3)
    TSM_Crafting (v2.5.2)
    TSM_Destroying (v2.1.1)
    TSM_ItemTracker (v2.0.8)
    TSM_Mailing (v2.2.1)
    TSM_Shopping (v2.3.6)
    TSM_Warehousing (v2.0.10)
    DBM-Core ()

Got this when I opened my Cooking tab, while it also doesn't display the TSM professions tab

Addon: TradeSkillMaster_Crafting
Message: ...ce\AddOns\TradeSkillMaster_Crafting\Modules\Util.lua:357: attempt to compare nil with number
Date: 05/23/20 14:29:54
Client: 3.3.5
Locale: enUS
Stack:
[C]:
[string ":OnLoad"]:4: <[string ":OnLoad"]:1>
TSM_Crafting\Modules\Util.lua:357: Util.lua:334
TSM_Crafting\Modules\CraftingGUI.lua:243: CraftingGUI.lua:225
TSM_Crafting\Modules\CraftingGUI.lua:96: CraftingGUI.lua:80
...non\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:147: CallbackHandler-1.0.lua:147
[string "safecall Dispatcher[1]"]:4: <[string "safecall Dispatcher[1]"]:4>
[string "safecall Dispatcher[1]"]:13: <?>
...non\libs\CallbackHandler-1.0\CallbackHandler-1.0.lua:92:
...ace\AddOns\Bagnon\libs\AceEvent-3.0\AceEvent-3.0.lua:120: AceEvent-3.0.lua:119
[C]:
Interface\FrameXML\SecureTemplates.lua:310:
Interface\FrameXML\SecureTemplates.lua:529: SecureTemplates.lua:478
TSM Stack:
?
?
TSM_Crafting.CraftingGUI:ShowProfessionWindow("TRADE_SKILL_SHOW")
Local Variables:

TSM Event Log:

Addons:
Atlas (1.17.0)
Atlas_Battlegrounds (1.17.0)
Atlas_DungeonLocs (1.17.0)
Atlas_OutdoorRaids (1.17.0)
Atlas_Transportation (1.17.0)
AtlasLoot (v5.11.04)
Auc-Filter-Basic (5.8.4723 (CreepyKangaroo))
Bagnon (2.13.3)
Bartender4 (4.4.2-12-g94f3b58)
BuyEmAll (2.9.2)
Doom_CooldownPulse ()
GatherMate (v.1.25)
GatherMate_Data (v2.25)
GearScoreLite (3x04)
Genie (3.0.5.1_beta2)
GTFO (2.5.3)
OmniCC (3.0.4)
OmniCC_Config ()
Postal (v3.3.2)
Quartz (3.0.3.1)
Routes (v1.2.8a-4-ga72021e)
SellJunk (r117)
ShadowedUF_Options (v3.2.12-5-g3fb7edd)
ShadowedUnitFrames (v3.2.12-5-g3fb7edd)
Skada (r301)
Stubby (5.8.4723 (CreepyKangaroo))
WeakAurasModelPaths (1.4.6)
WeakAurasOptions (1.4.6)
WeakAurasTutorials (1.4.6)
TSM (v2.8)
TSM_Accounting (v2.3)
TSM_AuctionDB (v2.3.10)
TSM_Auctioning (v2.3.3)
TSM_Crafting (v2.5)
TSM_Destroying (v2.1.1)
TSM_ItemTracker (v2.0.8)
TSM_Mailing (v2.2.1)
TSM_Shopping (v2.3.5)
TSM_Warehousing (v2.1.3)
DBM-Core ()

Memory allocation error: block too big

This happens when using GetAllScan and there are more than 100k items in the auction which translates to more than 2k pages.

Is it possible to fix this error from the addon? Or is it a limitation at client or language level?
Because for example Addons like Auctioneer are able to scan the auction with a GetAllScan. I guess Auctioneer will make some kind of strategy to avoid memory overflow. And to do that in TSM you will have to rewrite a lot of code.

Addon: TradeSkillMaster
Message:  Interface\AddOns\TradeSkillMaster\Core\Threading.lua:28: memory allocation error: block too big
Date: 12/13/21 10:06:25
Client: 3.3.5
Locale: enEN
Stack:
[C]: <pcall>
[string "*:OnLoad"]:4: <[string "*:OnLoad"]:1>
[C]: <error>
TSM\Core\Threading.lua:28: <callback>
TSM\Util\Delay.lua:30: <Delay.lua:18>
TSM Stack:
?
Local Variables:

TSM Event Log:

Addons:
    Auctionator (2.6.3)
    AutoFlood ()
    BuyEmAll (2.9.2)
    CombatLogFix ()
    Details_3DModelsPaths (r267)
    Details ()
    Details_DeathGraphs ()
    Details_EncounterDetails ()
    Details_DataStorage ()
    Details_SunderCount ()
    Details_TimeLine ()
    Details_TinyThreat ()
    Details_ChartViewer ()
    Doom_CooldownPulse ()
    Elephant (2.9.6-beta)
    GearScoreLite (3x04)
    LoseControl (3.33)
    Mapster (1.3.9)
    NiceDamage (40000)
    Overachiever (v0.56)
    PallyPower (v3.2.20)
    PlateBuffs (1.5.4beta)
    Postal (v3.3.2)
    PowerAuras (3.0.0S)
    RaidRoll ()
    RaidRoll_LootTracker ()
    TidyPlates (5.13.3 (R39))
    WeakAuras (3.2.3)
    WeakAurasArchive ()
    WeakAurasModelPaths (2.16.0-beta1)
    WeakAurasOptions (3.2.3)
    WIM (3.3.7)
    ZoneLevelInfo (1.1)
    TSM (v2.8.3)
    TSM_Accounting (v2.3)
    TSM_AuctionDB (v2.3.10)
    TSM_Auctioning (v2.3.3)
    TSM_Crafting (v2.5.2)
    TSM_Destroying (v2.1.1)
    TSM_ItemTracker (v2.0.8)
    TSM_Mailing (v2.2.1)
    TSM_Shopping (v2.3.6)
    TSM_Warehousing (v2.0.10)
    ElvUI (6.08)
    ElvUI_ProjectZidras (2.0)
    ElvUI_AddOnSkins (1.06)
    ElvUI_BagControl (2.2)
    ElvUI_CustomTweaks (1.30)
    ElvUI_Enhanced (1.05)
    ElvUI_ImprovedSpecSwitch (1.00)
    ElvUI_MicrobarEnhancement (1.77)
    ElvUI_OptionsUI (1.06)
    ElvUI_RaidMarkers (4.24)
    ElvUI_VisualProcs (1.03)
    DBM-Core ()

[TradeSkillMaster_Crafting] Queue Problems

Hello!
I'm here to report and see if it's possible to fix it. It is that the queue is not updated when creating the items, that is if I put 20 items in queue, and then click on the button "Make next" or the name of the item in question, after created those 20 items are still in the queue and the button "Make next" does not work because it tries to create the same items in the queue that were already crafted.

Another problem is that if you add any item to the queue and close the profession window you lose everything you have placed in the queue.

[Interface] Frame Stack issue

image
The TSM interface has a frame stack issue where backgrounds are placed in the foreground, making options inaccessible.

Post-Scan seems to be buggy

Hello there!

I use the addon (latest version) on the Rising-Gods private server (3.3.5a).

While doing a post-scan I noticed that some of the items (1-5%) that are listed in the auction house are not recognized/found and TSM is suggesting to use the normal price, although the items are already in the auction house. There is no seller name listed next to these items, as if they do not already exist in the auction house. But when I check manually within the original auction page they indeed already exist.

I did a lot of testing and it SEEMS to be that Items with the following characters are more often affected than others:

Ää
Öö
Üü
:

But I am not sure about that because some of them are not affected by this although they contain the beforementioned characters.

What I noticed:
There are some "issue causer" items. If they are removed from a group, then some of the items that were previously not found and set to normal price will be found and set to the right listing method instead.
Even if these "issue causer" items are in a different group they affect the items when the groups are being scanned together.

Some examples that I found. The item left to the arrow will make TSM not find the item right to the arrow:

Lucky Strike Axe (ID 25212) --> Demonslayer (ID 13044)

Schematic: Fused Wiring (ID 32381) --> Schematic: Goblin Jumper Cables XL (ID 18653)

Here are some screen shots. I put only these two items in a group. If I remove the Lucky Strike Axe (picture 2) then the post-scan works as intended.

tsm bug 1
tsm bug 2
tsm bug 4
tsm bug 3

What I already tried:

  • Do a lot of different operation settings but also use default settings
  • Reset profile settings
  • Delete all groups and operations
  • Change the game language from german to english and restart
  • Delete all TSM saved variables
  • Delete TSM entirely and do a fresh "install/download" (and also the saved variables)
  • Deactivate all other addons, do a fresh install and delete all saved variables

Nothing helps, which makes me believe that this has to be a bug.

Did anyone else encounter this or does anybody have a solution or suggestion? Help is very much appreciated. If something is unclear I will try my best to provide you with more information.

Thank you very much!

Auction scan issue

Hi, I'm getting this log after a scan finishes. It also stays forever on the last page of scanning:

Addon: TradeSkillMaster_AuctionDB
Message: Interface\AddOns\TradeSkillMaster\Core\Threading.lua:28: ...SkillMaster_AuctionDB\TradeSkillMaster_AuctionDB.lua:398: table index is nil
Date: 01/05/23 04:35:41
Client: 3.3.5
Locale: enUS
Stack:
[C]:
[string ":OnLoad"]:4: <[string ":OnLoad"]:1>
[C]:
TSM\Core\Threading.lua:28:
TSM\Util\Delay.lua:30: Delay.lua:18
TSM Stack:
TSM_AuctionDB:DecodeItemData(4385)
Local Variables:

TSM Event Log:

Addons:
AutoVendor (v0.9.10)
Genie (3.0.5.1_beta2)
TSM (v2.8.3)
TSM_Accounting (v2.3)
TSM_AuctionDB (v2.3.10)
TSM_Auctioning (v2.3.3)
TSM_Crafting (v2.5.2)
TSM_Destroying (v2.1.1)
TSM_ItemTracker (v2.0.8)
TSM_Mailing (v2.2.1)
TSM_Shopping (v2.3.6)
TSM_Warehousing (v2.0.10)
ElvUI (6.09)
ElvUI_OptionsUI (1.06)

Full scan stuck at last page

hi. just wanted to know if some1 is having the same issue. the scanning page stay 4ever on the last page and dont finish the scan... already 2h+ waiting to finish it.
this is on icecrow warmane server.
Capturar

Project Ascension: Vellum Problem

Due to the fact that Project Ascension currently doesn't have access to the standard WOTLK enchantment vellums and instead uses 2 custom ones, and I would like to know if it would be possible to add them.

If this would be too specific, I would also be happy about a short summary how I could change this myself (already tried and failed miserably ^^).

Vellum - Armor:
image

Vellum - Weapon:
image

Error:
image

Can't search on AH with shift+click

Hello!

When I try to do a reagent or craft search on the AH the item is linked to the search box of the profession tab, no to the AH tab. This really complicate the reagent search.

I've never seen this behavior In older versions of TSM that I used.

image

image

Auctioning - min price

When you put up products at the lowest price. When scanning for a knockdown, the auction will show that the item has been knocked down.

[Core] Ore convert price not available

Saronite/cobalt/titanium ore conversion prices will not show and don't work for custom prices. Here's a screenshot. Eternals and other things work, but ores don't.
image

Hovering over mats /scanning ah got this

Addon: TradeSkillMaster_AuctionDB
Message: Interface\AddOns\TradeSkillMaster\Core\Threading.lua:28: ...SkillMaster_AuctionDB\TradeSkillMaster_AuctionDB.lua:342: bad argument #1 to 'strfind' (string expected, got nil)
Date: 10/21/21 19:15:32
Client: 3.3.5
Locale: enUS
Stack:
[C]:
[string ":OnLoad"]:4: <[string ":OnLoad"]:1>
[C]:
TSM\Core\Threading.lua:28:
TSM\Util\Delay.lua:30: Delay.lua:18
TSM Stack:
TSM_AuctionDB:DecodeItemData(15410)
TSM_AuctionDB.Data:ProcessData(table:2187344920)
?

Enchating Vellums and Ascension WoW

Hello,
when the crafting tool trys to calculate the price for enchanting it takes the vellums into account.
The IDs for vellums on the Ascension server changed tough so it spits out errors, does not add it to the gathering options and so forth.
I changed all the Vellums in the following documents

*\TradeSkillMaster_Crafting\Modules\VellumInfo.lua
38682, 37602, 43145 to 52510
and
39349, 39350, 43146 to 52511

also I went into
*\TradeSkillMaster_Crafting\Modules\CraftingGUI.lua
and changed those there as well.

I haven't gotten any LUA errors since I made those changes and the prices are calculated correctly + it shows up under the gathering option and buys em from the vendor.
I saw alot more instances of the WotLK vellums but atm I didn't bother changing them cause what I wanted works now.

Hope I could help a little bit

TSM doesn't add all items available in Enchanting

Description:
TSM doesn't add all enchanting items I have in my current Enchanting.

Step to Reproduce:

  1. Open Enchanting
  2. Click TSM Groups
  3. Click Create Profession Groups
  4. Open TSM
  5. Click Groups
  6. Click Enchanting
  7. Click Crafts
  8. Click Items

Expected Behavior
All my enchanting items should be added to the list and I should never bother adding item that's already on my enchanting profession.

Actual Behavior
Some items are missing like in screenshot below, TSM doesn't add Enchant Shield - Greater Intellect automatically. I have to add it manually.
On my other profession, which is Inscription, TSM adds all my Inscription items automatically and this issue doesn't happen.

https://imgur.com/a/ZJcNOcU

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.