-
-
Notifications
You must be signed in to change notification settings - Fork 349
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
Getting error while running the binary #4
Comments
Thanks @ysmood for the prompt reply. I ran the file line command as well. It worked fine and the rod.test executable file is also created successfully as shown in the below screenshot. I have also pulled your last commit and run the below commands
Here build was created successfully. But, I am getting below errors with docker run command:-
You can see complete logs here - https://play.golang.org/p/5oxGxGK5kL7 I am new to both Golang and docker. So, even if it works I have no idea how can I process further and create my own web testing script. Expecting your help. |
The |
Can you tell me why you choose Golang which you are unfamiliar with? How about learning Golang from their official tutorial first? Then read the examples of Rod? |
I'm writing a tutorial about using Rod to scrape websites. Maybe you want to read it when I finished it, maybe you can give me some tips about what you want to learn from the tutorial. |
After learning Golang basics, I am able to use the examples. Thanks |
Good to hear that 👍 |
I am following the installation steps. While trying to create binary I am getting the below error:-
standard_init_linux.go:211: exec user process caused "no such file or directory"
Below is the output of Docker version command
I am running it on Ubuntu. I have installed Docker and cloned the repo. Please let me know if I am missing anything.
The text was updated successfully, but these errors were encountered: