-
Couldn't load subscription status.
- Fork 2
Description
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:
- Connect to the system with valid credentials and connection details (I made use of ADW wallet during my run).
- Attempt to list all available profiles using the appropriate method.
- Observe the error during the execution of the profile listing operation.