Thread
:
[Device Plugin] Kobo Touch Extended Driver
View Single Post
09-08-2016, 11:00 PM
#
1595
davidfor
Grand Sorcerer
Posts: 24,905
Karma: 47303824
Join Date: Jul 2011
Location: Sydney, Australia
Device: Kobo:Touch,Glo, AuraH2O, GloHD,AuraONE, ClaraHD, Libra H2O; tolinoepos
This report
in the Kobo forum is of an error in the extended driver. The problem is that the apsw library doesn't have a commit method. These have to be done as an SQL statement. So any:
Code:
db.commit()
need to be replaced with:
Code:
cursor.execute("commit")
davidfor
View Public Profile
Find More Posts by davidfor
Track Posts by davidfor via RSS