Skip to content

IMAGE NOT FOUND error on any request #2

Description

@zptr1

I am using the latest version of the package and node v16.6.1
When I try to use search type, it works fine, but when I use image with any request it errors with [IMAGE NOT FOUND]

Code I used:

const gse = require('general-search-engine');

(async () => {
    const results = await new gse.search()
        .setType("image")
        .setQuery("test")
        .run();
    console.log(results);
})().catch(console.error);

Output from console:

$ npm i general-search-engine

added 3 packages, and audited 4 packages in 2s

found 0 vulnerabilities

$ node index
[IMAGE NOT FOUND]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions