You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@matanzuckerman can you please share the code for point number 2 above ? It is hard to understand what do you mean based on pseudo code. Many thanks in advance.
@matanzuckerman please observe that we don't have access to any customer system on the other end and thus code under send_responce_to_remote_server should be considered as a placeholder. Using this opportunity I would like to attract your attention to the fact that so far no specification (with low level details) of this part of API / call was provided by customer.
@semion1956 @tomerm
in script "main.py" under the function "send_responce_to_remote_server" there are 2 issues:
for example we solved it like this:
import requests
resp = requests.post(...)
Thank you.
The text was updated successfully, but these errors were encountered: