Coder Social home page Coder Social logo

Comments (6)

i128 avatar i128 commented on June 9, 2024

Try the following

stop hashview

cd <path to hashview>
export FLASK_APP=./hashview.py
flask db upgrade

and then restart hashview and see if it works?

from hashview.

JasY95 avatar JasY95 commented on June 9, 2024

Thanks for the help. Unfortunately, that doesn't fix it. I'm running a 96x RTX 3090 cluster so I'm keen to get going.

from hashview.

i128 avatar i128 commented on June 9, 2024

Dang, yeah i would love to see those benchmarks once things are running.

Can you log into the database and report back whats populated in the following table? does it even exist?

mysql -u hashview -h < host where you have the sql server> -p

> use hashview;
> select * from alembic_version;

from hashview.

JasY95 avatar JasY95 commented on June 9, 2024

mysql> select * from alembic_version;
+--------------+
| version_num |
+--------------+
| b4a9f18259b9 |
+--------------+
1 row in set (0.00 sec)

from hashview.

JasY95 avatar JasY95 commented on June 9, 2024

If you'd like to add JY360#9578 on discord. I can give you remote access

from hashview.

i128 avatar i128 commented on June 9, 2024

I may take you up on that, or at least to help quicken the trouble shooting.
The good news is that the data is there.
Im not 100% sure yet though why its have that problem.

@Yoshi325
Any thoughts? IIRC this was your addition.

I dont think we could just swap out the query to something like db.session.query(...) since its not in the model?

from hashview.

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.