Jamie Burchell

Results 58 comments of Jamie Burchell

Any update on this @justjanne ?

https://github.com/microsoft/terminal/issues/15592

@Lord-Grey I think you've misunderstood the issue a little. This is not a misconfiguration of another component, rather just how browsers work. Essentially Hyperion's web service hangs and produces those...

> Can you tell me how to reproduce the cookie sending scenario? Sure, basically need to send a cookie with a request to the web UI. I can repro this...

@Lord-Grey I can't get a cURL version to work at the moment. I can reproduce it by manually adding the cookie in Chrome's dev tools although it's slightly tricky to...

> Could you do me a screenshot where in the dev tools you add it? I was just making a screencast :) https://www.dropbox.com/scl/fi/l6b97gp99yhsdthwci9s9/hyperion-webui-hang.mp4?rlkey=2av3ac6su72jeo08e14i74lbc&dl=0

Bizarrely, the same request in cURL does **not** trigger the issue. Copied below for reference. ``` curl 'http://localhost:8090/' \ -H 'Accept: text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7' \ -H 'Accept-Language: en-GB,en;q=0.9,en-US;q=0.8,la;q=0.7' \ -H 'Cache-Control: no-cache'...

I think JavaScript could be playing a part in this issue - specifically the frequent ajax requests. When I disable JavaScript in the dev console settings and refresh, the page...

[Some other occurrences](https://hyperion-project.org/forum/index.php?thread/11744-hyperion-ng-fails-to-start-after-os-update/) of this issue [in the wild](https://forums.unraid.net/topic/119144-support-hyperionng/).

> @jamieburchell Would it be ok that I provide you with a special build which traces the messages and procesing within Hyperion in your environment? Sure! Happy to help. I...