Skip to content

[Rule34.xxx] "No results found" even with api-key and user-id configured #8202

Description

@Demonpunk

I'm not well versed in coding but I've read the documentation and all the other threads I can find about this issue and I still can't download from Rule34.xxx like before the API key requirement. I can see the search results in a browser page but always get "No results found" for the same URL with gallery-dl, version 1.30.6.

I've created a rule34 account and obtained my API key and user ID, and copied the code provided in the other issue threads. This is my current config.json:

{
    "extractor": {
		"rule34": { 
			"api-key": "*MyAPIKey*", 
			"user-id": "*MyUserID*"
		},
        "redgifs": {
            "filename": "{gallery:?//[:11]}{num:?_/_/>02}{id}.{extension}"
        },
		"danbooru": {
			"filename": "{filename}.{extension}"
		},
		"booru": {
			"filename": "{md5}.{extension}"
		},
		"gelbooru_v02": {
			"filename": "{md5}.{extension}"
		},
		"imgur": {
			"filename": "{id}{title:?_//}.{extension}"
		},
		"common": {
			"filename": "{gallery_id}_{num:>03}.{extension}"
		},
		"e621": {
			"filename": "{filename}.{extension}"
		}
    }
}

I've tried a combination of config file entries, including just the extractor.rule34 configuration from the other threads, as well as entering the API key and user ID with -o following other examples. I'm not getting the prompt to authenticate any more, but it's still always returning no results. Verbose logging always shows the same error as #8088

Have I missed something simple or does the problem seem to be somwehere else?

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions