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

When I try python pine-bot-client.py init <your Pine script> I get an error #4

Open
kadiemq opened this issue May 7, 2021 · 0 comments

Comments

@kadiemq
Copy link

kadiemq commented May 7, 2021

I get this error when I try python pine-bot-client.py init <your Pine script>:

2021-05-08 01:37:40,198: CRITICAL: fail to execute 'init: Bad status code: <Response [404]>
Traceback (most recent call last):
  File "C:\Users\Kadiem Alqazzaz\Desktop\pine-bot-client-master\pine-bot-client.py", line 144, in <module>
    do_init(params, pine_fname, pine_str)
  File "C:\Users\Kadiem Alqazzaz\Desktop\pine-bot-client-master\command\init.py", line 9, in do_init
    res = call_api(params, '/scan-input', code=pine_str)
  File "C:\Users\Kadiem Alqazzaz\Desktop\pine-bot-client-master\util\comm.py", line 23, in call_api
    _, json = _call_api(ap_params, path, **kws)
  File "C:\Users\Kadiem Alqazzaz\Desktop\pine-bot-client-master\util\comm.py", line 15, in _call_api
    raise BadResponse('Bad status code: {}'.format(r))
util.comm.BadResponse: Bad status code: <Response [404]>
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

1 participant