python - Tweepy Google App Engine Billing Error -
I am trying to post updates using tweepy and GAE. This code works well in local hosts. However, when I upload it to GAE, try opening a URL that receives the following error:
increase TweepError ('Failed to send request:% s'% e) TweepError: Request Fail to send: Will be enabled for socket API This app is enabled after billing in Admin console. So my question is, do I need to enable billing for use with the app engine and is there any alternative solution?
I mentioned that webapp2 and ssl (TPE is required when using app engine with third party library App.yaml)
T thinks that Tweaksi needs a bill, but it is looking like a TwPS on the socket API to do its job, and this requires API billing.
You can enable billing and still remain under the free quota, just so you know, you just have to be careful. You note, you can always set very little.
Comments
Post a Comment