Skip to content
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

Unable to start Specter 2.0.2 on Linux #2393

Open
Tracked by #3709
haeniya opened this issue Oct 24, 2023 · 2 comments
Open
Tracked by #3709

Unable to start Specter 2.0.2 on Linux #2393

haeniya opened this issue Oct 24, 2023 · 2 comments
Labels
bug Something isn't working

Comments

@haeniya
Copy link

haeniya commented Oct 24, 2023

Describe the bug
After successfully installing Specter 2.0.2 on a Debian system from Pip as stated in the documentation, I'm not able to start the server with python3 -m cryptoadvance.specter server. When running the command I see the following error message:

ImportError: cannot import name 'url_quote' from 'werkzeug.urls'

Seems to be a dependency issue. After manually installing a different version of werkzeug with pip install werkzeug==2.3.0 the server starts up.

To Reproduce
Steps to reproduce the behavior:

  1. Install the latest Specter Desktop from Pip with pip3 install cryptoadvance.specter
  2. Try to start it with python3 -m cryptoadvance.specter server

Desktop:

  • Where is your node running: raspiblitz
  • Where is your specter running: Raspiblitz
  • If you're running a binary, which OS: Linux Debian
  • Specter Version 2.0.2
@k9ert
Copy link
Collaborator

k9ert commented Nov 16, 2023

Yes, confirmed. Should be fixed with #2399.

@k9ert k9ert added the bug Something isn't working label Jan 15, 2024
@openoms
Copy link

openoms commented May 26, 2024

Fixed for me on Specter v2.0.4 on RPi and amd64 both.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants