mukulhase / WebWhatsapp-Wrapper

An API for sending and receiving messages over web.whatsapp [Working as of 18th May 2018]
https://webwhatsapi.readthedocs.io/en/latest/
MIT License
2.03k stars 796 forks source link

[Beginner] Unable to run client container #736

Open amajai opened 4 years ago

amajai commented 4 years ago

I was following Docker and remote Selenium Installation step-by-step and I am now stuck at the last step (4. Run client container). Anytime I try to run this:

docker run --network selenium -it -e SELENIUM='http://firefox:4444/wd/hub' -v $(pwd):/app webwhatsapi /bin/bash -c "pip inst 
all ./;pip list;python sample/remote.py"

I get this error:

C:\Program Files\Docker Toolbox\docker.exe: invalid reference format: repository name must be lowercase.
See 'C:\Program Files\Docker Toolbox\docker.exe run --help'.

I tried code on CMD and PowerShelI and still no change. I have cracking my head for hours trying to figure out how to resolve the problem🤯. Help would be great.

jersonjunior commented 4 years ago

Uses linux instead of Windows

amajai commented 4 years ago

@jersonjunior Linux? Do I have get another operating system or I can add Linux within Windows?

jersonjunior commented 4 years ago

Other SO. I use Debian and Ubuntu.

amajai commented 4 years ago

There is Linux bash I can to windows? Getting another operating system is out the question for me.

jesussales commented 4 years ago

You can use a vmware o similar plataform to make a virtualiced SO

El jue., 17 oct. 2019 16:00, A. A. Isa notifications@github.com escribió:

There is Linux bash I can to windows? Getting another operating system is out the question for me.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/mukulhase/WebWhatsapp-Wrapper/issues/736?email_source=notifications&email_token=AAVMMGASLEQJTUAR2ASATBDQPBVYPA5CNFSM4JBOQXR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBQGNXY#issuecomment-543188703, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAVMMGGLUVKVFZFEJ3IZBW3QPBVYPANCNFSM4JBOQXRQ .

ShaubertIlya commented 4 years ago

Is the question solved?

guicuton commented 4 years ago

repository name must be lowercase.

Try clone the repo to your pc and then change the name to lowercase and then run the docker... Here on my windows 10 works fine!

ShaubertIlya commented 4 years ago

Could you tell what exactly name I need to change?

guicuton commented 4 years ago

@ShaubertIlya i've changed mine to "wzapwrapper"

ShaubertIlya commented 4 years ago

And it helped? You just changed the folder name to lowercase? And what about folder directory? Did you use whole path to folder?

ShaubertIlya commented 4 years ago

@guicuton Could you please share steps you did to solve the issue? It would be very nice of you cause the same issue mentioned several times.