Topics
Replies
elia.morling
03 Sep 2024, 10:14
( Updated at: 03 Sep 2024, 11:37 )
RE: Algo Compiler v8 for Cloud?
PanagiotisCharalampous said:
Hi there,
Can you describe your problem using screenshots so that we can understand what you are looking at?
Best regards,
Panagiotis
Sorry, seems like compiled v8 works in Cloud. Issue is rather with the code itself, which may run locally but not in Cloud.
A few follow up quetions:
1. Is there sample of a script which can run in Cloud and able to call external service (assuming it needs to be web socket and port 25345)?
2. How to debug cbots in cloud? I am not seeing any errors whatsoever?
@elia.morling
elia.morling
03 Sep 2024, 10:14
( Updated at: 03 Sep 2024, 11:37 )
RE: Algo Compiler v8 for Cloud?
PanagiotisCharalampous said:
Hi there,
Can you describe your problem using screenshots so that we can understand what you are looking at?
Best regards,
Panagiotis
Sorry, seems like compiled v8 works in Cloud. Issue is rather with the code itself, which may run locally but not in Cloud.
A few follow up quetions:
1. Is there sample of a script which can run in Cloud and able to call external service (assuming it needs to be web socket and port 25345)?
2. How to debug cbots in cloud? I am not seeing any errors whatsoever?
@elia.morling
elia.morling
03 Sep 2024, 19:54
RE: RE: RE: Algo Compiler v8 for Cloud?
Thanks, yes I found this tab.
The code below works perfectly locally. All it does it connect to a websocket, and prints
OnStart…
When I run this in the cloud I get no errors, and no prints either. Should I not see a Print statement with this?
@elia.morling