lucalaringe / degiro_portfolio_analytics

Portfolio Management Tool connecting to the user's account at the European's online broker DEGIRO. Check the README for more info.
MIT License
16 stars 5 forks source link

Error while importing data #1

Open brightpars opened 2 years ago

brightpars commented 2 years ago

Thanks for sharing your work. I got this error when I wanted to import my data:

Welcome!

Please type in your DeGiro Username and press enter:


Please type in your DeGiro Password and press enter: Password: Do you want to update your DeGiro transactions? (y/n)...y Updating the transactions csv...

Done.

Type YES if you want the routine to move forward to the Historical data retrieval.

In case you wish to repeat the transactions csv update procedure for a different account, type NO. (y/n)... YES Do you want to update your DeGiro Product Details? (y/n)...y Updating the product details csv...

Traceback (most recent call last): File "src/run_update.py", line 128, in run_update() File "src/run_update.py", line 98, in run_update augment_product_details_csv(product_details_csv_path=product_details_csv_path) File "/home/mohammad/workspace/web_dashboard/flaskdash/app/stock/thirdparty/tools/tmp/degiro_portfolio_analytics/src/just_etf_scraping.py", line 104, in augment_product_details_csv just_etf_scraped_data = scrape_just_etf(isin_ls=etf_isin_ls) File "/home/mohammad/workspace/web_dashboard/flaskdash/app/stock/thirdparty/tools/tmp/degiro_portfolio_analytics/src/just_etf_scraping.py", line 98, in scrape_just_etf return pd.concat([scrape_just_etf([isin]) for isin in isin_ls], axis=0) File "/home/mohammad/.local/lib/python3.8/site-packages/pandas/core/reshape/concat.py", line 274, in concat op = _Concatenator( File "/home/mohammad/.local/lib/python3.8/site-packages/pandas/core/reshape/concat.py", line 331, in init raise ValueError("No objects to concatenate") ValueError: No objects to concatenate