WowAcePy chokes when updating PeriodicTable-3.0 when it is a dependency of any package and forced.
./scripts/wowacepy/wowace.py -f Baggins
INFO Loading local addons
INFO Checking http://files.wowace.com/latest-noext.xml for updated addons
INFO Upgrading Baggins from 48425 to 48425
INFO Upgrading Ace2 from 48022 to 48022
INFO Upgrading GratuityLib from 46651 to 46651
INFO Upgrading PeriodicTable-3.0 from 48586 to 48586
Traceback (most recent call last):
File "./scripts/wowacepy/wowace.py", line 488, in <module>
_dispatch()
File "./scripts/wowacepy/wowace.py", line 480, in _dispatch
updater.update_addon(arg, get_deps=options.get_deps, unpackage=options.unpackage, delete_old=options.delete_old, force=options.force, script=options.script)
File "./scripts/wowacepy/wowace.py", line 107, in update_addon
self.update_addon(dep, get_deps, unpackage, script, delete_old, force)
File "./scripts/wowacepy/wowace.py", line 117, in update_addon
toc.comment_missing_files()
File "./scripts/wowacepy/wowace.py", line 320, in comment_missing_files
if not os.path.exists(os.path.join(d, f.replace('\\', os.path.sep))):
File "/usr/lib64/python2.5/posixpath.py", line 65, in join
path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 1: ordinal not in range(128)
I'm still getting the same bugs reported a while back. I've tried cutting it down to just Recount the the libraries to no avail. I doubt that it has any effect but i am running on linux through wine.
[2007/09/11 19:39:36-244-x1]: Recount-$Revision: 47214 $\Sync.lua:185: AceComm-2.0: `SetCommPrefix' must be called before sending a message.
---
[2007/09/11 19:43:53-245-x1]: Recount-$Revision: 47214 $\Widgets.lua:17: attempt to index field 'Colors' (a nil value)
AceAddon-2.0-46764 (Ace2):483: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:460>
<in C code>: ?
AceEvent-2.0-44693 (Ace2):299: in function `TriggerEvent'
AceEvent-2.0-44693 (Ace2):955: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:948>
---
[2007/09/11 19:43:57-245-x1]: Recount-$Revision: 47214 $\Recount.lua:976: AceEvent-2.0: Cannot register event "UNIT_PET" to method "UNIT_PET", it does not exist
AceAddon-2.0-46764 (Ace2):927: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:920>
<in C code>: ?
AceEvent-2.0-44693 (Ace2):262: in function `TriggerEvent'
AceEvent-2.0-44693 (Ace2):955: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:948>
---
Edit - I was using External libraries. Upon using the regular zip it works correctly. Any ideas/fixes to allow external libraries?
I've been playing around with ItemValue's Best Jewel function to create some rather humorous item links, Healing gear with agi gems for instance, and was wondering if there's any mod that allows you to create a custom link with your choice of gems and enchants.
From the way that i understand itemID's, the enchants, gems and random enchant's are just an additional portion on the end. If this is true is it possible to make a simple front end to pick your additions and craft a link?
I've been trying to bash together something, but i don't have a very good LUA knowledge base.
I've been getting 2 consistent errors for the past few days.
[2007/08/01 16:13:40-1744-x1]: Recount-$Revision: 45537 $\Widgets.lua:17: attempt to index field 'Colors' (a nil value)
AceAddon-2.0-44196 (Ace2):483: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:460>
<in C code>: ?
AceEvent-2.0-44693 (Ace2):299: in function `TriggerEvent'
AceEvent-2.0-44693 (Ace2):955: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:948>
---
[2007/08/01 16:13:46-1744-x62]: Recount-$Revision: 45537 $\Sync.lua:171: AceComm-2.0: `SetCommPrefix' must be called before sending a message.
0
I briefly looked over the code, but i'm not much of a programmer and have no clue where to start trying to implement it.
0
0
./scripts/wowacepy/wowace.py -f Baggins
INFO Loading local addons
INFO Checking http://files.wowace.com/latest-noext.xml for updated addons
INFO Upgrading Baggins from 48425 to 48425
INFO Upgrading Ace2 from 48022 to 48022
INFO Upgrading GratuityLib from 46651 to 46651
INFO Upgrading PeriodicTable-3.0 from 48586 to 48586
Traceback (most recent call last):
File "./scripts/wowacepy/wowace.py", line 488, in <module>
_dispatch()
File "./scripts/wowacepy/wowace.py", line 480, in _dispatch
updater.update_addon(arg, get_deps=options.get_deps, unpackage=options.unpackage, delete_old=options.delete_old, force=options.force, script=options.script)
File "./scripts/wowacepy/wowace.py", line 107, in update_addon
self.update_addon(dep, get_deps, unpackage, script, delete_old, force)
File "./scripts/wowacepy/wowace.py", line 117, in update_addon
toc.comment_missing_files()
File "./scripts/wowacepy/wowace.py", line 320, in comment_missing_files
if not os.path.exists(os.path.join(d, f.replace('\\', os.path.sep))):
File "/usr/lib64/python2.5/posixpath.py", line 65, in join
path += '/' + b
UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 1: ordinal not in range(128)
0
Edit - I was using External libraries. Upon using the regular zip it works correctly. Any ideas/fixes to allow external libraries?
0
From the way that i understand itemID's, the enchants, gems and random enchant's are just an additional portion on the end. If this is true is it possible to make a simple front end to pick your additions and craft a link?
I've been trying to bash together something, but i don't have a very good LUA knowledge base.
Thanks for any help/advice.
0
[2007/08/01 16:13:40-1744-x1]: Recount-$Revision: 45537 $\Widgets.lua:17: attempt to index field 'Colors' (a nil value)
AceAddon-2.0-44196 (Ace2):483: in function <Interface\AddOns\Ace2\AceAddon-2.0\AceAddon-2.0.lua:460>
<in C code>: ?
AceEvent-2.0-44693 (Ace2):299: in function `TriggerEvent'
AceEvent-2.0-44693 (Ace2):955: in function <Interface\AddOns\Ace2\AceEvent-2.0\AceEvent-2.0.lua:948>
---
[2007/08/01 16:13:46-1744-x62]: Recount-$Revision: 45537 $\Sync.lua:171: AceComm-2.0: `SetCommPrefix' must be called before sending a message.
---
0
I have tried a non-embedded library and i know for a fact that i have other mods that use the same library successfully.