Skip to content
This repository was archived by the owner on Aug 28, 2025. It is now read-only.
This repository was archived by the owner on Aug 28, 2025. It is now read-only.

Multiple profiles in get_providers not working #20

@robinsones

Description

@robinsones

If I try to get multiple providers in one call of get_provider, e.g.:

client.provider.get_provider(provider_ciphertext = ('~0120bf8d6066507040', '~0120bf8d6066507040'))

I get the error:

HTTP401UnauthorizedError: HTTP Error 401: Code 401: Verification of signature failed.

I have tried at multiple ways of formatting a tuple or list of provider ciphertexts and none of them work. Examining the code implementation, the error seems to result because:

'providers/~0120bf8d6066507040;~0120bf8d6066507040'

is not a valid url

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions