Skip to content
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.

WADebug returns failed on check_network while using https_proxy and http_proxy #5

Open
fahmyxfiles opened this issue Nov 11, 2021 · 1 comment

Comments

@fahmyxfiles
Copy link

I've configured whatsapp docker and passed proxy parameters to docker-compose, still returned failed on network check using WADebug because WADebug uses nc instead of curl for testing network for reliable validation while using proxy.

WADebug Results :
image

Testing directly to the container with CURL
image
image
image
image
image
image
image

Referenced files : https://github.com/WhatsApp/WADebug/blob/main/wadebug/wa_actions/network_utils.py line 12
["nc", "-zv", hostname, str(port), "-w", str(timeout)]

@fahmyxfiles fahmyxfiles changed the title WADebug returns failed on network_check while using https_proxy and http_proxy WADebug returns failed on check_network while using https_proxy and http_proxy Nov 11, 2021
@mengyiyuan
Copy link
Contributor

@fahmyxfiles - thanks a lot for the detailed feedback! We are currently not actively develop WADebug (as you may have noticed), but we may be revamping it soon and will definitely keep this in mind! Thanks again!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants