Skip to content
This repository has been archived by the owner on Mar 1, 2021. It is now read-only.

recursion in ConfiguratioManager #4

Closed
bluerise opened this issue Oct 2, 2014 · 8 comments
Closed

recursion in ConfiguratioManager #4

bluerise opened this issue Oct 2, 2014 · 8 comments

Comments

@bluerise
Copy link

bluerise commented Oct 2, 2014

I'm trying to start your program, but I'm hitting this recursion:

Traceback (most recent call last):
  File "/Users/patrick/work/github/taiga-ncurses/venv/bin/taiga-ncurses", line 9, in <module>
    load_entry_point('taiga-ncurses==0.0', 'console_scripts', 'taiga-ncurses')()
  File "/Users/patrick/work/github/taiga-ncurses/venv/lib/python3.4/site-packages/pkg_resources.py", line 353, in load_entry_point
    return get_distribution(dist).load_entry_point(group, name)
  File "/Users/patrick/work/github/taiga-ncurses/venv/lib/python3.4/site-packages/pkg_resources.py", line 2302, in load_entry_point
    return ep.load()
  File "/Users/patrick/work/github/taiga-ncurses/venv/lib/python3.4/site-packages/pkg_resources.py", line 2029, in load
    entry = __import__(self.module_name, globals(),globals(), ['__name__'])
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/cli.py", line 9, in <module>
    from taiga_ncurses.core import TaigaCore
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/core.py", line 14, in <module>
    from taiga_ncurses import controllers
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/controllers/__init__.py", line 9, in <module>
    from . import (auth,
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/controllers/projects.py", line 10, in <module>
    from taiga_ncurses.config import settings
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/config.py", line 202, in <module>
    settings = ConfiguratioManager()
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/config.py", line 169, in __init__
    self.data = ConfigData(DEFAULTS.copy())
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/config.py", line 139, in __init__
    self._data = data
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/config.py", line 154, in __setattr__
    self._data[name] = value
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/config.py", line 145, in __getattr__
    if name not in self._data:
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/config.py", line 145, in __getattr__
    if name not in self._data:
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/config.py", line 145, in __getattr__
    if name not in self._data:
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/config.py", line 145, in __getattr__
    if name not in self._data:
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/config.py", line 145, in __getattr__
    if name not in self._data:
  File "/Users/patrick/work/github/taiga-ncurses/taiga_ncurses/config.py", line 145, in __getattr__
    if name not in self._data:
....
RuntimeError: maximum recursion depth exceeded
@bameda
Copy link
Contributor

bameda commented Oct 2, 2014

Hi @bluerise , first of all thanks for your comments.

In the last few months we have been working very hard on the backend and on the web client of Taiga. So I have not had time to continue with the ncurses client.

The API has changed a lot lately and I need some time to apply the new changes, do some refactors and add some features that were still pending.

But we are very interested in getting a 100% functional ncurses client ASAP.

Follow the project. Your feedback can be very useful for us.

PD: I have some screenshots of a few months ago

01_intro
02_projects
03_backlog
04_backlog_change_status
05_backlog_change_point
06_backlog_move_us_to_milestone
07_backlog_help
08_backlog_edit_us
09_taskboard
10_taskboard_assigned_task_to
11_taskboard_change_task_status
12_taskboard_edit_task
13_taskboard_change_to_another_milestone
14_issues_change_severity
15_issues_filter
16_issues_order
17_wiki

@bluerise
Copy link
Author

bluerise commented Oct 2, 2014

Cool, looks good. Let me know when it's ready!

@bameda
Copy link
Contributor

bameda commented Oct 2, 2014

👌

@bameda bameda closed this as completed Oct 26, 2014
@banym
Copy link

banym commented May 28, 2015

Would love to see this!

@bameda
Copy link
Contributor

bameda commented May 28, 2015

Me too, but right now I have no time to dedicate.

I hope to find soon.

@dumblob
Copy link

dumblob commented Jul 11, 2015

This looks awesome! I hope the work on this will continue.

@victoredwardocallaghan
Copy link

This is awesome! Keep going with it!

@NikosAlexandris
Copy link

Is this frozen? It simply looks awesome!

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

No branches or pull requests

6 participants