Skip to content

ICloud indexer error #59

Open
Open
@fsgeek

Description

After merging the iCloud indexer script I tried running it and received the following error:

(wam) PS C:\Users\TonyMason\source\repos\indaleko-test> py .\IndalekoICloudIndexer.py --help
ic| log_file_name: 'indaleko-plt=iCloud-svc=indexer-ts=2024_08_10T19#56#22.661652+00#00.log'
Enter your iCloud username (or press Enter to select from the list above): *****@gmail.com
Enter your iCloud password:
Traceback (most recent call last):
  File "C:\Users\TonyMason\source\repos\indaleko-test\IndalekoICloudIndexer.py", line 312, in <module>
    main()
  File "C:\Users\TonyMason\source\repos\indaleko-test\IndalekoICloudIndexer.py", line 274, in main
    indexer = IndalekoICloudIndexer(timestamp=timestamp)
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\TonyMason\source\repos\indaleko-test\IndalekoICloudIndexer.py", line 52, in __init__
    self.query_user_for_credentials()
  File "C:\Users\TonyMason\source\repos\indaleko-test\IndalekoICloudIndexer.py", line 116, in query_user_for_credentials
    self._store_credentials(user_id, password)
  File "C:\Users\TonyMason\source\repos\indaleko-test\IndalekoICloudIndexer.py", line 126, in _store_credentials
    self.auth_logger.debug(f"Stored credentials for {username}")
    ^^^^^^^^^^^^^^^^
AttributeError: 'IndalekoICloudIndexer' object has no attribute 'auth_logger'

This script is new, so I don't think this is a merge-related issue.

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions