-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
How do I run through the go programming language? #979
Comments
Hi @ManuelQ59, this is an expected error since PhoneInfoga needs to build its web client first, to be able to compile. Please read contribute documentation page to get started properly. |
@sundowndev hi, i have tried in all the ways to want to start according to the link you provided for me, but i have not been achieving successfully. there will be some tutorial on how to start it please, it would be greatly thank you. |
Could you provide commands you used and the output so I can help you further on that ? |
Hi @sundowndev, In the phoneinfoga cloned folder, I did the following: After all that procedure I did. I keep getting this: |
You didn't follow the instructions properly. You should run the following commands : (cd client && npm i && npm run build)
go generate ./...
go run main.go |
Run all those commands inside the client folder? |
No, at the root of the project |
Thank you. I'll try it. Thank you very much for your dedication in teaching. |
when executing the following command: npm i or npm i --force, I get the following error: npm ERR! code ETARGET npm ERR! A complete log of this run can be found in: after that i can't run the tool as i get the same thing that started this problem. |
Could you try again with yarn instead ? Execute # Example
(cd client && yarn && yarn build)
go generate ./...
go run main.go
|
I cloned the tool again, I went to the client folder, and I ran yarn and I get the following: ┌──(root💀tedd)-[/home/anony/TOOLS/phoneinfoga/client] |
┌──(root💀anony)-[/home/anony] ┌──(root💀anony)-[/home/anony] |
Fixing this problem, I had to uninstall and reinstall the yarn, using this tutorial. curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add - sudo apt update && sudo apt install yarn yarn |
After executing main.go, how do I use the tool in console mode and in server mode? ┌──(root💀anony)-[/home/anony/TOOLS/phoneinfoga] Usage: Examples: Available Commands: Flags: Use "phoneinfoga [command] --help" for more information about a command. I put this command and it shows me that it is not found: ┌──(root💀anony)-[/home/anony/TOOLS/phoneinfoga] |
You have to use |
I have already run it in a web interface mode, when I search for a phone number I get the following: Numverify scan: You have not supplied an API Access Key. [Required format: access_key=YOUR_ACCESS_KEY] How do I provide an api key of num_verify? How do I solve this 2nd error? ----> OVH Telecom scan |
About Numverify: please consider reading the documentation again and ensure you created an API key on the apilayer website. OVH error is covered in #1106 Closing for inactivity. |
hi, i have tried to update this new version, uh i try to run in many ways this new version of phoneinfoga v.2.4 but i have problems. can you help me, please. I think it is working through the GO programming language. I have tried the following: go run main.go, go build main.go and I get this:
github.com/sundowndev/phoneinfoga/v2/api
api / server.go: 41: 26: undefined: Assets
Hence, what else is it going on? Help me please !!!
The text was updated successfully, but these errors were encountered: