Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Creating view in render.py gets stuck when being used in Flask application #286

Closed
Tigran01 opened this issue May 5, 2024 · 1 comment
Closed

Comments

@Tigran01
Copy link

Tigran01 commented May 5, 2024

Everything works fine up to the point when it's time for render.py to run, particularly it gets stuck after "Configuration loaded successfully" when going creating view:

        # create view
        from AnimatedDrawings.animated_drawings.view.view import View
        view = View.create_view(cfg.view)
        logging.info("View created successfully.")
        print("View created successfully.")
@Tigran01 Tigran01 changed the title Creating view render.py gets stuck when being used in Flask application Creating view in render.py gets stuck when being used in Flask application May 5, 2024
@Tigran01
Copy link
Author

Worked on Linux.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant