Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Resolved HTTP response 522

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
Code:
(11:27:43) java.io.IOException: Server returned HTTP response code: 522 for URL:
<revoke>
(11:27:43)      at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(U
nknown Source)
(11:27:43)      at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknow
n Source)
(11:27:43)      at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Sou
rce)
(11:27:43)      at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Sou
rce)
(11:27:43)      at java.security.AccessController.doPrivileged(Native Method)
(11:27:43)      at java.security.AccessController.doPrivileged(Unknown Source)
(11:27:43)      at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Un
known Source)
(11:27:43)      at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStr
eam(Unknown Source)
(11:27:43)      at app.Wp.else(zqb:143)
(11:27:43)      at app.Wp.else(zqb:201)
(11:27:43)      at app.WP.else(ypb:168)
(11:27:43)      at app.WP.else(ypb:49)
(11:27:43)      at app.HN.case(xsb:121)
(11:27:43)      at app.HN$$Lambda$283/726803152.run(Unknown Source)
(11:27:43)      at com.sun.javafx.application.PlatformImpl.lambda$null$170(Unkno
wn Source)
(11:27:43)      at com.sun.javafx.application.PlatformImpl$$Lambda$56/179149514.
run(Unknown Source)
(11:27:43)      at java.security.AccessController.doPrivileged(Native Method)
(11:27:43)      at com.sun.javafx.application.PlatformImpl.lambda$runLater$171(U
nknown Source)
(11:27:43)      at com.sun.javafx.application.PlatformImpl$$Lambda$55/1649299078
.run(Unknown Source)
(11:27:43)      at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(Unknown Sou
rce)
(11:27:43)      at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
(11:27:43)      at com.sun.glass.ui.win.WinApplication.lambda$null$145(Unknown S
ource)
(11:27:43)      at com.sun.glass.ui.win.WinApplication$$Lambda$44/488497455.run(
Unknown Source)
(11:27:43)      at java.lang.Thread.run(Unknown Source)
Tried to open the bot selector in sdk mode while the site was being ddosd @Arbiter
 
Last edited by a moderator:
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
522 is the Cloudflare error when it's down; was because of the DDOS @Aidden
I know, but as i was in dev mode there should be a fail safe because i don't actually need to connect to the site when i have all the bots locally.
 
Joined
Apr 18, 2015
Messages
408
I know, but as i was in dev mode there should be a fail safe because i don't actually need to connect to the site when i have all the bots locally.
It still connects to the site to check various things like pms, notifs, ... and I think it also logs the amount of time a local script is running, not sure if there are restrictions about that..
 
Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,770
It still connects to the site to check various things like pms, notifs, ... and I think it also logs the amount of time a local script is running, not sure if there are restrictions about that..
This shouldn't stop us from being able to dev though. If it can't load the shit, so be it. As long as we can load our local bots to test them we should be all good.
 
Engineer
Joined
Jul 28, 2013
Messages
2,776
This shouldn't stop us from being able to dev though. If it can't load the shit, so be it. As long as we can load our local bots to test them we should be all good.
You're right to some extent. It occurred trying to load dev tools and it will be better handled in the next update.
 
Top