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
I have a device that runs a webserver, allowing the user to connect to it via VNC using the devices IP address (Shown in attached photo)
Using a web browser i am able to connect to it without any issues.
I cannot connect to it however through Cypress as it returns a 404 error.
Response:
<html><head><scripttype='text/javascript'>document.domain='10.27.105.71';(()=>{"use strict";conste=window.Cypress=parent.Cypress;if(!e)thrownewError("Something went terribly wrong and we cannot proceed. We expected to find the global Cypress in the parent window but it is missing. This should never happen and likely is a bug. Please open an issue.");constt=(()=>{lete,t,n,r;consti=()=>{e=!1,t=!1,n=[],r={}},o=(e,t=[])=>"function"==typeofe ? e.apply(window,t) : window.eval(e);returni(),{wrap: ()=>{consti={setTimeout: window.setTimeout,setInterval: window.setInterval,requestAnimationFrame: window.requestAnimationFrame,clearTimeout: window.clearTimeout,clearInterval: window.clearInterval},a=(e,t)=>i[e].apply(window,t),s=e=>n=>(t&&(r[n]=!0),a(e,[n])),w=t=>(...r)=>{leti,[s,w,...p]=r;returni=a(t,[(...r)=>{if(!e)returno(s,r);n.push({timerId: i,fnOrCode: s,params: r,type: t})},w, ...p]),i};window.setTimeout=w("setTimeout"),window.setInterval=w("setInterval"),window.requestAnimationFrame=w("requestAnimationFrame"),window.clearTimeout=s("clearTimeout"),window.clearInterval=s("clearInterval")},reset: i,pause: a=>{e=Boolean(a),e||(t=!0,n.forEach((e=>{const{timerId: t,type: n,fnOrCode: i,params: a}=e;"setInterval"===n&&r[t]||o(i,a)})),i())}}})();e.removeAllListeners("app:timers:reset"),e.removeAllListeners("app:timers:pause"),e.on("app:timers:reset",t.reset),e.on("app:timers:pause",t.pause),t.wrap(),e.action("app:window:before:load",window)})();</script></head><body><h2>404 Error</h2>
The requested resource cannot be found.
</body></html>
The text was updated successfully, but these errors were encountered:
I have a device that runs a webserver, allowing the user to connect to it via VNC using the devices IP address (Shown in attached photo)
Using a web browser i am able to connect to it without any issues.
I cannot connect to it however through Cypress as it returns a 404 error.
Response:
The text was updated successfully, but these errors were encountered: