View Single Post
Old 07-18-2021, 05:22 PM   #10
chaley
Grand Sorcerer
chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.chaley ought to be getting tired of karma fortunes by now.
 
Posts: 12,458
Karma: 8012886
Join Date: Jan 2010
Location: Notts, England
Device: Kobo Libra 2
Quote:
Originally Posted by jgoguen View Post
A while back there was a problem caused by the version in the plugin being indirect (the tuple is defined in a common file and referenced in each plugin) but that got fixed and davidfor didn't think there were recent changes in that area. Hopefully Kovid sees this and can track down what's going on.
The plugin updater processes Abstract Syntax Trees to find the information. ASTs don't compile the source, so the eventual value isn't visible.

You could test if this is the problem by changing the plugin zip to put the text of the version number in plugin.../device/driver.py instead of the reference.
chaley is offline   Reply With Quote