Skip to content

unable to start cyclops #6

Description

@tbarbugli

Hi,
I was trying to start cyclops when I got to this error:

Traceback (most recent call last):
  File "/usr/local/bin/cyclops", line 9, in <module>
    load_entry_point('cyclops==0.6.16', 'console_scripts', 'cyclops')()
  File "/usr/local/lib/python2.7/dist-packages/cyclops/server.py", line 70, in main
    application = app(config, log_level, options.debug, main_loop)
  File "/usr/local/lib/python2.7/dist-packages/cyclops/app.py", line 87, in __init__
    handlers, options = configure_app(self, config, log_level, debug, main_loop)
  File "/usr/local/lib/python2.7/dist-packages/cyclops/app.py", line 68, in configure_app
    projects_update_task.update()
  File "/usr/local/lib/python2.7/dist-packages/cyclops/tasks.py", line 37, in update
    password=config.MYSQL_PASS
  File "/usr/local/lib/python2.7/dist-packages/torndb.py", line 66, in __init__
    args = dict(conv=CONVERSIONS, use_unicode=True, charset="utf8",
NameError: global name 'CONVERSIONS' is not defined

I installed cyclops via pip (got 0.6.16), copied your example settings (only changed the sentry url) and started it

cyclops --config=/path/to/cyclops.conf

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions