Skip to content

fixing the TypeError: CircularDependencyError.__init__() missing 3 re… #530

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mircealungu
Copy link
Member

trying to fix this error that I've got on the zeeguu server:

  [Thu Jul 03 10:04:15.873598 2025] [wsgi:error] [pid 22:tid 43] [remote 172.18.0.1:44302]   File 
  "/usr/local/lib/python3.12/site-packages/flask_monitoringdashboard/core/exceptions/exception_collector.py", line 65, in _get_copy_of_exception
  [Thu Jul 03 10:04:15.873605 2025] [wsgi:error] [pid 22:tid 43] [remote 172.18.0.1:44302]     new_exc = e.__class__()
  [Thu Jul 03 10:04:15.873609 2025] [wsgi:error] [pid 22:tid 43] [remote 172.18.0.1:44302]               ^^^^^^^^^^^^^
  [Thu Jul 03 10:04:15.873615 2025] [wsgi:error] [pid 22:tid 43] [remote 172.18.0.1:44302] TypeError: CircularDependencyError.__init__() missing 3 required positional arguments: 
  'message', 'cycles', and 'edges'

Copy link

codecov bot commented Jul 3, 2025

Codecov Report

Attention: Patch coverage is 0% with 1 line in your changes missing coverage. Please review.

Project coverage is 86.70%. Comparing base (3cebbd6) to head (3efa2fa).

Files with missing lines Patch % Lines
...ngdashboard/core/exceptions/exception_collector.py 0.00% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #530   +/-   ##
=======================================
  Coverage   86.70%   86.70%           
=======================================
  Files         115      115           
  Lines        3587     3587           
=======================================
  Hits         3110     3110           
  Misses        477      477           
Files with missing lines Coverage Δ
...ngdashboard/core/exceptions/exception_collector.py 25.00% <0.00%> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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

Successfully merging this pull request may close these issues.

1 participant