Giter Club home page Giter Club logo

Comments (4)

gdm120 avatar gdm120 commented on September 26, 2024

I've removed quik_html_old.py and it helped

from jal.

titov-vv avatar titov-vv commented on September 26, 2024

The problem is not related with DB upgrade itself.
Module quik_html_old.py was deprecated and not updated for some time already. It finally became incompatible with recent code changes and I removed it completely.
It appears that the file was kept on your disk as you unpacked new jal version on top of the previous one. I.e. new files were added, updated files were overwritten but outdated files were not deleted. So you got an error as quik_html_old.py isn't compatible with other code.
You corrected the problem in a right way. But I have no idea how to prevent it from happening... If you have a proposal - I'm ready to listen. If not, I think I'll close this issue as no fault.

from jal.

gdm120 avatar gdm120 commented on September 26, 2024

Thank you for prompt reply. May be you can define strict list of importers, so that new version wouldn't try to use the old ones.

from jal.

titov-vv avatar titov-vv commented on September 26, 2024

The are no limitation done intentionally - jal will try to load every "plugin" from import directory. It allows someone to create his/her own module for a specific import and don't share it publicly.
But anyway, your experience helped to re-think it and I understood that current implementation assumes that all modules are syntactically correct there. I'll try to make better error handling and simply ignore modules that raise exceptions during startup process.

from jal.

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.