since i'm playing wow on 5 different machines and keeping all addon settings in sync is getting tedious, i was starting to code an addon, that should sync my saved variables via an external server. i was planing to use diffs or deltas to reduce overhead, but i've yet to find a way to communicate with an external server. i was thinking of using AceSerialize-3.0, but i'm not sure if that could work and where to go from there. is this endevour even possible with the current frameworks? any pointer would be very helpful.
i'm always getting those warnings and the packages will appear red in my list. i can execute "purge missing addons" as often as i want, next one-button-update they'll be back.
2008-10-26 23:29:50: (WARN) Addon DebugLib has been flagged as missing
2008-10-26 23:29:50: (WARN) Addon AceLibrary has been flagged as missing
2008-10-26 23:29:50: (WARN) Addon LibStub has been flagged as missing
2008-10-26 23:29:50: (WARN) Addon AceHook-2.1 has been flagged as missing
2008-10-26 23:29:50: (WARN) Addon AceEvent-2.0 has been flagged as missing
2008-10-26 23:29:50: (WARN) Addon AceOO-2.0 has been flagged as missing
2008-10-26 23:29:50: (WARN) Addon AceLocale-2.2 has been flagged as missing
2008-10-26 23:29:50: (WARN) Addon Configator has been flagged as missing
2008-10-26 23:29:50: (WARN) Addon Babylonian has been flagged as missing
2008-10-26 23:29:50: (WARN) Addon SlideBar has been flagged as missing
if bandwidth is such a pressing issue, why not use a delta (for binaries), a diff (for clear text) or even bittorrent approach to distribute new versions?
i can't update any wowace addons any more since yesterday. is that related to the change of the wowace ip and possible dns problems (described here)? if so, how does "Flush webcache" in WUU help (because it doesn't do anything for me)? also, what does "Clean unused SavedVariables" really do? first i think there's a little bug in the count mechanism, because each time i use that function, it will add up the numbers, i think they need to be reset. also - even though i think it should be platform independent (i'm on linux) - it doesn't really do anything, but list unused SavedVariables. not sure, what the cleaning part is supposed to do.
2008-06-10 11:55:07: (INFO) Cache size before flush: 0Kb in 0 pages
2008-06-10 11:55:07: (INFO) Cache size after flush: 0Kb in 0 pages
2008-06-10 11:54:46: (WARN) Download of AtlasLoot failed, URL=http://files.wowace.com/AtlasLoot/no-ext/AtlasLoot-r76345.zip: <urlopen error (-3, 'Temporary failure in name resolution')>
2008-06-10 11:54:47: (WARN) Could not open QuestGuru web page: [url]http://www.curse.com/downloads/details/QuestGuru/[/url], HTTP Error 404: Not Found
2008-06-10 11:54:47: (WARN) Download of AtlasLoot_BCInstances failed, URL=http://files.wowace.com/AtlasLoot_BCInstances/no-ext/AtlasLoot_BCInstances-r76355.zip: <urlopen error (-3, 'Temporary failure in name resolution')>
2008-06-10 11:54:47: (WARN) Download of GridStatusRaidDebuff failed, URL=http://files.wowace.com/GridStatusRaidDebuff/no-ext/GridStatusRaidDebuff-r76341.zip: <urlopen error (-3, 'Temporary failure in name resolution')>
2008-06-10 11:54:48: (WARN) Download of LibItemBonus-2.0 failed, URL=http://files.wowace.com/LibItemBonus-2.0/no-ext/LibItemBonus-2.0-r76340.zip: <urlopen error (-3, 'Temporary failure in name resolution')>
2008-06-10 11:54:48: (WARN) Download of SharedMedia failed, URL=http://files.wowace.com/SharedMedia/no-ext/SharedMedia-r76383.zip: <urlopen error (-3, 'Temporary failure in name resolution')>
Can anyone comment on how/if they have Auctioneer Advanced Suite downloading with WUU?
I've played with multiple setups including some in both this and th previous thread all of which seem to do nothing.
Thanks
i usually download and unpack it manually, then i scan the directory, set all sites but "Auc-Advanced" to "[related] -> Auc-Advanced", give "Auc-Advanced" itself the ID "AuctioneerAdvancedSuite" and set site to "Auctioneer". not the most convenient way, but it works for me.
the auto-updater under linux still doesn't work, even though WUU finds all libraries, i still only get the popup window that asks me to go to the download page.
not sure if it has been mentioned or anyone else has this problem... i recently sent one of my chars about 136 netherweave cloth and for some strange reason skillet doesn't "see" those. i can't craft anything with them. it's as if they are non-existent even though they are in my inventory. i've just removed skillet and i can use the materials with the default skill window just fine.
Yes, I probably won't get around to fixing that until WUU 1.8
mitted a lot of code, so I just had to add some more stuff before releasing :P
uh sorry, i deleted my post (and will delete this one as well). must have mixed up the threads. i'm sincerely hoping you just made fun of me, because else i'd be completely confused. :)
You need to have the ezPyCrypto library installed for auto-update to work; there's packages in most major distros for it, take a look in whichever package management utility you use (usually it's labeled as "python crypto" or something like that)
i've installed ezPyCrypt by hand now, since my distro (archlinux) doesn't have a package for it, but i still have no luck. i'm using beta versions by the way and was wondering, what "beta=False" means in Wurm.py (3575)?
def updateWUU(newversion, beta=False):
also, some kind more debuging messages if a library can not be found, would be great. one strange thing is, that even though i've tried to set "canAutoUpdate" to always true it still not even tries. i don't get no error, just the popup if i want to go to the url and download it.
on a side note, you should change the url to the download site, not the main site (since you changed the layout of it).
0
0
0
that's something that would interest me too.
0
0
since i'm playing wow on 5 different machines and keeping all addon settings in sync is getting tedious, i was starting to code an addon, that should sync my saved variables via an external server. i was planing to use diffs or deltas to reduce overhead, but i've yet to find a way to communicate with an external server. i was thinking of using AceSerialize-3.0, but i'm not sure if that could work and where to go from there. is this endevour even possible with the current frameworks? any pointer would be very helpful.
0
0
0
0
0
0
i usually download and unpack it manually, then i scan the directory, set all sites but "Auc-Advanced" to "[related] -> Auc-Advanced", give "Auc-Advanced" itself the ID "AuctioneerAdvancedSuite" and set site to "Auctioneer". not the most convenient way, but it works for me.
0
0
0
uh sorry, i deleted my post (and will delete this one as well). must have mixed up the threads. i'm sincerely hoping you just made fun of me, because else i'd be completely confused. :)
0
i've installed ezPyCrypt by hand now, since my distro (archlinux) doesn't have a package for it, but i still have no luck. i'm using beta versions by the way and was wondering, what "beta=False" means in Wurm.py (3575)?
also, some kind more debuging messages if a library can not be found, would be great. one strange thing is, that even though i've tried to set "canAutoUpdate" to always true it still not even tries. i don't get no error, just the popup if i want to go to the url and download it.
on a side note, you should change the url to the download site, not the main site (since you changed the layout of it).