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

opening url in default browser #2866

Open
vampyren opened this issue May 20, 2023 · 0 comments
Open

opening url in default browser #2866

vampyren opened this issue May 20, 2023 · 0 comments

Comments

@vampyren
Copy link

This issue tracker is only for technical issues related to PIVX Core.
General PIVX questions and/or support requests and are best directed to the PIVX Discord.

Describe the issue

Right now in the wallet when going to DAO and selecting a proposal and going to "Open URL" it always opens the proposal in Edge instead of opening it in default browser (in my case Brave)

Can you reliably reproduce the issue? Yes

If so, please list the steps to reproduce below:

  1. Open wallet
  2. Go to DAP
  3. select the 3 dots and choose Open URL

Expected behavior

show the forum in default browser

Actual behavior

Opens edge

What version of PIVX Core are you using?

V5.5.0

Any extra information that might be useful in the debugging process.

I tried to look in the code and i think this has to do with us using pyton code "urlopen"

return urlopen(req)

There seem to be allot of reasons this can go wrong, one is if we don't pass the https:// part. Also there might be newer python library we need to update to.....just some things i can point to but its over my paygrade :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant