Closed SecretKosmoNaut closed 5 years ago
Post also does not work for me, before this latest version or after. Deleted all traces of the previous versions from \addons and \wtf before installation.
Strange, it works fine for me. Maybe you didn't log out before deleting the WTF files? Because then they would just be rewritten from cache.
Yup, I'm aware. I can try again. Thanks for getting back to me.
On Sun, Sep 8, 2019 at 10:45 PM shirsig notifications@github.com wrote:
Strange, it works fine for me. Maybe you didn't log out before deleting the WTF files? Because then they would just be rewritten from cache.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shirsig/aux-addon/issues/228?email_source=notifications&email_token=AJB47VXMLB4L4CWXEZ3JKF3QIXIFBA5CNFSM4IUU3PTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6GHDNI#issuecomment-529297845, or mute the thread https://github.com/notifications/unsubscribe-auth/AJB47VR66LY3LQEHXGGAWQTQIXIFBANCNFSM4IUU3PTA .
Still no-go, fresh install of the addon after aux-addon.lua and it's .bak have been removed. At least one other person posted the same problem as me though :)
On Sun, Sep 8, 2019 at 11:15 PM Vincent Brokop vbrokop@gmail.com wrote:
Yup, I'm aware. I can try again. Thanks for getting back to me.
On Sun, Sep 8, 2019 at 10:45 PM shirsig notifications@github.com wrote:
Strange, it works fine for me. Maybe you didn't log out before deleting the WTF files? Because then they would just be rewritten from cache.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shirsig/aux-addon/issues/228?email_source=notifications&email_token=AJB47VXMLB4L4CWXEZ3JKF3QIXIFBA5CNFSM4IUU3PTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6GHDNI#issuecomment-529297845, or mute the thread https://github.com/notifications/unsubscribe-auth/AJB47VR66LY3LQEHXGGAWQTQIXIFBANCNFSM4IUU3PTA .
Hm, can you enable lua errors and copy here what you get please? /console scriptErrors 1
That's the interesting thing, it's not throwing any errors. (I've kept lua errors enabled since classic launch, it's been helpful in identifying a few troublesome addons) But with aux... neither right clicking on an object in my bags, nor dragging an object into the appropriate area on the Post tab works.
On Sun, Sep 8, 2019 at 11:37 PM shirsig notifications@github.com wrote:
Hm, can you enable lua errors and copy here what you get please? /console scriptErrors 1
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shirsig/aux-addon/issues/228?email_source=notifications&email_token=AJB47VXCBAIJKFN2S3ONNRLQIXOI3A5CNFSM4IUU3PTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6GJMJQ#issuecomment-529307174, or mute the thread https://github.com/notifications/unsubscribe-auth/AJB47VSQYRSEZJJKPXAOSNLQIXOI3ANCNFSM4IUU3PTA .
Oh, that's the problem? That's not a bug. Right clicking is not possible so I changed it to alt-click. Not sure if dragging was already removed from the latest vanilla version or of it's broken. Anyway, you can also click the items in the list within aux, which is the intended way to do it.
Thank you for taking the time to clarify! I always just right clicked from my bags while using the addon on private vanilla servers. I will alt click from now on or use the list built into the addon. Cheers!
On Sun, Sep 8, 2019 at 11:52 PM shirsig notifications@github.com wrote:
Oh, that's the problem, that's not a bug. Right clicking is not possible so I changed it to alt-click. Not sure if dragging was already removed from the latest vanilla version or of it's broken. Anyway, you can also click the items in the list within aux, which is the intended way to do it.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/shirsig/aux-addon/issues/228?email_source=notifications&email_token=AJB47VTPF73U2EPBLS2UET3QIXQBTA5CNFSM4IUU3PTKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6GKDRI#issuecomment-529310149, or mute the thread https://github.com/notifications/unsubscribe-auth/AJB47VWICONNUF4OS6FD4Y3QIXQBTANCNFSM4IUU3PTA .
Here's the error I receive, it wasn't showing an error before but now it's popping up in a GUI box:
Date: 2019-09-11 14:58:51 ID: 1 Error occured in: Global Count: 1 Message: ..\AddOns\aux-addon\util\money.lua line 62: attempt to compare nil with number Debug: aux-addon\util\money.lua:62: to_string() aux-addon\tabs\post\core.lua:400: update_item() aux-addon\tabs\post\frame.lua:63: aux-addon\tabs\post\frame.lua:61 Locals: money = nil pad = true trim = nil color = nil no_color = true (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (temporary) = nil (*temporary) = "attempt to compare nil with number" T =
Not sure why, but whenever I click on the item listed in the Post tab, it doesn't work. Where can I find log information to narrow down the root cause so that I can provide it here?