Jump to content

Error launching applications through ftrack-connect


Remus Avram

Recommended Posts

Posted

Hi all,

we would like to launch applications using ftrack-connect.

For each application we have a small wrapper which start it in a context.

If we launch it not through ftrack-connect, it works. When we launch it through ftrack-connect we got this error message:

Traceback (most recent call last):
  File ".../bin/centos-6_x86-64/rv", line 314, in <module>
    Bootstrapper().main(__file__, sys.argv[1:])
  File ".../bin/centos-6_x86-64/rv", line 288, in main
    self._enable_log_capture()
  File ".../bin/centos-6_x86-64/rv", line 257, in _enable_log_capture
    from raven import Client
  File ".../lib/python2.6/site-packages/raven-5.11.0-py2.6.egg/raven/__init__.py", line 12, in <module>
    from raven.base import *  # NOQA
  File ".../lib/python2.6/site-packages/raven-5.11.0-py2.6.egg/raven/base.py", line 30, in <module>
    from raven.conf.remote import RemoteConfig
  File ".../lib/python2.6/site-packages/raven-5.11.0-py2.6.egg/raven/conf/remote.py", line 7, in <module>
    from raven.transport.threaded import ThreadedHTTPTransport
  File ".../lib/python2.6/site-packages/raven-5.11.0-py2.6.egg/raven/transport/__init__.py", line 13, in <module>
    from raven.transport.eventlet import *  # NOQA
  File ".../lib/python2.6/site-packages/raven-5.11.0-py2.6.egg/raven/transport/eventlet.py", line 12, in <module>
    from raven.transport.http import HTTPTransport
  File ".../lib/python2.6/site-packages/raven-5.11.0-py2.6.egg/raven/transport/http.py", line 14, in <module>
    from raven.utils.http import urlopen
  File ".../lib/python2.6/site-packages/raven-5.11.0-py2.6.egg/raven/utils/http.py", line 15, in <module>
    from raven.utils.compat import urllib2, httplib
  File ".../lib/python2.6/site-packages/raven-5.11.0-py2.6.egg/raven/utils/compat.py", line 14, in <module>
    from urllib2 import HTTPError  # NOQA
  File "/usr/lib64/python2.6/urllib2.py", line 93, in <module>
    import hashlib
  File "/usr/lib64/python2.6/hashlib.py", line 101, in <module>
    f(usedforsecurity=False)
TypeError: openssl_md5() takes no keyword arguments

For launching applications through ftrack-connect we use the example from here: http://ftrack-connect.rtd.ftrack.com/en/stable/developing/tutorial/custom_applications.html

Cheers!

  • 2 weeks later...
Posted

I digged more into this issue and I found the problem.

If I exclude the ftrack connect plugin folder from the PYTHONPATH, then everything works.

I think the already compiled libraries from ftrack connect plugin are not compatible with our compiled libraries.

Is it possible to get the source code of the ftrack-connect-plugin (not the ftrack-connect core) in order to compile ourselves?

Posted
17 hours ago, Remus Avram said:

Is it possible to get the source code of the ftrack-connect-plugin (not the ftrack-connect core) in order to compile ourselves?

You mean the repository to build the Connect (package) including the plugins?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...