-
Active Member
-
Post Thanks / Like - 8 Thanks
-
Active Member
Man, this stuff makes me wanna make a non-tota character and doing logbooks again... Will test this afterwork, thanks for qol btw.
-
Active Member
Imgur: The magic of the Internet
Nice interface. Not sure if im doing this right. My inventory is empty and Tugen is next to my stash. I hit my hotkey the plugin then opens the Tugen haggle window but nothing happens. I dont see any errors in debug.
-
-
Active Member
Im at 50K Artifacts.
Imgur: The magic of the Internet
Not seeing anything after pressing hotkey.
-
Active Member
Originally Posted by
noneyatemp
ok, I'll have to add some error messages to get to the bottom of these things, good reminder. I'll let you know once I've done that.
-
Post Thanks / Like - 1 Thanks
noneyatemp (1 members gave Thanks to operator_poe for this useful post)
-
Active Member
Originally Posted by
noneyatemp
I have added some debug output to the log window which should give us a pointer where it fails at least. Please set the new Log Level option to "Debug".

Btw is it just me or did my main post vanish for some reason? Any moderator who could check that out?
-
Member
this is where the script ends, while there are a lot of artifacts!
2023-10-04 21:08:24.367 +03:00 [INF] TujenMem: Start Hotkey pressed
2023-10-04 21:08:24.367 +03:00 [INF] TujenMem: Starting Haggle Coroutine
2023-10-04 21:08:24.384 +03:00 [INF] TujenMem: Starting Haggle process
2023-10-04 21:08:24.384 +03:00 [INF] TujenMem: Finding and clicking Tujen
2023-10-04 21:08:24.528 +03:00 [INF] TujenMem: Initiaizing Haggle process
2023-10-04 21:08:24.528 +03:00 [INF] TujenMem: Update of Stock requested.
2023-10-04 21:08:24.528 +03:00 [INF] TujenMem: Stock: 0 - Lesser: 0 - Greater: 0 - Grand: 0 - Exceptional: 0
-
Active Member
Ok. Apparently the data structure in your clients differs from mine so I can't properly read the artifact numbers. I added some error reporting to it as well as an alternative approach to reading the numbers.,
What clients / languages are you guys using? Which version of the Hud? Thanks for your patience, it's my first ride.
-
Member
Game language - English
PoEHelper - 3.22.1.0
-
Member
after ur update
2023-10-04 22:40:12.175 +03:00 [INF] TujenMem: Start Hotkey pressed
2023-10-04 22:40:12.175 +03:00 [INF] TujenMem: Starting Haggle Coroutine
2023-10-04 22:40:12.175 +03:00 [INF] TujenMem: Starting Haggle process
2023-10-04 22:40:12.175 +03:00 [INF] TujenMem: Finding and clicking Tujen
2023-10-04 22:40:12.192 +03:00 [INF] TujenMem: Initiaizing Haggle process
2023-10-04 22:40:12.192 +03:00 [INF] TujenMem: Update of Stock requested.
2023-10-04 22:40:12.192 +03:00 [INF] TujenMem: Stock: 0 - Lesser: 0 - Greater: 0 - Grand: 0 - Exceptional: 0
2023-10-04 22:40:12.192 +03:00 [ERR] TujenMem: Error while updating stock: System.FormatException: Input string was not in a correct format.
at System.Number.ThrowOverflowOrFormatException(ParsingStatus status, TypeCode type)
at System.Int32.Parse(String s)
at TujenMem.HaggleProcess.UpdateStock() in C:\PoEHelper-3.22\Plugins\Source\TujenMem-master\HaggleProcess.cs:line 99
2023-10-04 22:40:12.192 +03:00 [ERR] TujenMem: Error while updating stock: Could not find all values. Found 0 values.
2023-10-04 22:40:12.192 +03:00 [ERR] TujenMem: System.Collections.Generic.List`1[System.Int32]
2023-10-04 22:40:12.192 +03:00 [INF] TujenMem: HaggleProcess initialized with 0 coins.
2023-10-04 22:40:12.192 +03:00 [ERR] TujenMem: Could not initialize Haggle process (Update stock failed))
-
Member
Where can I find this release?
-
Active Member
Originally Posted by
ryuuzaki08
Where can I find this release?
apparently it's not working public-wise yet.
-
Active Member
It's more that the original post got removed somehow. No Idea what happened there. My problem right now is: It works fine for me and my friends, so someone with a client for which it doesn't work would need to use dev-tree to check out a possible difference. This is my inexperience with the HUD I guess - I was not aware that there could be difference in the UI structure for people. I'd be grateful to anyone with experience giving me a hint what this could be.
Until the main post (Hopefully) gets restored, here is the current source:
GitHub - operator-poe/TujenMem
Last edited by operator_poe; 10-05-2023 at 07:47 AM.
-
Active Member
Originally Posted by
operator_poe
It's more that the original post got removed somehow. No Idea what happened there. My problem right now is: It works fine for me and my friends, so someone with a client for which it doesn't work would need to use dev-tree to check out a possible difference. This is my inexperience with the HUD I guess - I was not aware that there could be difference in the UI structure for people. I'd be grateful to anyone with experience giving me a hint what this could be.
Until the main post (Hopefully) gets restored, here is the current source:
GitHub - operator-poe/TujenMem
oh i thought you got some problem and revoke the post...
Since it's checking items, would it be possible that people getting problem because game's resolution?