Зашлось через браузер. Создал эху заново, нажал на её название в браузере, нажал "добавить сообщение", выводит
Error: 500 Internal Server Error
Sorry, the requested URL '
http://localhost:62220/reply/testnode.2014/-' caused an error:
Internal Server Error
Exception:
IOError(2, 'No such file or directory')
Traceback:
Traceback (most recent call last):
File "/home/vitya/prg/pre02/bottle.py", line 783, in _handle
return route.call(**args)
File "/home/vitya/prg/pre02/bottle.py", line 1635, in wrapper
rv = callback(*a, **ka)
File "run.py", line 39, in index_list
return template('mform.html',r=local.r,ea=ea)
File "/home/vitya/prg/pre02/bottle.py", line 3216, in template
return TEMPLATES[tplid].render(kwargs)
File "/home/vitya/prg/pre02/bottle.py", line 3189, in render
self.execute(stdout, kwargs)
File "/home/vitya/prg/pre02/bottle.py", line 3177, in execute
eval(self.co, env)
File "/home/vitya/prg/pre02/mform.html", line 17, in <module>
%uname, uaddr = points.check_hash(r.auth)
File "/home/vitya/prg/pre02/points.py", line 15, in check_hash
p = open('points.txt').read().splitlines()
IOError: [Errno 2] No such file or directory: 'points.txt'
Ругается на отсутствие поинтов. Поинта создал, но лучше как-то предусмотреть вариант отсутствия файла.