Dresden
Emperor
- Joined
- Jul 10, 2008
- Messages
- 1,081
Regarding the Favorite Civic Detector errors try changing line 133 of FavoriteCivicDetector.py from this:
to this:
And let me know whether or not the error goes away. If it doesn't, just comment out that line for now since it's just debug logging text anyhow and I'll beat it into submission later.
Code:
BugUtil.debug(" -- Finished update for %s: %s" % (pPlayer.getName(), [COLOR="Blue"]str[/COLOR](favorite)))
Code:
BugUtil.debug(" -- Finished update for %s: %s" % (pPlayer.getName(), [COLOR="Blue"]unicode[/COLOR](favorite)))
And let me know whether or not the error goes away. If it doesn't, just comment out that line for now since it's just debug logging text anyhow and I'll beat it into submission later.