15:19 PM
bret-sl has quit
15:20 PM
titusfortner-sl has quit
15:25 PM
ranger81 joined the channel
15:26 PM
titusfortner-sl joined the channel
15:27 PM
christian-bro-sl joined the channel
15:29 PM
jimpurbrick1 joined the channel
15:29 PM
kristianmeier-sl joined the channel
15:30 PM
smccarthy-sl has quit
15:31 PM
jimpurbrick has quit
15:34 PM
qageek-sl joined the channel
15:36 PM
christian-bro-sl has quit
15:37 PM
lindsey-sl joined the channel
15:38 PM
bjaberle-sl joined the channel
15:39 PM
kristianmeier-sl has quit
15:39 PM
stryx` joined the channel
15:40 PM
GodFather joined the channel
15:41 PM
ranger81 joined the channel
15:42 PM
jimpurbrick1 has quit
15:42 PM
jimpurbrick joined the channel
15:42 PM
hebroon joined the channel
15:44 PM
qageek-sl has quit
15:44 PM
gowthamselvar-sl joined the channel
15:45 PM
stryx`_ joined the channel
15:47 PM
lindsey-sl has quit
15:47 PM
hebroon has quit
15:48 PM
bjaberle-sl has quit
15:49 PM
p0deje-sl joined the channel
15:53 PM
gowthamselvar-sl has quit
15:54 PM
ranger81 joined the channel
15:55 PM
lukeis joined the channel
15:55 PM
lukeis
titusfortner-sl: do you have the standalone output when you got that last exception? #2856
15:55 PM
selbot2
15:56 PM
lukeis
also… don't you format stackstraces better? ;)
15:56 PM
titusfortner-sl
stack trace?
15:56 PM
lukeis
the response was a stacktrace
15:56 PM
with a NullPointerException in it
15:56 PM
titusfortner-sl
15:57 PM
lukeis
yes
15:57 PM
titusfortner-sl
Sorry :)
15:58 PM
lukeis
the error implies the response didn't have "width" in the value
15:58 PM
titusfortner-sl
right
15:58 PM
it’s a GET
15:58 PM
lukeis
annnnnnnd...
15:59 PM
titusfortner-sl
which value return value?
15:59 PM
p0deje-sl has quit
15:59 PM
lukeis
the response object from geckodriver
15:59 PM
titusfortner-sl
sorry, still caffeinating
15:59 PM
ah, well, it works when I go directly to geckodriver
15:59 PM
lukeis
you are leaving out crucial pieces to the puzzle :)
16:00 PM
do you have the output of the standalone server during the error?
16:00 PM
jimpurbrick has quit
16:01 PM
jimpurbrick joined the channel
16:01 PM
titusfortner-sl
It’s one of my specialties… I typically do a $DEBUG = true and copy/paste what I get back. Is there a log somewhere that is more helpful?
16:02 PM
lukeis
maybe a geckodriver log?
16:02 PM
by default the standalone doesn't log to a file
16:03 PM
titusfortner-sl
let me see if I can pass that option into remote server
16:04 PM
stryx` joined the channel
16:05 PM
smccarthy-sl joined the channel
16:05 PM
smccarthy joined the channel
16:06 PM
Do I need to start the Remote server with a switch in order to get the --log for geckodriver?
16:08 PM
lukeis
looks like no… you can't :)
16:08 PM
hmm, maybe we should allow that ;)
16:09 PM
titusfortner-sl
I’ve not done much configuration of remote driver in general
16:12 PM
lukeis
also… looking at #2855 … java appears to be doing the best it can… it will throw a TimeoutException with the message "script timeout" … can you show the actual error response object the server returns?
16:12 PM
selbot2
16:12 PM
titusfortner-sl
It was working before? :)
16:12 PM
lukeis
because you were relying on status codes ;)
16:13 PM
not strings :)
16:13 PM
and simon changed everything...
16:13 PM
it should be returning with the status code too, but need to test it further…
16:13 PM
titusfortner-sl
Shouldn’t I be relying on status codes?
16:14 PM
lukeis
probably should start relying on strings now
16:14 PM
at least you'll start needing to do that come 4.0
16:14 PM
titusfortner-sl
I guess since there are a bunch of different strings that return the same status codes
16:14 PM
got it
16:14 PM
sigh
16:15 PM
lukeis
not saying there isn't a bug to fix in java ;) but it's for the legacy status code bridge
16:16 PM
titusfortner-sl
spec still says it needs to throw that error code, though :)
16:16 PM
or are the codes different?
16:16 PM
lukeis
what? there are no "code" aka numbers
16:16 PM
titusfortner-sl
oh different
16:16 PM
lukeis
can you show what the json response object is?
16:17 PM
titusfortner-sl
ok, I see. JWP returns a status code 28
16:17 PM
*should return
16:18 PM
lukeis
yep
16:18 PM
titusfortner-sl
and they are all 408 errors in W3c
16:18 PM
ugh
16:18 PM
ok
16:18 PM
#thankssimon :)
16:18 PM
lukeis
but i think standalone should still be replying to remotes in JWP
16:18 PM
so… there's the bug ;)
16:18 PM
titusfortner-sl
Also, seeing the same issue for Element position as I am Window position
16:19 PM
qageek-sl joined the channel
16:19 PM
lukeis
position?
16:19 PM
bugged was logged for size? ;)
16:20 PM
titusfortner-sl
oh
16:21 PM
right
16:21 PM
#moarcoffee
16:22 PM
Ok, so “string” response for #2855 is still ‘timeout’ instead of ‘script timeout'
16:22 PM
selbot2
16:22 PM
titusfortner-sl
So even were I to change how it’s parsing errors, it’s still giving back the wrong one
16:23 PM
lukeis
ok… i'll look more
16:23 PM
titusfortner-sl
thanks. I’d say I wish I understood the java code to be of more help, but...
16:25 PM
satya4ever joined the channel
16:26 PM
bjaberle-sl joined the channel
16:26 PM
Tad3j joined the channel
16:27 PM
gowthamselvar-sl joined the channel
16:27 PM
stryx` joined the channel
16:28 PM
wow, no, I filed this bug back in August: #2554 and forgot about it, it should be guarded out, what did I do to unguard it… hrrm
16:28 PM
selbot2
16:28 PM
smccarthy-sl has quit
16:28 PM
qageek-sl has quit
16:29 PM
lukeis
i think i have a fix though ;)
16:29 PM
titusfortner-sl
Yay
16:29 PM
lindsey-sl joined the channel
16:30 PM
lukeis
yuck… worst is forgetting about your coffee… taking a sip and having it be so cold!
16:30 PM
titusfortner-sl
lol
16:30 PM
I indeed hate that
16:30 PM
lukeis
spit it right back out into the cup… ;)
16:31 PM
kristianmeier-sl joined the channel
16:36 PM
bjaberle-sl has quit
16:36 PM
hmm, didn't fix it yet.
16:36 PM
pretty sure i know where the issue is… just need a debugger attached
16:37 PM
gowthamselvar-sl has quit
16:39 PM
lindsey-sl has quit
16:40 PM
titusfortner-sl
pretty sure #2856 & #2857 are related
16:40 PM
selbot2
16:40 PM
16:41 PM
kristianmeier-sl has quit
16:41 PM
titusfortner-sl
Is Element Size no longer a thing in the w3c?
16:42 PM
lukeis
16:42 PM
titusfortner-sl
oh, right which is why they both fail
16:42 PM
I implemented that correctly
16:42 PM
whew
16:43 PM
hebroon joined the channel
16:43 PM
robattil1 joined the channel
16:44 PM
darrincherry-sl joined the channel
16:46 PM
jimpurbrick has quit
16:46 PM
jimpurbrick joined the channel
16:46 PM
hf-sl joined the channel
16:47 PM
hebroon has quit
16:49 PM
robattil1 has quit
16:50 PM
robattila256 joined the channel
16:54 PM
darrincherry-sl has quit
16:56 PM
lukeis
titusfortner-sl: the thing is, the server still assumes clients will speak JWP instead of W3C :) getting size should work, right?
16:56 PM
hf-sl has quit
16:56 PM
Selenium-Github
[13selenium] 15lukeis pushed 1 new commit to 06master: 02https://git.io/vPqbd
16:56 PM
13selenium/06master 149453cc7 15Luke Inman-Semerau: need a new ScriptTimeoutException in order to pass appropriate error codes to clients....
16:56 PM
lukeis
two bugs, one push ;)
16:56 PM
ddavison-sl joined the channel