Skip to content
This repository has been archived by the owner on Nov 24, 2022. It is now read-only.

go build fail in debian linux go1.19.3 linux/amd64 #2

Open
Prisoner2-6-7 opened this issue Nov 8, 2022 · 6 comments
Open

go build fail in debian linux go1.19.3 linux/amd64 #2

Prisoner2-6-7 opened this issue Nov 8, 2022 · 6 comments
Labels
good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Prisoner2-6-7
Copy link

Prisoner2-6-7 commented Nov 8, 2022

github.com/rusq/browserpass/nss nss/nss3.go:100:9: undefined: new3 nss/nss3.go:105:23: undefined: nssname nss/nss3.go:105:32: undefined: locations nss/nss3.go:117:15: ns.NSS_Init undefined (type *NSS has no field or method NSS_Init) nss/nss3.go:129:15: ns.NSS_Shutdown undefined (type *NSS has no field or method NSS_Shutdown) nss/nss3.go:160:12: ns.decode undefined (type *NSS has no field or method decode, but does have Decode) nss/nss3.go:190:12: ns.close undefined (type *NSS has no field or method close, but does have Close)

@Prisoner2-6-7
Copy link
Author

I managed to compile it on windows but after running ./browserpass -b c
2022/11/09 00:10:22 main.go:82: failure on profile "Default": unsupported method

@rusq
Copy link
Owner

rusq commented Nov 9, 2022

Hey, thanks for raising this. That's because new chrome uses the new type encryption which is not implemented in this tool yet.

I don't have time for this, but contributions are welcome.

@Prisoner2-6-7
Copy link
Author

Hey, thanks for raising this. That's because new chrome uses the new type encryption which is not implemented in this tool yet.

I don't have time for this, but contributions are welcome.

Just wanted to say awesome work. I am in the learning stage myself by reviewing you code and wondered why it didn't worked, perhaps can I ask if you have a discord server where I can ask some questions I only found this repo which is active on this project.

@rusq
Copy link
Owner

rusq commented Nov 12, 2022

Thanks for the feedback :) I don't have a discord, but there's a group on telegram related to my other project (https://github.com/rusq/slackdump): https://t.me/slackdump and a Slack workspace, which you can join by generating an invite to your email: https://slackdump.herokuapp.com/

@Prisoner2-6-7
Copy link
Author

Thanks for the feedback :) I don't have a discord, but there's a group on telegram related to my other project (https://github.com/rusq/slackdump): https://t.me/slackdump and a Slack workspace, which you can join by generating an invite to your email: https://slackdump.herokuapp.com/

Thank you very much. I will keep the issue open because it is still not fixed. If you want you can close it if you feel appropriate.

@rusq
Copy link
Owner

rusq commented Nov 13, 2022

No problem. I'll leave this open, maybe will return to it when I need it, or, which I think is highly unlikely, someone from community will submit a PR.

@rusq rusq added help wanted Extra attention is needed good first issue Good for newcomers labels Nov 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
good first issue Good for newcomers help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants