That's a really nice site
A few things:
-> Some items seem to be missing, e.g. I tried the Yellow Wizard Hat
-> When you delete a character because of a typo (e.g. you typed Lifestonr, but meant Lifestone) it doesn't show the drop down list
-> Not sure, but it seems you can't scroll in that drop down list
-> Well... see below, after trying to enter a new item:
Code: Select all
500 Internal Server Error
The server encountered an unexpected condition which prevented it from fulfilling the request.
Traceback (most recent call last):
File "/usr/local/lib/python3.4/site-packages/cherrypy/_cprequest.py", line 656, in respond
response.body = self.handler()
File "/usr/local/lib/python3.4/site-packages/cherrypy/lib/encoding.py", line 186, in __call__
self.body = self.oldhandler(*args, **kwargs)
File "/usr/local/lib/python3.4/site-packages/cherrypy/_cpdispatch.py", line 52, in __call__
return self.callable(*self.args, **self.kwargs)
File "TMM.py", line 244, in __call__
return self.site.parse(a, k)
File "TMM.py", line 231, in parse
templating.parse(open(os.path.join(ROOT, 'html', page), 'r').read(), variables) + \
File "/media/Field/TheManaMarket/templating.py", line 75, in parse
ret += str(var(logic[0], variables))
File "/media/Field/TheManaMarket/templating.py", line 42, in var
if not x in c:
TypeError: argument of type 'NoneType' is not iterable
Edit:
Oh, another thing, I don't know if this is possible, but e.g. I'd like to trade my Banshee Bow, but not for money, I'd only change it for a Heart of Isis.
It would also be awesome if you could enter a request, e.g. "looking for a Wooden Staff, offer 500K GP" or something like that.
It has much potential I think
