Giter Site home page Giter Site logo

Comments (2)

jhjaggars avatar jhjaggars commented on September 15, 2024

I actually get a different issue.

receptor on  release_0.6 [$?] is 📦 v0.6.1 via 🐍 v3.6.9 (receptor-7LbJpkJb-py3.6) on ☁️  us-east-1
❯ receptor --debug -d /tmp/send send --peer=127.0.0.1:8881 node --directive=receptor_satellite:execute "foo"
INFO 2020-03-19 10:18:26,678  entrypoints Sending directive receptor_satellite:execute to node via 127.0.0.1:8881
ERROR 2020-03-19 10:18:26,710  __main__ main: an error occured while running receptor
Traceback (most recent call last):
  File "/Users/jjaggars/code/receptor/receptor/entrypoints.py", line 148, in run_as_send
    controller = Controller(config)
  File "/Users/jjaggars/code/receptor/receptor/controller.py", line 19, in __init__
    self.receptor = Receptor(config)
  File "/Users/jjaggars/code/receptor/receptor/receptor.py", line 46, in __init__
    self.work_manager = (work_manager_cls or WorkManager)(self)
  File "/Users/jjaggars/code/receptor/receptor/work.py", line 20, in __init__
    work_info.info(dict(plugins=str(self.get_capabilities())))
  File "/Users/jjaggars/code/receptor/receptor/work.py", line 36, in get_capabilities
    for x in pkg_resources.iter_entry_points('receptor.worker')
  File "/Users/jjaggars/code/receptor/receptor/work.py", line 36, in <dictcomp>
    for x in pkg_resources.iter_entry_points('receptor.worker')
  File "/Users/jjaggars/Library/Caches/pypoetry/virtualenvs/receptor-7LbJpkJb-py3.6/lib/python3.6/site-packages/pkg_resources/__init__.py", line 2352, in resolve
    module = __import__(self.module_name, fromlist=['__name__'], level=0)
  File "/Users/jjaggars/code/receptor-file/receptor_file/worker.py", line 19, in <module>
    @receptor.plugin_export(payload_type=receptor.BUFFER_PAYLOAD)
AttributeError: module 'receptor' has no attribute 'plugin_export'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/Users/jjaggars/code/receptor/receptor/__main__.py", line 59, in main
    config.go()
  File "/Users/jjaggars/code/receptor/receptor/config.py", line 516, in go
    self._parsed_args.func(self)
  File "/Users/jjaggars/code/receptor/receptor/entrypoints.py", line 151, in run_as_send
    cleanup_tmpdir(controller)
UnboundLocalError: local variable 'controller' referenced before assignment

from python-receptor.

matburt avatar matburt commented on September 15, 2024

fixed in #189

from python-receptor.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.