You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
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!
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 rentThe signin step was made correctly, without errors.
Thank you for your help!