Skip to content

Unable to save config due to missing validate function #3

@robbiet480

Description

@robbiet480

It appears Calibre now requires validate() to be defined in order to save preferences. Adding this to config.py made the plugin work (I needed to change my IP from 192.168.4.1 to something else):

def validate(self):
  return True

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions