I've just tried both these addons and they worked fine for me. Please delete them via WUU and then add them again. I use the Addon -> Install from -> URL... option and give it the URL of the Curse page. The link and menu options then take me to the correct page.
Please try this and let me know what happens.
Hi Jncl,
Thanks for the feedback. Using Curse, WUU handles both addons without issue.
However, my goal is to get both of these addons from WoWAce (I want the alpha versions), and that is where I am running into problems. Deleting & re-adding these addons from WoWAce does not resolve the issue for me.
Thanks for the feedback. Using Curse, WUU handles both addons without issue.
However, my goal is to get both of these addons from WoWAce (I want the alpha versions), and that is where I am running into problems. Deleting & re-adding these addons from WoWAce does not resolve the issue for me.
Hi shdwphnx,
Thanks for clarifying what you were trying to do.
I've looked at the code and there are a couple of issues that you've highlighted, I've fixed them and uploaded a patch.
It might take a while to come through so if you're happy making changes to source files then the changes are as follows:
- In Wurm.py, line 1427
change war.curseforge.com to www.wowace.com
- In site_re.txt, line 10, (wowace_dlversion)
add an underscore (_) to [a-zA-Z0-9\-] so that it becomes [a-zA-Z0-9\-_]
It might take a while to come through so if you're happy making changes to source files then the changes are as follows:
- In Wurm.py, line 1427
change war.curseforge.com to www.wowace.com
- In site_re.txt, line 10, (wowace_dlversion)
add an underscore (_) to [a-zA-Z0-9\-] so that it becomes [a-zA-Z0-9\-_]
I hope this helps ;-)
Looks like I will need to wait for the next release. I seem to be unable to compile it (it gives me a syntax error in any line with triple quotes). I expect this is due to my own ignorance as I know almost nothing about Python.
Thanks for finding the problem and figuring out how to fix it though. Now we just need lejordet2 to incorporate your fixes and release the updated version. :)
2009-07-09 11:37:35: (WARN) Could not find LilSparkysWorkshop download info on page - is site ID correct?
2009-07-09 11:37:42: (WARN) Could not find Quartz download info on page - is site ID correct?
2009-07-09 11:37:44: (WARN) Could not find SimpleUnitFrames download info on page - is site ID correct?
2009-07-09 11:37:46: (WARN) Could not find Skillet download info on page - is site ID correct?
Looks like WoWAce went and changed something in their layout again. I wonder if they are doing it specifically to break WUU (and similar apps), or just doing general tweaks? Hopefully they will stop soon and we will be able to get WUU working reliably again.
Sorry, I was out of the country for a while, 0 internet - here's a roll-up of all the changes Jncl has done while I was gone, which should stabilize things a good deal, I hope.
Bad.
1. AutoUpdate fails, pointer on server not moved? Log: 2009-07-12 11:21:28: (WARN) Online version of WUU: 1.9.666
2. This in the log:
2009-07-12 11:21:28: (ERROR) Checking of version failed - assuming update needed (Reason: [Errno 2] No such file or directory: 'C:\\Users\\dave\\WUU\\reversion.txt')
and
2009-07-12 11:21:28: (ERROR) Checking of version failed - assuming update needed (Reason: [Errno 2] No such file or directory: 'C:\\Users\\dave\\WUU\\templateversion.txt')
Comment, I have over time and versions not messed with the folder "\users\dave\WUU" at all until today. I found that todays version didn't update something (wowace still didn't work) so I blew off that folder completely and had the program re-populate it. Fixed wowace again. So, occasionally removing the folder with the variable data might be a good thing for long time users. Might also explain the errors above in the logs :)
Looks like WoWAce went and changed something in their layout again. I wonder if they are doing it specifically to break WUU (and similar apps), or just doing general tweaks? Hopefully they will stop soon and we will be able to get WUU working reliably again.
And here we go again... I really wish WoWAce would either quit changing things or pop in here and officially tell us to quit using WUU with their site.
On a partially related note, any reason WoWAce, WoWInterface, etcetera aren't simply templates like those for Mob Map, Jame's Leveling Guide, etcetera?
I am currently using the OtherSite setting for all my WoWAce addons so that I can at least check which ones have been updated. While I do not expect WUU to be able to actually download the updates, it would be nice if the Open Addon Page option was available when multiple addons were selected (or if the Open Download Pages option could be made to work with OtherSite).
It was a single-character change in the regexp for WoWAce, and it looks like Jncl beat me to it :P
I've pushed the new site_re.txt to the server, so it should fix all problems now (there were some other fixes by Jncl, I'll add those in the next release)
It was a single-character change in the regexp for WoWAce, and it looks like Jncl beat me to it :P
I've pushed the new site_re.txt to the server, so it should fix all problems now (there were some other fixes by Jncl, I'll add those in the next release)
It didn't fix wowace for me, am I alone in this? I checked, and the site_re.txt has the changes in it.
If so, let me know, I can blow off my setup. Setting up all these addons in WUU again is a new fun hobby for me anyway :).
There was an error in the regexp - or more precisely; the regexp didn't fit the code we used it in, so I had to complicate the regexp to avoid pushing a new WUU version.
Please test if it works now :) (it did here, at least)
When packaging/editing the files, could you guys keep the CR/LF (aka DOS linefeed) as pure LF (aka Unix'ish, etc.). Makes easier to start new versions from ol' script/icon/whatever without going to console to strip the CR's out of the files (as it is, at least my python and/or shell chokes with CR's in the files).
There was an error in the regexp - or more precisely; the regexp didn't fit the code we used it in, so I had to complicate the regexp to avoid pushing a new WUU version.
Please test if it works now :) (it did here, at least)
wowace updates, but for whatever reason the "Local ver." column doesn't update.
Just noticed it today when all the new version updates starting coming in. PitBull4 changed versions on the online version column, and the update happened, but the local version column never changed.
Due to the changes at WoWAce and Curse, the actual downloading must be done by the user - there are things in place that simplify it as much as possible though, details here: http://wuu.vagabonds.info/wuuki/Curse_1.9
Rollback Post to RevisionRollBack
To post a comment, please login or register a new account.
The Gatherer issue is caused by the update to the Auctioneer site ;-(
The quick fix is to use the attached site_re.txt file until a new version is released by lejordet
Hi Jncl,
Thanks for the feedback. Using Curse, WUU handles both addons without issue.
However, my goal is to get both of these addons from WoWAce (I want the alpha versions), and that is where I am running into problems. Deleting & re-adding these addons from WoWAce does not resolve the issue for me.
Hi shdwphnx,
Thanks for clarifying what you were trying to do.
I've looked at the code and there are a couple of issues that you've highlighted, I've fixed them and uploaded a patch.
It might take a while to come through so if you're happy making changes to source files then the changes are as follows:
- In Wurm.py, line 1427
- In site_re.txt, line 10, (wowace_dlversion)
I hope this helps ;-)
Looks like I will need to wait for the next release. I seem to be unable to compile it (it gives me a syntax error in any line with triple quotes). I expect this is due to my own ignorance as I know almost nothing about Python.
Thanks for finding the problem and figuring out how to fix it though. Now we just need lejordet2 to incorporate your fixes and release the updated version. :)
2009-07-09 11:37:35: (WARN) Could not find LilSparkysWorkshop download info on page - is site ID correct?
2009-07-09 11:37:42: (WARN) Could not find Quartz download info on page - is site ID correct?
2009-07-09 11:37:44: (WARN) Could not find SimpleUnitFrames download info on page - is site ID correct?
2009-07-09 11:37:46: (WARN) Could not find Skillet download info on page - is site ID correct?
Argh.
All Wowace stuff.
WUU 1.9.673 win32
WUU 1.9.673 osx
WUU 1.9.673 osx light version
WUU 1.9.673 source/linux
MD5 sums:
1.9.673 (2009.07.12):
* Site fix: WoWAce
* Site fix: Gatherer
* Updated Templates: Added Jame's Leveling Guide TourGuide Style
* Updated Templates: Added Guild Launch Modded CT_RaidTracker
* Updated Templates: Removed GatherDB
* Updated Templates: Removed Tekkub's Git Repository
Good!
1. Seems to work just fine for me!
Bad.
1. AutoUpdate fails, pointer on server not moved? Log: 2009-07-12 11:21:28: (WARN) Online version of WUU: 1.9.666
2. This in the log:
2009-07-12 11:21:28: (ERROR) Checking of version failed - assuming update needed (Reason: [Errno 2] No such file or directory: 'C:\\Users\\dave\\WUU\\reversion.txt')
and
2009-07-12 11:21:28: (ERROR) Checking of version failed - assuming update needed (Reason: [Errno 2] No such file or directory: 'C:\\Users\\dave\\WUU\\templateversion.txt')
Comment, I have over time and versions not messed with the folder "\users\dave\WUU" at all until today. I found that todays version didn't update something (wowace still didn't work) so I blew off that folder completely and had the program re-populate it. Fixed wowace again. So, occasionally removing the folder with the variable data might be a good thing for long time users. Might also explain the errors above in the logs :)
And here we go again... I really wish WoWAce would either quit changing things or pop in here and officially tell us to quit using WUU with their site.
On a partially related note, any reason WoWAce, WoWInterface, etcetera aren't simply templates like those for Mob Map, Jame's Leveling Guide, etcetera?
I've pushed the new site_re.txt to the server, so it should fix all problems now (there were some other fixes by Jncl, I'll add those in the next release)
It didn't fix wowace for me, am I alone in this? I checked, and the site_re.txt has the changes in it.
If so, let me know, I can blow off my setup. Setting up all these addons in WUU again is a new fun hobby for me anyway :).
Please test if it works now :) (it did here, at least)
Look at tools-preferences, then on the right side, turn on "Preserve newlines as-is" see if that doesn't fix your issue.
wowace updates, but for whatever reason the "Local ver." column doesn't update.
Just noticed it today when all the new version updates starting coming in. PitBull4 changed versions on the online version column, and the update happened, but the local version column never changed.