Skip to content

TypeError in Profile Listing Due to Unexpected Keyword Argument 'enable_custom_source_uri' #6

Description

@harshil-sanghvi

When attempting to list profiles using the profile listing functionality, an error occurs during the process. Specifically, a TypeError is raised with the message: "init() got an unexpected keyword argument 'enable_custom_source_uri'." This issue appears to happen while the system is trying to create profile attributes after fetching the list of profiles.

The error disrupts the ability to retrieve and display the list of profiles, preventing further interaction with the profile data. This issue was observed in the context of iterating over available profiles to print their names. The stack trace indicates the problem originates during the creation of profile attributes, suggesting a potential mismatch or incompatibility in the expected arguments for the initialization process.

Steps to Reproduce:

  1. Connect to the system with valid credentials and connection details (I made use of ADW wallet during my run).
  2. Attempt to list all available profiles using the appropriate method.
  3. Observe the error during the execution of the profile listing operation.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

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