Do you have any proxies set up? WUU will use your system proxies (for Windows, the same proxy as MSIE is set up to use).
Nope. No proxies. It was working great for a long time. Then a few versions ago it would start giving me the urlopen error at random. I could reboot and it would work again. Now it seems to give the error every time. Even after a reboot. What's strange is the one right before 1.6.445 worked fine for awhile, then this morning it kept giving urlopen error so I upgraded to 445 and that still gives urlopen error. If I copy and paste the URL to a browser it works fine.
I'm completely lost...
My steps:
* delete old Grid from within WUU
* Tools -> Clean Temp Dir
* Shutdown WUU and make sure there's no leftover Grid folder in \Interface\AddOns
* Start WUU, Ctrl+N, Name=Grid, Site=AceSVN, SiteID=branches/Grid/jerry/Grid
* Check Version -> (WARN) Could not find Grid info in SVN - is site ID correct?
* Update -> (WARN) Could not find Grid info in SVN - is site ID correct?
I also tried to:
* upgrade SVN from 1.4.4 to 1.4.5 (latest)
* manually create the Grid folder, then update from WUU
* rename addons.wurm.xml and restart WUU to make sure there's nothing about Grid leftover in it
* shutdown my firewall
* login as administrator
I'm completely lost...
My steps:
* delete old Grid from within WUU
* Tools -> Clean Temp Dir
* Shutdown WUU and make sure there's no leftover Grid folder in \Interface\AddOns
* Start WUU, Ctrl+N, Name=Grid, Site=AceSVN, SiteID=branches/Grid/jerry/Grid
* Check Version -> (WARN) Could not find Grid info in SVN - is site ID correct?
* Update -> (WARN) Could not find Grid info in SVN - is site ID correct?
I also tried to:
* upgrade SVN from 1.4.4 to 1.4.5 (latest)
* manually create the Grid folder, then update from WUU
* rename addons.wurm.xml and restart WUU to make sure there's nothing about Grid leftover in it
* shutdown my firewall
* login as administrator
svn co ... / svn up from a terminal works
Guess that means back to Tortoise then :(
I'll try to add more debug messages for the next version, then :(
Getting this after update to 1.6.445 when trying to click on Preferences under Tools:
Traceback (most recent call last):
File "WUU.py", line 2834, in OnPreferences
File "WUU.py", line 3631, in __init__
File "wx\_controls.pyc", line 1709, in SetValue
TypeError: String or Unicode type required
If I knew the first thing about Python, I'd try and fix it as it seems like a fairly straightforward fix.
Someone already posted this issue, but Lejordet, you're usually bang on with a reply to error messages within the first post or two after you've spotted it, so I figured you might've missed it with the SVN issue. :)
Getting this after update to 1.6.445 when trying to click on Preferences under Tools:
Traceback (most recent call last):
File "WUU.py", line 2834, in OnPreferences
File "WUU.py", line 3631, in __init__
File "wx\_controls.pyc", line 1709, in SetValue
TypeError: String or Unicode type required
If I knew the first thing about Python, I'd try and fix it as it seems like a fairly straightforward fix.
Someone already posted this issue, but Lejordet, you're usually bang on with a reply to error messages within the first post or two after you've spotted it, so I figured you might've missed it with the SVN issue. :)
I've fixed this in the code already, just not released it :) Restart WUU to fix it for now. (It's the value for Socket Timeout that's set to a number the first time you start WUU after I added the setting, while the code for the Preferences dialog assumes that everything is text :()
I've fixed this in the code already, just not released it :) Restart WUU to fix it for now. (It's the value for Socket Timeout that's set to a number the first time you start WUU after I added the setting, while the code for the Preferences dialog assumes that everything is text :()
Lejordet.. the Auctioneer site has changed it's format, and WUU seems to no longer be able to update from it using the "default" settings...
just an FYI.
break19
Quote from auctioneeraddon.com »
New Servers
MentalPower - 2007-10-12 22:15:34:
We have recently acquired two new servers to replace the one we're using right now. This means that we are now in the process of moving things from the current server to the two new ones. This process will take several days to complete and in that time some services will suffer interruptions. We are sorry for any hardships this may cause.
They're running a different layout while they're moving, I think :) I'll make sure it works when they're "stable" again ;)
[font=Comic Sans MS]WUU 1.6 stable![/font]
Yes, I just barely resisted the temptation to do it in WordArt with Comic Sans (UPDATE: Comic Sans added!), why do you ask?
* Contains all changes from the 1.5 beta line; more details later
* Bugfix: Colour/number control problems in Preferences
* Bugfix: !!!SaL handling when smartupdating
* Bugfix: Potential Changelog Report crash
* Added AceSVN to Install from URL
Finally, after 4 months of beta, there's a new stable(?) version of WUU! 1.6.446 can be downloaded from the links above.
Starting with the 1.7 betas, we have a new developer: Jeff Grimmett (grimmtooth), who's already improved on the UI, and created an installer for WUU on Windows (expect changes early in the 1.7 beta line :))
Just thought I'd mention that after downloading 1.6.446, it seems to only run in maximized or minimized mode. Using the Restore Down key to make it a smaller window simply minimizes the application. It even starts up minimized, not responding to mouse clicks. I had to use the context menu and select Maximize to get the app to show.
Just thought I'd mention that after downloading 1.6.446, it seems to only run in maximized or minimized mode. Using the Restore Down key to make it a smaller window simply minimizes the application. It even starts up minimized, not responding to mouse clicks. I had to use the context menu and select Maximize to get the app to show.
Hmm, going to look into that; in the mean time, try editing settings.wurm.xml and delete the FrameW/H/X/Y settings :)
Well, what can I say, superb software! I've been running mostly 6 month old addons becouse i'm too lazy to update (I have ALLOT of addons), but this solved all my problems :) Had a few problems with addons it couldn't update, as the addons have changed names and form. That's to be expected though I suppose, I doubt the software was made to support such old addons in the first place :) Will work from now on though!
Also, couldn't get linux version to run. Most likely it's me messing up the compiling (yeah, I suck), so I used windows version with Wine instead. Worked flawless.
By accident I saw that Gatherer got updated to 3.0, 3.0.1 and then 3.0.2 -- but WUU wasn't showing that, so I updated Gatherer manually.
Since then Gatherers version is shown as "#This is Gatherer v3.0.2##" (# is actually a square being a CRLF), and everytime I check for new versions and Gatherer is highlited, wxpython throws s stdout/stderr-window containing this:
Traceback (most recent call last):
File "WUU.py", line 2675, in OnListItemSelected
File "WUU.py", line 1672, in RefreshInfoPanel
File "Wurm.pyc", line 575, in _getChangelogFilename
ValueError: too many values to unpack
Version is 1.6.446 and I just did a clean install of WUU.
2007-10-18 11:05:11: (WARN) Could not find Auc-Advanced update date on page - is site ID correct?
2007-10-18 11:05:12: (WARN) Could not find Auc-Filter-Basic update date on page - is site ID correct?
2007-10-18 11:05:12: (WARN) Could not find Auc-ScanData update date on page - is site ID correct?
2007-10-18 11:05:13: (WARN) Could not find Auc-Stat-Purchased update date on page - is site ID correct?
2007-10-18 11:05:13: (WARN) Could not find Auc-Stat-Simple update date on page - is site ID correct?
2007-10-18 11:05:13: (WARN) Could not find Auc-Stat-StdDev update date on page - is site ID correct?
2007-10-18 11:05:43: (WARN) Could not find Enchantrix update date on page - is site ID correct?
2007-10-18 11:05:45: (WARN) Could not find Enchantrix-Barker update date on page - is site ID correct?
The rest of the auctioneer stuff works, this is Auctioneer Advanced 5.0 - it seems to only want to update if I use the old version (4.0.x)
Thank you for spending time creating this application. It is by far the best one out there. As much as I like wowace, I've never been a fan of adware programs.
Nope. No proxies. It was working great for a long time. Then a few versions ago it would start giving me the urlopen error at random. I could reboot and it would work again. Now it seems to give the error every time. Even after a reboot. What's strange is the one right before 1.6.445 worked fine for awhile, then this morning it kept giving urlopen error so I upgraded to 445 and that still gives urlopen error. If I copy and paste the URL to a browser it works fine.
My steps:
* delete old Grid from within WUU
* Tools -> Clean Temp Dir
* Shutdown WUU and make sure there's no leftover Grid folder in \Interface\AddOns
* Start WUU, Ctrl+N, Name=Grid, Site=AceSVN, SiteID=branches/Grid/jerry/Grid
* Check Version -> (WARN) Could not find Grid info in SVN - is site ID correct?
* Update -> (WARN) Could not find Grid info in SVN - is site ID correct?
I also tried to:
* upgrade SVN from 1.4.4 to 1.4.5 (latest)
* manually create the Grid folder, then update from WUU
* rename addons.wurm.xml and restart WUU to make sure there's nothing about Grid leftover in it
* shutdown my firewall
* login as administrator
svn co ... / svn up from a terminal works
Guess that means back to Tortoise then :(
I'll try to add more debug messages for the next version, then :(
If I knew the first thing about Python, I'd try and fix it as it seems like a fairly straightforward fix.
Someone already posted this issue, but Lejordet, you're usually bang on with a reply to error messages within the first post or two after you've spotted it, so I figured you might've missed it with the SVN issue. :)
I've fixed this in the code already, just not released it :) Restart WUU to fix it for now. (It's the value for Socket Timeout that's set to a number the first time you start WUU after I added the setting, while the code for the Preferences dialog assumes that everything is text :()
just an FYI.
break19
Ah, got it thanks. :)
They're running a different layout while they're moving, I think :) I'll make sure it works when they're "stable" again ;)
Yes, I just barely resisted the temptation to do it in WordArt with Comic Sans (UPDATE: Comic Sans added!), why do you ask?
WUU 1.6.446 win32
WUU 1.6.446 os x
WUU 1.6.446 source
MD5 sums:
1.6.446 stable (2007.10.17):
* Contains all changes from the 1.5 beta line; more details later
* Bugfix: Colour/number control problems in Preferences
* Bugfix: !!!SaL handling when smartupdating
* Bugfix: Potential Changelog Report crash
* Added AceSVN to Install from URL
Finally, after 4 months of beta, there's a new stable(?) version of WUU! 1.6.446 can be downloaded from the links above.
Starting with the 1.7 betas, we have a new developer: Jeff Grimmett (grimmtooth), who's already improved on the UI, and created an installer for WUU on Windows (expect changes early in the 1.7 beta line :))
Hmm, going to look into that; in the mean time, try editing settings.wurm.xml and delete the FrameW/H/X/Y settings :)
Also, couldn't get linux version to run. Most likely it's me messing up the compiling (yeah, I suck), so I used windows version with Wine instead. Worked flawless.
Thank you for this truly great piece of software!
Since then Gatherers version is shown as "#This is Gatherer v3.0.2##" (# is actually a square being a CRLF), and everytime I check for new versions and Gatherer is highlited, wxpython throws s stdout/stderr-window containing this:
Version is 1.6.446 and I just did a clean install of WUU.
Delete both version.txt and Gatherer.wuuversion before starting WUU :) I'll look into Gatherer later today.
2007-10-18 11:05:12: (WARN) Could not find Auc-Filter-Basic update date on page - is site ID correct?
2007-10-18 11:05:12: (WARN) Could not find Auc-ScanData update date on page - is site ID correct?
2007-10-18 11:05:13: (WARN) Could not find Auc-Stat-Purchased update date on page - is site ID correct?
2007-10-18 11:05:13: (WARN) Could not find Auc-Stat-Simple update date on page - is site ID correct?
2007-10-18 11:05:13: (WARN) Could not find Auc-Stat-StdDev update date on page - is site ID correct?
2007-10-18 11:05:43: (WARN) Could not find Enchantrix update date on page - is site ID correct?
2007-10-18 11:05:45: (WARN) Could not find Enchantrix-Barker update date on page - is site ID correct?
The rest of the auctioneer stuff works, this is Auctioneer Advanced 5.0 - it seems to only want to update if I use the old version (4.0.x)
It looks like, there is some issue where i need to set the World of Warcraft dir to
/home/<user>/.wine/drive_c/World of Warcraft/Interface
for the program to even run, but once its up and going i have to revert the dir to just World of Warcraft.
Also, it would be very nice if there was a way to sort the addons in the install window.
Also I wanted to make some small suggestions:
1.) Let the user choose where to save the zip files that are downloaded. Just as you do the WoW directory and the Backup directory.
2.) An option to backup the WTF folder with the addons would be nice.
3.) I didn't see any way to download addons such as LootLink.
http://www.wowwiki.com/Telo's_Addons
http://forums.worldofwarcraft.com/thread.html?topicId=1778586264&postId=19943904266&sid=1#0
Thank you for all your hard work. :)