sentanos / roblox-js

!!!THIS PROJECT IS NO LONGER MAINTAINED!!! Execute ROBLOX website actions in node.js
MIT License
45 stars 45 forks source link

error when hosting on Cloud9 #27

Closed Vritix closed 7 years ago

Vritix commented 7 years ago

When hosting on cloud9, starting the Discord bot and logging into the account this error occurs : (I believe it's a roblox-js error)

Unhandled rejection RequestError: Error: ETIMEDOUT at new RequestError (/home/ubuntu/workspace/node_modules/request-promise/lib/errors.js:14:15) at Request.RP$callback [as _callback] (/home/ubuntu/workspace/node_modules/request-promise/lib/rp.js:60:25) at self.callback (/home/ubuntu/workspace/node_modules/request/request.js:188:22) at emitOne (events.js:96:13) at Request.emit (events.js:188:7) at Timeout._onTimeout (/home/ubuntu/workspace/node_modules/request/request.js:855:16) at ontimeout (timers.js:365:14) at tryOnTimeout (timers.js:237:5) at Timer.listOnTimeout (timers.js:207:5)

sentanos commented 7 years ago

Not sure if you figured it out or not but to clarify this is not a roblox-js error but happens because ROBLOX blocked all requests from cloud9 servers because too many people were using them to run bots.

On May 23, 2017, at 21:17, Vritix notifications@github.com wrote:

Closed #27.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.