-
Notifications
You must be signed in to change notification settings - Fork 649
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compatibility with Werkzeug 3 #1809
Comments
Fixed in #1677 |
Thanks - since it's fixed, I'll close this out - we're just in the middle of trying to get a new release out which has proven difficult on a few fronts - hopefully very soon. |
We're hitting this issue in Ubuntu "Noble", so a new release containing those fixes would be appreciated. |
I am having the same error message as in the original post of this issue. Can we re-open this issue? Here are some logs:
I am trying to run onionshare-cli inside a 32-bit Odroid HC1 single board computer, running Dietpi (debian trixie repos):
|
A new release 2.6.1 is on the way and will be released no later than end of February. The new release should have this issue fixed. |
Hi,
I'm getting errors in the test section after Werkzeug was switched to version 3:
[ 17s] + pytest -v -k 'not test_large_download' -rs tests
[ 18s] ImportError while loading conftest '/home/abuild/rpmbuild/BUILD/onionshare-2.6/cli/tests/conftest.py'.
[ 18s] tests/conftest.py:8: in
[ 18s] from onionshare_cli import common, web
[ 18s] onionshare_cli/init.py:30: in
[ 18s] from .web import Web
[ 18s] onionshare_cli/web/init.py:21: in
[ 18s] from .web import Web
[ 18s] onionshare_cli/web/web.py:40: in
[ 18s] from .share_mode import ShareModeWeb
[ 18s] onionshare_cli/web/share_mode.py:32: in
[ 18s] from werkzeug.urls import url_quote
[ 18s] E ImportError: cannot import name 'url_quote' from 'werkzeug.urls' (/usr/lib/python3.11/site-packages/werkzeug/urls.py)
Is this something you need to fix, or was url_quote moved to a different module?
Full log:
https://build.opensuse.org/build/devel:languages:python/openSUSE_Tumbleweed/x86_64/python-onionshare/_log
The text was updated successfully, but these errors were encountered: