-
Notifications
You must be signed in to change notification settings - Fork 695
Open
Description
- 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:
- Open Onionshare GUI
- Add a file to the share dialogue
- Click the green
Start sharingbutton
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels