This will help me reduce the number of repeated searches on Kagi since I frequently revisit pages every few days while researching some topic or searching for some solution.
Same behaviour here.
This doesn't look like anything specific to Orion and more like a network issue. Can you try on a couple other browsers? Do you have a VPN that you could try with or another network (like Mobile Hotspot)?
Can you check the network tab whether anything specific is taking a long time? I can't reproduce it on my end and it loads for me within 5-6 seconds.
Facing the same issue with Violentmonkey on
Version 0.99.110-beta (WebKit 613.1.12)
:Violentmonkey cannot run userscripts in this page.
Let me know if there is any additional info I can provide that may help.
2 more errors while configuring this:
- The token validation on the extension options page fails with this error:
Unhandled Promise Rejection: TypeError: null is not an object (evaluating 'response.headers.get("X-OAuth-Scopes").split')
Source (in case it helps): https://github.com/refined-github/refined-github/blob/de1287f62fd27d42a97d7d5615903510d4954755/source/options.tsx#L62
- The favicon fails to load with this error:
Failed to load resource: The operation couldn’t be completed. (Orion.SchemeHandlerError error 2.)
Checking the network tab, it seems to be trying to access
chrome-extension://hlepfoohegkhhmjieoechaddaejaokhf/favicon.ico
, and I am assuming Orion is failing to parsechrome-extension
as a valid scheme?There isn't anything extra in the video which is why I didn't share it earlier:
This is a self-hosted app (Source link: https://github.com/Radarr/Radarr/), not a public website btw., so if any developer requires access for testing anything, feel free to reach out to me on Discord.
- Edited
Facing the same issue.
I also see this error in the browser console:
SyntaxError: Unexpected identifier 'open'. Expected ')' to end an argument list.
Checking the source, it seems like it's failing to parse this line: https://github.com/refined-github/refined-github/blob/aba5560dbf9c3a94607e654e9469a3df6084f116/source/refined-github.css#L19
Perhaps the
`
character is causing parsing issues?Steps to reproduce:
Enabling any extension causes the loading of a blob resource to fail that's necessary for the search. Once all the extensions are blocked, the resource loads fine.The exact error printed in the console is:
Failed to load resource: The operation couldn’t be completed. (WebKitBlobResource error 1.)
Expected behavior:
Blob loads fine.Orion, OS version; hardware type:
Version 0.99.110-beta (WebKit 613.1.12)
MacOS 12.1
MacBook Pro (Retina, 13-inch, Early 2015)Image/Video:
N/ALet me know if you need any more info.
Thanks.