Skip to content

TypeError upon clicking "Start sharing" on OpenBSD #2059

@revsuine

Description

@revsuine
  • I have already searched the issue queue for my error message or symptom

Details about your operating system

Operating system: OpenBSD
Version/distribution: 7.8

Version of Onionshare: 2.0p8

How did you install OnionShare

Using OpenBSD pkg_add/OpenBSD ports

What is the problem

Reliably (i.e. every time), when following these steps:

  1. Open Onionshare GUI
  2. Add a file to the share dialogue
  3. Click the green Start sharing button

I get the following error on OpenBSD:

Traceback (most recent call last):
  File "/usr/local/lib/python3.12/site-packages/onionshare_gui/threads.py", line 77, in run
    self.mode.web.start(self.mode.app.port, self.mode.app.stay_open, self.mode.common.settings.get('public_mode'), self.mode.common.settings.get('slug'))
  File "/usr/local/lib/python3.12/site-packages/onionshare/web/web.py", line 255, in start
    self.app.run(host=host, port=port, threaded=True)
  File "/usr/local/lib/python3.12/site-packages/flask/app.py", line 657, in run
    cli.show_server_banner(self.debug, self.name)
TypeError: stubbed_show_server_banner() missing 2 required positional arguments: 'app_import_path' and 'eager_loading'

I have tried with different files and see the same error.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions