Skip to content

Can't add new packages with --local flag #3358

@OmarElawady

Description

@OmarElawady

stacktrace:

  File "/home/omar/codescalers/js-sdk/jumpscale/servers/threebot/threebot.py", line 544, in add
    self.install(package)
    │    │       └ <jumpscale.servers.threebot.threebot.Package object at 0x7fa61af9ffd0>
    │    └ <function PackageManager.install at 0x7fa62054fca0>
    └ PackageManager(
        instance_name='default',
        parent=ThreebotServer(instance_name_='default'),
        packages={'auth': {'path': '/...

  File "/home/omar/codescalers/js-sdk/jumpscale/servers/threebot/threebot.py", line 663, in install
    package.start()
    │       └ <function Package.start at 0x7fa62054f550>
    └ <jumpscale.servers.threebot.threebot.Package object at 0x7fa61af9ffd0>

  File "/home/omar/codescalers/js-sdk/jumpscale/servers/threebot/threebot.py", line 370, in start
    self.module.start(**self.kwargs)
    │    │              │    └ {}
    │    │              └ <jumpscale.servers.threebot.threebot.Package object at 0x7fa61af9ffd0>
    │    └ <property object at 0x7fa62053d360>
    └ <jumpscale.servers.threebot.threebot.Package object at 0x7fa61af9ffd0>

  File "/home/omar/codescalers/js-sdk/jumpscale/packages/threebot_deployer/package.py", line 39, in start
    location_actors_443 = j.sals.nginx.main.websites.default_443.locations.get(name="threebot_deployer_actors")
                          │ └ <property object at 0x7fa624baac20>
                          └ <jumpscale.loader.J object at 0x7fa624b9ec70>

AttributeError: 'Factory' object has no attribute 'default_443'

It looks like the 443 should be 8443

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions