Code Monkey home page Code Monkey logo

Comments (4)

Kadoomed avatar Kadoomed commented on July 18, 2024 1

Thanks for the help, the solution in #20 worked. It does seem that there's an issue with brand new installs, at least in my case where it isn't happy if you don't already have a database. Seems to be running ok now though!

from twitchmarkovchain.

Kadoomed avatar Kadoomed commented on July 18, 2024

image

This is what my directory looks like

Ok... This is a wild stab in the dark - but I think the problem is when it's self-upgrading to the newest version and it makes a modified version of the database. It's meant to do this temporarily and then resolve it back to just MarkovChain_Kadoomed.db with a MarkovChain_Kadoomed_backup.db that can be deleted. But it's stalling before that happens and sitting with the modified version and the file named MarkovChain_Kadoomed.db has no data in it, which is why no such table exists when it tries to run an sql query.

Does that sound plausible?

from twitchmarkovchain.

tomaarsen avatar tomaarsen commented on July 18, 2024

@Kadoomed
That sounds very plausible! There's definitely an issue here. I'll have to investigate it. Perhaps it's trying to perform a "Database upgrade" from an older version to a newer one, when actually the database has already been updated and is correct.
Two others have had this in the past, actually: #20 and #21.

Perhaps you can find the solution in there, for now. If not, then do let me know, and I'll try to help you further.

from twitchmarkovchain.

tomaarsen avatar tomaarsen commented on July 18, 2024

f4a6aff ought to have fixed this issue from now on! Thank you for opening this issue!

from twitchmarkovchain.

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.