Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fresh Install attempt to run demo, 404 #112

Open
romale23 opened this issue Sep 23, 2024 · 1 comment
Open

Fresh Install attempt to run demo, 404 #112

romale23 opened this issue Sep 23, 2024 · 1 comment

Comments

@romale23
Copy link

Hello,
Looks like some links need to be updated?
I installed via pipx so
step 1: was pipx install autotrader[ccxt,yfinance,ib]
Step 2: autotrader demo
Short Error:
404 Client Error: Not Found for url: https://raw.githubusercontent.com/kieran-mackle/AutoTrader/main/tests/macd_strategy.py
Long Error:
Loading demo files...
Traceback (most recent call last):
File "/home/robert/.local/bin/autotrader", line 8, in
sys.exit(cli())
^^^^^
File "/home/robert/.local/share/pipx/venvs/autotrader/lib/python3.12/site-packages/click/core.py", line 1157, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/robert/.local/share/pipx/venvs/autotrader/lib/python3.12/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/home/robert/.local/share/pipx/venvs/autotrader/lib/python3.12/site-packages/click/core.py", line 1688, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/robert/.local/share/pipx/venvs/autotrader/lib/python3.12/site-packages/click/core.py", line 1434, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/robert/.local/share/pipx/venvs/autotrader/lib/python3.12/site-packages/click/core.py", line 783, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/home/robert/.local/share/pipx/venvs/autotrader/lib/python3.12/site-packages/autotrader/bin/cli.py", line 167, in demo
strat_filename = download_file(
^^^^^^^^^^^^^^
File "/home/robert/.local/share/pipx/venvs/autotrader/lib/python3.12/site-packages/autotrader/bin/cli.py", line 12, in download_file
r.raise_for_status()
File "/home/robert/.local/share/pipx/venvs/autotrader/lib/python3.12/site-packages/requests/models.py", line 1024, in raise_for_status
raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 404 Client Error: Not Found for url: https://raw.githubusercontent.com/kieran-mackle/AutoTrader/main/tests/macd_strategy.py

@t4vvd
Copy link

t4vvd commented Sep 23, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants