APIs & Integrations

akatmore
Member

SDK not deploying on nodejs hostings

Hello Team,
I have checked that SDK is not deploying to heroku or versel. Its giving the error. I have also tried direct deploy from https://github.com/HubSpot/calling-extensions-sdk.git but its not working too, Can you please let me know if the SDK working correctly. Looks like we have some issues in this version. Please suggest and let me know ASAP.
See error in attached screenshot.download (2).png

0 Upvotes
10 Replies 10
quentin_lamamy
Key Advisor | Diamond Partner
Key Advisor | Diamond Partner

SDK not deploying on nodejs hostings

I am working on this subject, but i have no answer , i will ask to anothers guys and come back to you


0 Upvotes
akatmore
Member

SDK not deploying on nodejs hostings

@quentin_lamamy  Is there any update for me on how can i access the calling extention SDK.

0 Upvotes
akatmore
Member

SDK not deploying on nodejs hostings

0 Upvotes
akatmore
Member

SDK not deploying on nodejs hostings

How can we use calling extention SDK with this. 

0 Upvotes
quentin_lamamy
Key Advisor | Diamond Partner
Key Advisor | Diamond Partner

SDK not deploying on nodejs hostings

Hi @akatmore ,

 

According to the Public Documentation you are not using the right SDK. The SDK repo is here and you can install it by running this command

npm install @hubspot/api-client

 


akatmore
Member

SDK not deploying on nodejs hostings

I am integrating a 3rd party voip application (streams.us) with hubspot. so i wanted to host sdk with herolu or versel but its not deploying. Can you please help me on this.  

We are creating a app in hubspot and try to add one more calling extention into hubspot. 

0 Upvotes
quentin_lamamy
Key Advisor | Diamond Partner
Key Advisor | Diamond Partner

SDK not deploying on nodejs hostings

Hi @akatmore ,

 

We are a community of kindly volunteers giving time to help you we all are on different timezone and have a regular job, we can't answer ASAP even you ping us 🙂

 

What is your usecase ? This old SDK is for a specific use maybe you make a wrong choice.

 


akatmore
Member

SDK not deploying on nodejs hostings

Hello @quentin_lamamy

Can you please check and help me on this. 

0 Upvotes
dennisedson
HubSpot Product Team
HubSpot Product Team

SDK not deploying on nodejs hostings

Hey @akatmore 

I might be getting old, but I cannot make out that error message 👴

@quentin_lamamy has younger eyes that I do.  Maybe he can help 😺

0 Upvotes
akatmore
Member

SDK not deploying on nodejs hostings

Here are the error log : 

17:21:58.752 17 02 2021 11:51:58.752:DEBUG [launcher]: Disconnecting all browsers
17:21:58.772 npm ERR! code ELIFECYCLE
17:21:58.772 npm ERR! errno 1
17:21:58.777 npm ERR! @hubspot/calling-extensions-sdk@0.0.10 test: `karma start karma.conf.js --browsers ChromeHeadless --single-run`
17:21:58.777 npm ERR! Exit status 1
17:21:58.777 npm ERR!
17:21:58.777 npm ERR! Failed at the @hubspot/calling-extensions-sdk@0.0.10 test script.
17:21:58.777 npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
17:21:58.789 npm ERR! A complete log of this run can be found in:
17:21:58.790 npm ERR! /vercel/.npm/_logs/2021-02-17T11_51_58_778Z-debug.log
17:21:58.797 npm ERR! code ELIFECYCLE
17:21:58.797 npm ERR! errno 1
17:21:58.801 npm ERR! @hubspot/calling-extensions-sdk@0.0.10 build:test: `npm run build && npm run test`
17:21:58.801 npm ERR! Exit status 1
17:21:58.801 npm ERR!
17:21:58.801 npm ERR! Failed at the @hubspot/calling-extensions-sdk@0.0.10 build:test script.
17:21:58.801 npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
17:21:58.809 npm ERR! A complete log of this run can be found in:
17:21:58.809 npm ERR! /vercel/.npm/_logs/2021-02-17T11_51_58_802Z-debug.log
17:21:58.815 error Command failed with exit code 1.
17:21:58.815 info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
17:21:58.855 Error: Command "yarn install" exited with 1
17:22:03.220 Done with "package.json"

0 Upvotes