Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Support
    • Submit feedback
    • Contribute to GitLab
  • Sign in
bob.db.arface
bob.db.arface
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • bob
  • bob.db.arfacebob.db.arface
  • Issues
  • #2

Closed
Open
Opened Nov 28, 2016 by Manuel Günther@mguenther
  • Report abuse
  • New issue
Report abuse New issue

Creating the database fails

When I try to run bin/bob_dbmanage.py arface create, I get the following error:

bob/db/arface/models.py", line 89, in __init__
    bob.db.base.File.__init__(self, file_id = image_name, client_id = image_name[:5], path = image_name)
TypeError: __init__() got an unexpected keyword argument 'client_id'

I assume that there was an error while switching form bob.db.verification.utils.File, which accepts the client_id keyword to bob.db.base.File, which does not. While just using the database with the stored db.sql3 database file, this works fine -- since the bob.db.arface.File constructor is never called. When trying to use the File class (as done during create), this issue shows up.

I assume that this issue shows up in many more databases.

Assignee
Assign to
May 2017 Hackathon
Milestone
May 2017 Hackathon
Assign milestone
Time tracking
None
Due date
None
0
Labels
None
Assign labels
  • View project labels
Reference: bob/bob.db.arface#2