Summit Apps Q&A
tovermoyer at February 22nd, 2015 14:51 — #1
When I run the simulator in Sublime Text 3, I'm receiving the message, "Running simulator...Failed to find previously-uploaded code by that token. Connection to code.corvisacloud.com closed. Which token information do I need to configure?
When I "git push" my application to Corvisa, I can dial in to it ok.
ciao....Tim
gary at February 23rd, 2015 10:19 — #2
Hi Tim,
I'm sorry you're running into an issue with this. To help fix it I need a few pieces of information.
First, can you paste me the output that you are seeing in your terminal?
Secondly, which is your SIP Domain? You can find it via the dashboard at https://platform.corvisacloud.com/#/home in the Demo Endpoint section.
tovermoyer at February 23rd, 2015 19:38 — #3
Hi Gary, here is my simulator message from the terminal window.
Running simulator...
Failed to find previously-uploaded code by that token.
Connection to code.corvisacloud.com closed.
The SIP Domain entry does not show any value. I copied my info below.
SIP Domain:
Outbound Proxy: sip.us1.corvisa.io
Thanks for assisting with this....Tim
tovermoyer at February 23rd, 2015 20:20 — #4
I solved my issue. My build path was not correct. I was reading the SummitEditor readme file and noticed a description about the build path there. Using a path that was like following worked for me.
"build_path": "/home/myuser/code/DemoApp"
ciao....Tim
gary at February 23rd, 2015 21:28 — #5
Doh I knew I should have asked that first. Glad you found it 