DinoDevs / GladiatusCrazyAddon

This was "A browser addon for the Gladiatus browser game."
https://gladiatus.dinodevs.com
GNU General Public License v3.0
41 stars 32 forks source link

Item error - from storage to an item #369

Closed FrutyX closed 2 years ago

FrutyX commented 2 years ago

Taken from #311

This errors shows up, when you use the item directly on an item, from your storage.

Items like grindstone, shred of leather, protective gear and this kind of stuff, anything that can be moved directly from warehouse inventory on an item in my inventory.

https://user-images.githubusercontent.com/23278552/150957521-44da1a3c-46cc-4b56-ba33-506a9b58080d.mp4

FrutyX commented 2 years ago

Thanos, you sure you marked the right issue? I am still getting a dataset error on this.

FrutyX commented 2 years ago

@GramThanos you did poo poo, this is happening when I move an item from Smelter or Workbench to my inventory:

global.js?4.3.6&built=1658341237586:3938 Uncaught TypeError: Cannot read properties of undefined (reading 'hash')
    at global.js?4.3.6&built=1658341237586:3938:84
    at gca.tools.js?4.3.6&built=1658341237584:948:8

Also my browser logged another dataset on the overview page, which was not there before, I don't know how that happened unfortunately.

FrutyX commented 2 years ago

Son of a javascript, I think I found it, it's happening (dataset) when you are using this GCA feature:

hammer

global.js?4.3.6&built=1658343486834:3938 Uncaught TypeError: Cannot read properties of undefined (reading 'dataset')
    at global.js?4.3.6&built=1658343486834:3938:76
    at gca.tools.js?4.3.6&built=1658343486831:948:8
FrutyX commented 2 years ago

So Thanos, instead of fixing one, you created two new errors, I have to take your MVP badge, sorry.

🤣

GramThanos commented 2 years ago

Yeah, sure...

FrutyX commented 2 years ago

Nice, you did fixed the new errors, old original one is still there. Perhaps I'll get the MVP badge out again, we'll see.

FrutyX commented 2 years ago

Btw, I knew you cannot resist the # 69.... 😉

GramThanos commented 2 years ago

I can't reproduce this error. Are you sure there is a problem?

FrutyX commented 2 years ago

Definitely, the video shows how, and with it, I can reproduce it easily:

error

GramThanos commented 2 years ago

So, it was fixed everywhere exept guild storage. Now it should be ok everywhere.

FrutyX commented 2 years ago

Ummm, now I am getting the error even when I only move such improvement item to the storage (the red thingie) :D:

error2

FrutyX commented 2 years ago

It just don't want to die 😆

FrutyX commented 2 years ago

Well now that's new, but ultimately, there is no error :D.

Thank you, Thanos.

new

FrutyX commented 2 years ago

68be623 I see what you did there.

FrutyX commented 2 years ago

Patched in v4.3.6, closing, re-open if needed.