GithubHelp home page GithubHelp logo

Comments (3)

pbelmans avatar pbelmans commented on August 11, 2024

The quickest fix is to use commit a0b1cf85f7419d8153307e7439f222c9bc7c67d7 I think. That doesn't take away that I should fix the Travis script / current master branch (and learn to not do possibly breaking things in master...)

from hello-world.

dzackgarza avatar dzackgarza commented on August 11, 2024

Also running into this issue!

The issue seems to be coming from running gerby-website/gerby/tools/update.py, which gives the following error:

sqlite3.OperationalError: no such table: dependency
...
File "hello-world/gerby-website/gerby/views/stacks.py", line 186, in <module>
    tags = Tag.select().prefetch(Dependency)

Incidentally, the file hello-world.sqlite seems to be empty.

Switching to commit a0b1c... on gerby-website yields a different error

sqlite3.OperationalError: no such table: tag
...
file "update.py", line 43, in importTags
    tag, created = Tag.get_or_create(tag=pieces[2].upper())

from hello-world.

pbelmans avatar pbelmans commented on August 11, 2024

I need to fix the master branch of the gerby-website repository, for now you can revert to commit a0b1cf85f7419d8153307e7439f222c9bc7c67d7 from that repository and things will work again.

from hello-world.

Related Issues (2)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.