You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.
Hi! I'm trying to make sense of the following error here:
Error: internet explorer@8: [eval("(window.zuul_msg_bus ? window.zuul_msg_bus.splice(0, 1000) : []);")] Not JSON response
What's weird is that it seems the test has restarted, and the second attempt has succeeded:
- starting: <internet explorer 8 on Windows 2008>
- waiting: <internet explorer 8 on Windows 2008>
- waiting: <internet explorer 8 on Windows 2008>
- restarting: <internet explorer 8 on Windows 2008>
- starting: <internet explorer 8 on Windows 2008>
- passed: <internet explorer 8 on Windows 2008>
- queuing: <internet explorer 10 on Windows 2012>
(...)
events.js:160
throw er; // Unhandled 'error' event
^
Error: internet explorer@8: [eval("(window.zuul_msg_bus ? window.zuul_msg_bus.splice(0, 1000) : []);")] Not JSON response
Here are the saucelabs logs for the first and second attemps.
Could it be possible that the first test keeps polling saucelabs, which eventually send non-json data?
The text was updated successfully, but these errors were encountered:
Hi! I'm trying to make sense of the following error here:
What's weird is that it seems the test has restarted, and the second attempt has succeeded:
Here are the saucelabs logs for the first and second attemps.
Could it be possible that the first test keeps polling saucelabs, which eventually send non-json data?
The text was updated successfully, but these errors were encountered: