#186 Don't assume cache_dir exists in the configuration
Closed: Fixed None Opened 8 years ago by rcritten.

I upgraded a 1.0.0 to 1.1.1 but uninstalled before doing much and it blew up with:

[2015-10-06 19:21:11,578] Uninstallation initiated
[2015-10-06 19:21:11,579] No option 'cache_dir' in section: 'global'
Traceback (most recent call last):
  File "/sbin/ipsilon-server-install", line 453, in <module>
    uninstall(fplugins, opts)
  File "/sbin/ipsilon-server-install", line 248, in uninstall
    cache_dir = tconf.get('global', 'cache_dir').replace('"', '')
  File "/usr/lib64/python2.7/ConfigParser.py", line 618, in get
    raise NoOptionError(option, section)
NoOptionError: No option 'cache_dir' in section: 'global'
[2015-10-06 19:21:11,586] Uninstallation aborted.

Fields changed

milestone: => 1.2

Fields changed

owner: => rcritten
status: new => accepted

master: ea6d627

resolution: => fixed
status: accepted => closed

Metadata Update from @rcritten:
- Issue assigned to rcritten
- Issue set to the milestone: 1.2

7 years ago

Login to comment on this ticket.

Metadata