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

Unable to sync realt tokens #16

@m-condamin

Description

@m-condamin

Hello @nickfr!

As I wrote on the Finary forum, here is the stacktrace that the execution of the command below returns to me

poetry run python -m finasync realt rent

Traceback (most recent call last):
  File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main
    return _run_code(code, main_globals, None,
  File "/usr/lib/python3.10/runpy.py", line 86, in _run_code
    exec(code, run_globals)
  File "/home/max/finarealt/finasync/finasync/__main__.py", line 60, in <module>
    sys.exit(main())
  File "/home/max/finarealt/finasync/finasync/__main__.py", line 50, in main
    result = sync_realt_rent(
  File "/home/max/finarealt/finasync/finasync/realt.py", line 266, in sync_realt_rent
    token_details = get_realt_token_details(key)
  File "/home/max/finarealt/finasync/finasync/realt.py", line 63, in get_realt_token_details
    item.get("uuid").lower(): {
AttributeError: 'str' object has no attribute 'get'

The signin step was made correctly, without errors.
Thank you for your help!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions