[google-appengine] Getting Socket API FeatureNotEnabledException when billing is enabled

2016-11-17 Thread Roiy Shpaner
Hey, I'm trying to start an App Engine service in manual scaling with some Firebase operations that are to run on a background thread. When I try to send a request I get the following exception in /_ah/background: "com.google.apphosting.api.ApiProxy$FeatureNotEnabledException: The Socket API

Re: [google-appengine] Getting Socket API FeatureNotEnabledException when billing is enabled

2016-11-17 Thread 'Josh Moore' via Google App Engine
Do you have an AppEngine daily budget set to $0.00? That can cause this, as a zero daily budget is equivalent to free tier in terms of quota. On Thu, Nov 17, 2016 at 2:00 PM, Roiy Shpaner wrote: > Hey, > > I'm trying to start an App Engine service in manual scaling with some > Firebase operati

Re: [google-appengine] Getting Socket API FeatureNotEnabledException when billing is enabled

2016-11-17 Thread Roiy Shpaner
Thank you for the hint Josh! The "Daily spending limit" was actually set to "Unlimited", but I tried to set it to an arbitrary 100$ and now the exception is gone! On Thursday, November 17, 2016 at 5:42:58 PM UTC-5, joshuamo wrote: > > Do you have an AppEngine daily budget set to $0.00? That ca