Jump to content

Junhong

Member
  • Posts

    7
  • Joined

  • Last visited

Everything posted by Junhong

  1. @deanishe Is it the right configuration like the picture below, but it doesn't seem to achieve the desired effect. I can confirm that my VPN is an HTTP proxy and the port number is correct.
  2. @deanishe Yes, I can open https://suggestqueries.google.com through the browser, but ping https://suggestqueries.google.com in the terminal fails because my browser is configured to use a VPN server. How should I modify this workflow so that it also sends a request to https://suggestqueries.google.com through my VPN?
  3. @vitor I am using the latest version of MacOS Monterey 12.0.1. Does my version of Ruby need to be upgraded? I seem to have found the problem. As you said, I did use a VPN, which occupies my 7890 port. With the help of VPN, I can get back results. curl -I --socks5 127.0.0.1:7890 'https://suggestqueries.google.com/complete/search?output=firefox&q=test' I ran the above command in the terminal and it returned as follows. HTTP/2 200 content-type: text/html; charset=ISO-8859-1 p3p: CP="This is not a P3P policy! See g.co/p3phelp for more info." date: Sat, 04 Dec 2021 13:36:44 GMT server: gws x-xss-protection: 0 x-frame-options: SAMEORIGIN expires: Sat, 04 Dec 2021 13:36:44 GMT cache-control: private set-cookie: CONSENT=PENDING+882; expires=Mon, 04-Dec-2023 13:36:44 GMT; path=/; domain=.google.com; Secure alt-svc: h3=":443"; ma=2592000,h3-29=":443"; ma=2592000,h3-Q050=":443"; ma=2592000,h3-Q046=":443"; ma=2592000,h3-Q043=":443"; ma=2592000,quic=":443"; ma=2592000; v="46,43" Through the above verification, how should I modify the workflow to make it initiate a request to https://suggestqueries.google.com through my VPN?
  4. The results of run curl'https://suggestqueries.google.com/complete/search?output=firefox&q=test' are as follows. curl: (28) Failed to connect to suggestqueries.google.com port 443: Operation timed out But I can access the above URL, and will return a txt file, as shown below. ["test",["test","testflight","testflight邀请码","testnet","testflight邀请码大全","testosterone","testflight vpn邀请码","testv","testflight应用","test your vocabulary"],[],{"google:suggestsubtypes":[[512],[512],[512],[512],[512],[512],[512],[512],[512],[512]]}] How should I fix this problem?
  5. Thanks, As you said, I downloaded the 1.4 version of the workflow, but my Google Suggest workflow still doesn’t work, The error log is as follows.Amazon Suggest workflow can work normally. [{"uid":"2021-12-03 22:26:40 +0800 no","title":"no","subtitle":"Search “no” on Google","arg":"no"}]} [22:26:40.205] Google Suggest[Script Filter] Queuing argument 'no' [22:27:40.291] Google Suggest[Script Filter] Script with argv 'no' finished [22:27:40.296] ERROR: Google Suggest[Script Filter] Code 1: /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:947:in `initialize': execution expired (Net::OpenTimeout) from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:947:in `open' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:947:in `block in connect' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/timeout.rb:103:in `timeout' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:945:in `connect' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:930:in `do_start' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:919:in `start' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:605:in `start' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:481:in `get_response'
  6. Where can I download version 1.4 of this workflow? I see that I am using version 1.1 of Google Suggest workflow
  7. I ran into the same problem, How should I make it work? ERROR: Google Suggest[Script Filter] Code 1: /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:947:in `initialize': execution expired (Net::OpenTimeout) from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:947:in `open' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:947:in `block in connect' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/timeout.rb:103:in `timeout' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:945:in `connect' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:930:in `do_start' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:919:in `start' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:605:in `start' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:481:in `get_response' from /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/lib/ruby/2.6.0/net/http.rb:458:in `get'
×
×
  • Create New...