Quote:
Originally Posted by timlegge
Hi
Did you remove the old version of the plugin? Also, if possible open the zip file, extract the kobo_plugin.py file and see if line 267 which references a sd card is commented out. It is possible that I uploaded the wrong version of the plugin again.
Tim
|
Hi Tim,
Yes, I started off from a complete new install, including removing the folders left in the AppData folder.
The line 267 does appear to be commented out....
ContentID = path
ContentID = ContentID.replace(self._main_prefix, "file:///mnt/onboard/")
# ContentID = ContentID.replace(self._card_a_prefix, "file:///mnt/sd/")
# print "ContentID: " + ContentID
ImageID = self.delete_via_sql(ContentID, ContentType)
Cheers
John