You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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
@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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 :
Testing directly to the container with CURL
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)]
The text was updated successfully, but these errors were encountered: