pr4k / howto

Terminal client for stack overflow
MIT License
27 stars 7 forks source link

Google search not working on v0.0.1 #2

Open arnaud-soulie opened 4 years ago

arnaud-soulie commented 4 years ago

Hello, Came here from the post on dev.to - very interresting ! I just tried the tool on 2 computers (windows), and I can't get any result from Google. I managed to have some from stackoverflow with the mode: option. The query just remains stuck when using the default google.

image

No other output, the program just hangs here.

pr4k commented 4 years ago

Hi, Thank you for your interest, Can you elaborate on the issue, like what command you used, and what is the terminal output you see?

arnaud-soulie commented 4 years ago

Tried this on a linux and windows env, same result. I did a quick debug session, it seems that the program gets lost around return chromedp.Tasks in searchQuery() in chromedp.go. Would you have a working binary on your side I could test on my own env ?