GithubHelp home page GithubHelp logo

Comments (4)

bgirardot avatar bgirardot commented on August 14, 2024

I did just recently see an error about psycopg2 I had not seen before, in some other context that mentioned I needed to compile it with some additional lib to use some function. Unfortunately I do not remember where I saw that error but is it possible I need to reinstall psycopg2 due to some recently added functionality?

from tasking-manager.

bgirardot avatar bgirardot commented on August 14, 2024

When I try to login, I get the following error in my browser:

sqlalchemy.exc.ProgrammingError

sqlalchemy.exc.ProgrammingError: (psycopg2.ProgrammingError) relation "users" does not exist
LINE 2: FROM users 
             ^
 [SQL: 'SELECT users.id AS users_id, users.username AS users_username, users.role AS users_role, users.mapping_level AS users_mapping_level, users.tasks_mapped AS users_tasks_mapped, users.tasks_validated AS users_tasks_validated, users.tasks_invalidated AS users_tasks_invalidated, users.projects_mapped AS users_projects_mapped, users.email_address AS users_email_address, users.is_email_verified AS users_is_email_verified, users.twitter_id AS users_twitter_id, users.facebook_id AS users_facebook_id, users.linkedin_id AS users_linkedin_id \nFROM users \nWHERE users.id = %(param_1)s'] [parameters: {'param_1': 359133}]

from tasking-manager.

bgirardot-np avatar bgirardot-np commented on August 14, 2024

Ethan also had the issue, he gave this feedback:

In the file migrations/versions/9f5b73af01db_.py and i just deleted/commented out line 24

And he reports that allowed him to carry on with rc1 and things seem to work out ok.

from tasking-manager.

hunt3ri avatar hunt3ri commented on August 14, 2024

Hi @bgirardot that's a bug. Looks like a column I was using for testing got into the migrations. I've commited a fix. Apologies about that

from tasking-manager.

Related Issues (20)

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.