Skip to content

Error following tutorial #151

@anthonypacitto

Description

@anthonypacitto

Hi, i have tried finalynx with the following tutorial and i get the output error bellow :

Choose any folder to download Finalynx's code, must be outside of system folders

cd somewhere/like/Documents/

Download the code as a git repository (easy to update)

git clone https://github.com/MadeInPierre/finalynx.git

Go inside the newly downloaded project

cd finalynx

Install all project dependencies

pip3 install poetry && poetry check && poetry install

Install the project globally, -e means you can change the code without reinstalling

pip3 install -e .

Try out the demo example to make sure everything works

python3 examples/demo.py

Would like to save your credentials in '/mnt/local/dev/test_finary_api/f
inalynx/finalynx/fetch/finary_credentials.json'? [y/n] (n): n
[17:18:08] Signing in to Finary... source_base.py:119
Signed in to Finary. source_base.py:119
Error: Couldn't fetch data, please try source_base.py:119
using the -f option to signin again.
Details: 'response' source_base.py:119
Warning: Folder 'ETF World (ESG)' total ratio folder.py:246
should sum to 100.
Warning: Can't find the folder to save the assistant.py:406
portfolio to JSON. Three options:
1. Disable export using --no-export assistant.py:407
2. Create a folder called logs/ in this assistant.py:408
folder (default folder)
3. Set your own export directory using assistant.py:409
--export-dir=your/path/to/dir/

I also tried by installing the pip package, my python version is 3.10.12.
Thanks for your feedback.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions