Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Error: Server Error. connect ETIMEDOUT 104.197.85.31:443

i am using firebase cli and i try the following

$ firebase init

the cli continue with the message :

You're about to initialize a Firebase project in this directory: c:\Dev\Test are you ready to proceed ?

i type y and choose Hosting:Configure and deploy Firebase Hosting sites

after few second i get the error

Error: Server Error. connect ETIMEDOUT 104.197.85.31:443

what can be the problem ?

my Enviroment specification:

CLI Version:  3.9.1 
Platform:     win32
Node Version: v7.10.0
Time:Thu Jun 08 2017 18:03:14 GMT+0430 (Iran Daylight Time)

i am useing PSIPHONE also as a proxy but i have also tried without PSIPHONE .

in both cases i get connection timeout

i have pinged 104.197.85.31 the connection is ok .

any suggestion to solve the issue ?

is it because i am in IRAN ?

like image 617
Arash Avatar asked Jun 08 '17 14:06

Arash


2 Answers

Just close your terminal and re-run these commands.
firebase login and now try again firebase deploy --only hosting
It works for me!!!

like image 124
Abhishek Patel Avatar answered Sep 30 '22 03:09

Abhishek Patel


It's on the Firebase's end. You can check status here.

like image 23
Jonathan Avatar answered Sep 30 '22 03:09

Jonathan