You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Open wallet
Go to DAP
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"
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
The text was updated successfully, but these errors were encountered:
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:
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"
PIVX/src/chiabls/devtools/github-merge.py
Line 70 in aca81a1
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
The text was updated successfully, but these errors were encountered: