jarun / ddgr

:duck: DuckDuckGo from the terminal
GNU General Public License v3.0
2.94k stars 139 forks source link

ddgr never returns results #154

Closed alinanorakari closed 1 year ago

alinanorakari commented 1 year ago

Hello,

no matter which keywords I use, ddgr's response is always No results.. Debug mode shows the correct query parameter, however the response body written to /tmp only contains the html for the front page with its search form and no results page.

─ ddgr -d nike
[DEBUG] ddgr version 1.6 Python version 3.7.3
[DEBUG] q:nike, region:us-en, page:0, curindex:1, safe:1
[DEBUG] nextParams:
[DEBUG] proxy:{'https': None}
[DEBUG] ua:ddgr/1.6 (textmode; Linux x86_64; 1024x768)
[DEBUG] Response body written to '/tmp/ddgr-response-bln9ycs6'.
[DEBUG] Prev nextParams: 
[DEBUG] Next nextParams: 
No results.
ddgr (? for help) q
─ wc -l /tmp/ddgr-response-bln9ycs6 
53 /tmp/ddgr-response-bln9ycs6
─ 
alinanorakari commented 1 year ago

this is the version packaged for Raspbian

jarun commented 1 year ago

Please try master.

jarun commented 1 year ago

I don't see any issue with master. Closing since there is no response for a long time.