-
-
Notifications
You must be signed in to change notification settings - Fork 280
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
Trying to deploy my app but its giving Unhandled 'error' event #49
Comments
Seems like a missing SSH key/password or something. Can you post your mup.js file here? |
Sure. Here's the mup.js. I can login with those credentials :-)
|
can you try adding this under {
'StrictHostKeyChecking': 'no',
'UserKnownHostsFile': '/dev/null',
'ConnectTimeout': '60'
} also check if your VM has internet connection. |
I added it like this :
and now I see this error :-(
|
I am having exactly the same problem. I am using release 1.3-beta-5. |
The ...
password: 'password'
... should be ...
pass: 'password'
... This should be fixed in the readme. I'll add a fix so it works for both |
Ahaa great it was the issue! Now it's fixed... Thanks bro! :-) |
I think the issue is now solved. Now we need to use |
I'm having the same issue: Meteor Up: Production Quality Meteor Deployments“ Checkout Kadira! Building Started: . Error: spawn meteor ENOENT and here is my mup.json
|
Do you have |
Hi Madushan |
I'm seeing this when I try to deploy to AWS Building Started: /Development/cville200 Error: spawn meteor ENOENT Here's my mup.json file
|
Do you have |
well I assumed it was since I can run meteor create from any folder on my machine, but I'll double-check to make sure. |
I ran "which meteor" from the command prompt in my home directory and this was what it returned. |
oh wait, by build machine are you referring to my computer or the remote server? |
wherever you are running mup. |
That's what I thought but wanted to make sure. I'm trying to deploy to AWS. I did it once earlier this year but I can't find the mup.json file for that deployment. |
I was using public IP addres, then I replace for internal IP addres. "host": "172.xxx.xxx.xxx" by internal IP, getting throw ifconfig like "host": "192.168.x.xxx" Resolve the issue. Good luck! |
If I use pass instead password I get this issue:
|
@erperejildo you should use |
In case this helps anyone: I was getting this error but then realized my own local network tool (Little Snitch) was blocking the connection. |
Hello Everybody. @madushan1000 madushan1000 @sashag I try to Deploy Telescope app to the DigitalOcean Ubuntu Server. But, I'm always stuck here at the the Deploy with Here is my mup.js file :
But it give me Terminal Commandline Output :
Can you tell me, what's wrong, why it tell me it's not a meteor app? it's a meteor app, how sasha tells : https://github.com/SachaG/Telescope Can you tell me, if the mup.js is setup correctly? |
I would strongly recommend using Vulcan.js (the Forum example app here: https://github.com/VulcanJS/Vulcan-Starter/tree/master/packages/example-forum) instead of Telescope, since Telescope hasn't been updated in years. |
Hello @SachaG Ok, that's mean, i can install vulcan.js and install packages. there also the same one like telescope app? when i work with these packages?... maybe can you example me, how to set up, or which packages i need to get telescope = (Apollo) ? in the [https://github.com/VulcanJS/Vulcan-Starter/blob/master/packages/example-forum/package.js] (https://github.com/VulcanJS/Vulcan-Starter/blob/master/packages/example-forum/package.js) . Now, I'm afraid. lol.. Telescope was so awesome. but it came at the false Time. Now, i need urgent. like a telescopeapp. That's a Bumer...It's possible to get the result like telescopeapp? Thanks a lot for letting me know that, vulcan.js is more than a GraphQl.. |
Hello @SachaG I were stalking again for TelescopeApp :) found this : https://www.slideshare.net/JustinReynolds9/vulcanjs-austin-presentation-159281933 this guy, there is the same nova. like in the TelescopeApp. Where to get it? and how to get fit. fast :) ^^ Found another theme of yours : https://github.com/VulcanJS/Fuji-Theme but, don't need a Video Uploader. Just Linking like in the Telescope App. This theme Fuji will upload Videos?... This is everything new for me, now. Thought VulcanJS is a Javascript Framework for animating datas or something like things. looks like. Never thought is a Framework. ?! Now, after years, i find out it's a Framework to Building apps etc. Hope i will get the same result like the Guy above in the Slideshow. |
Me again @SachaG a lot of death links everywhere. and the starter project looks really bad. i don't know. ?!.- sad, you killet Telescope. - It means, i nead to build the app like telescope app it self.? .. i don't get it, very mess arround the docs and death links everywhere. remove this all.. |
I tried to deploy a meteor 1.3 app with this version of mup and repeatedly got this error :
Any idea what's happening?
The text was updated successfully, but these errors were encountered: