-
Notifications
You must be signed in to change notification settings - Fork 238
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
Comments
Hi , thanks for the interest , would you be able to make any progress on '
thirsty-grass-w844ml ? Where I am trying to start a Deriv Volatility 10
Index trading , $10 payout on demo , expiry 3 hours , keep alive .
Thanks Paul.
…On Mon, Sep 23, 2024, 2:04 PM romale23 ***@***.***> wrote:
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
—
Reply to this email directly, view it on GitHub
<#112>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A4F5MHNFCF6PURZGMBXY5JDZX77TVAVCNFSM6AAAAABOV5LXNOVHI2DSMVQWIX3LMV43ASLTON2WKOZSGU2DENBSGYZTANI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: