epsg.io icon indicating copy to clipboard operation
epsg.io copied to clipboard

Exception in log on production server

Open o1da opened this issue 8 years ago • 0 comments

Bugfix is needed.

Traceback (most recent call last):
  File "/usr/local/bin/bottle.py", line 764, in _handle
    return route.call(**args)
  File "/usr/local/bin/bottle.py", line 1575, in wrapper
    rv = callback(*a, **ka)
  File "/var/www/epsg.io/app.py", line 1213, in index
    url_coords = rcode
UnboundLocalError: local variable 'rcode' referenced before assignment

o1da avatar Dec 15 '16 14:12 o1da