azuline/chitanda

Error when "chitanda run"

Opened this issue · 0 comments

I think the problem must be on 'method'
but I can't find it in the right file

the error

C:\Users\WIN10>chitanda run
Traceback (most recent call last):
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 197, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\runpy.py", line 87, in _run_code
    exec(code, run_globals)
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\Scripts\chitanda.exe\__main__.py", line 7, in <module>
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\chitanda\__main__.py", line 17, in run
    cmdgroup()
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\click\core.py", line 829, in __call__
    return self.main(*args, **kwargs)
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\click\core.py", line 782, in main
    rv = self.invoke(ctx)
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\click\core.py", line 1259, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\click\core.py", line 1066, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\click\core.py", line 610, in invoke
    return callback(*args, **kwargs)
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\chitanda\commands.py", line 24, in run
    huey.start()
  File "C:\Users\WIN10\AppData\Local\Programs\Python\Python39\lib\site-packages\huey\contrib\minimal.py", line 67, in start
    self._run_t = gevent.spawn(self._run)
  File "src/gevent/greenlet.py", line 663, in gevent._greenlet.Greenlet.spawn
AttributeError: type object 'method' has no attribute 'start'