VideoHelp Forum
+ Reply to Thread
Page 30 of 30
FirstFirst ... 20 28 29 30
Results 871 to 872 of 872
Thread
  1. Downloaded and got everything setup and working except I am getting the following error when trying to use SQLite for key_valuts

    Code:
    directories:
        services: C:/devine/devine-services/services
        vaults: C:/devine/Vaults
        temp: C:/devine/temp
    
    downloader: aria2c
    
    key_vaults:
      - type: SQLite
        name: "Local Vault"
        path: C:/devine/Vaults/key_store.db
    
    profiles:
        default: default
    ValueError: Unable to find vault command by the name 'SQLite'.
    I installed using pip using Python 3.12.7

    py -m pip install devine
    Also using v3.3.3 of Devine

    If I check I can import sqlite3 using python
    Code:
    Python 3.12.7 (tags/v3.12.7:0b05ead, Oct  1 2024, 03:06:41) [MSC v.1941 64 bit (AMD64)] on win32
    Type "help", "copyright", "credits" or "license" for more information.
    >>> import sqlite3
    >>>
    do I have something configured incorrectly?
    Last edited by condrovic; 3rd Oct 2024 at 18:45. Reason: added python import using sqlite3
    Quote Quote  
  2. @condrovic

    Try with the default path:
    Code:
    %appdata%\local\devine\key_vault.db
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!