Git Product home page Git Product logo

bookmarker-api's Introduction

react-cloudinary

Image Upload and Manipulation with React# crycetruly

crycetruly

bookmarker-api's People

Contributors

crycetruly avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

bookmarker-api's Issues

validator library used is outdated/not updated to python 3.8.12.

The error shows up when I try to do a 'POST' request to the /register endpoint.

  • Serving Flask app "src" (lazy loading)
  • Environment: development
  • Debug mode: on
  • Running on http://127.0.0.1:5000/ (Press CTRL+C to quit)
  • Restarting with watchdog (inotify)
  • Debugger is active!
  • Debugger PIN: 610-316-769
    127.0.0.1 - - [09/Nov/2021 11:16:51] "POST /api/v1/auth/register HTTP/1.1" 500 -
    Traceback (most recent call last):
    File "/home/arghanath/anaconda3/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise
    raise value
    File "/home/arghanath/Documents/BookmarksAPI/src/init.py", line 3, in
    from src.auth import auth
    File "/home/arghanath/Documents/BookmarksAPI/src/auth.py", line 7, in
    from src.database import User,db
    File "/home/arghanath/Documents/BookmarksAPI/src/database.py", line 8, in
    class User(db.Model): #User Relation Created
    File "/home/arghanath/Documents/BookmarksAPI/src/database.py", line 15, in User
    updated_at=db.Column(db.DateTime, onUpdate=datetime.now())
    File "/home/arghanath/anaconda3/lib/python3.8/site-packages/sqlalchemy/sql/schema.py", line 1644, in init
    self._extra_kwargs(**kwargs)
    File "/home/arghanath/anaconda3/lib/python3.8/site-packages/sqlalchemy/sql/schema.py", line 1686, in _extra_kwargs
    self._validate_dialect_kwargs(kwargs)
    File "/home/arghanath/anaconda3/lib/python3.8/site-packages/sqlalchemy/sql/base.py", line 414, in validate_dialect_kwargs
    raise TypeError(
    TypeError: Additional arguments should be named
    , got 'onUpdate'
    127.0.0.1 - - [09/Nov/2021 11:16:53] "POST /api/v1/auth/register HTTP/1.1" 500 -
    Traceback (most recent call last):
    File "/home/arghanath/Documents/BookmarksAPI/src/init.py", line 3, in
    from src.auth import auth
    File "/home/arghanath/Documents/BookmarksAPI/src/auth.py", line 7, in
    from src.database import User,db
    File "/home/arghanath/Documents/BookmarksAPI/src/database.py", line 8, in
    class User(db.Model): #User Relation Created
    File "/home/arghanath/Documents/BookmarksAPI/src/database.py", line 15, in User
    updated_at=db.Column(db.DateTime, onUpdate=datetime.now())
    File "/home/arghanath/anaconda3/lib/python3.8/site-packages/sqlalchemy/sql/schema.py", line 1644, in init
    self._extra_kwargs(**kwargs)
    File "/home/arghanath/anaconda3/lib/python3.8/site-packages/sqlalchemy/sql/schema.py", line 1686, in _extra_kwargs
    self._validate_dialect_kwargs(kwargs)
    File "/home/arghanath/anaconda3/lib/python3.8/site-packages/sqlalchemy/sql/base.py", line 414, in validate_dialect_kwargs
    raise TypeError(
    TypeError: Additional arguments should be named
    , got 'onUpdate'
  • Detected change in '/home/arghanath/Documents/BookmarksAPI/src/database.py', reloading
  • Detected change in '/home/arghanath/Documents/BookmarksAPI/src/database.py', reloading
  • Restarting with watchdog (inotify)
  • Debugger is active!
  • Debugger PIN: 113-077-629
    127.0.0.1 - - [09/Nov/2021 11:18:50] "POST /api/v1/auth/register HTTP/1.1" 500 -
    Traceback (most recent call last):
    File "/home/arghanath/anaconda3/lib/python3.8/site-packages/flask/_compat.py", line 39, in reraise
    raise value
    File "/home/arghanath/Documents/BookmarksAPI/src/init.py", line 3, in
    from src.auth import auth
    File "/home/arghanath/Documents/BookmarksAPI/src/auth.py", line 7, in
    from src.database import User,db
    File "/home/arghanath/Documents/BookmarksAPI/src/database.py", line 8, in
    class User(db.Model): #User Relation Created
    File "/home/arghanath/Documents/BookmarksAPI/src/database.py", line 15, in User
    updated_at=db.Column(db.DateTime, onUpdate=datetime.now())
    File "/home/arghanath/anaconda3/lib/python3.8/site-packages/sqlalchemy/sql/schema.py", line 1644, in init
    self._extra_kwargs(**kwargs)
    File "/home/arghanath/anaconda3/lib/python3.8/site-packages/sqlalchemy/sql/schema.py", line 1686, in _extra_kwargs
    self._validate_dialect_kwargs(kwargs)
    File "/home/arghanath/anaconda3/lib/python3.8/site-packages/sqlalchemy/sql/base.py", line 414, in validate_dialect_kwargs
    raise TypeError(
    TypeError: Additional arguments should be named
    , got 'onUpdate'

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.