MadeInPierre / finalynx

A minimalistic companion (CLI & web) to organize your investment portfolio, simulate its future, and reach your life goals.
https://finalynx.readthedocs.io
GNU General Public License v3.0
64 stars 13 forks source link

Error following tutorial #151

Open anthonypacitto opened 4 months ago

anthonypacitto commented 4 months ago

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.

mansato commented 3 months ago

Hello, J'ai exactement le même problème quelqu’un sait d'ou ça peux venir, une config a faire sur finary ect ? Merci.

MadeInPierre commented 3 months ago

Hey! Sorry for my delay, I haven't touched this project recently but will try to maintain it soon!

It looks like Finary's auth method has changed which now triggers bot detections for API users like us... I'll to look into it this week.

Thanks for your patience! Merci :)

mansato commented 3 months ago

Thanks for your reply! I asked here initially because I thought it was only an issue on my side. :)