View Single Post
Posts: 237 | Thanked: 193 times | Joined on Feb 2010 @ Brighton, UK
#15
Hi all,

this morning i got the following errors trying to run mieru. Ran great at the weekend, so i wonder if it's a problem reloading the last used file.


Code:
Traceback (most recent call last):
  File "mieru.py", line 347, in <module>
    mieru = Mieru()
  File "mieru.py", line 76, in __init__
    self.platform = maemo5.Maemo5(self)
  File "/opt/mieru/maemo5.py", line 24, in __init__
    self.rotationObject = self._startAutorotation()
  File "/opt/mieru/maemo5.py", line 412, in _startAutorotation
    rotationMode = self.mieru.get('rotationMode', self._getDefaultRotationMode()) # get last used mode
  File "mieru.py", line 296, in get
    return self.d.get(key, default)
AttributeError: 'bool' object has no attribute 'get'
anyone know where the last viewed path is stored so i can clear the setting and try?

Cheers

EDIT: Seems home has got itself mounted read-only, so it's most likely this is the cause. Will update once I can resolve and test again.

EDIT 2: read-only issue resolved but same error exists launching mieru - also raised on github bugtracker.

Last edited by mr id; 2011-06-15 at 13:27. Reason: updates on read-only filesystem
 

The Following User Says Thank You to mr id For This Useful Post: