extensions
extensions copied to clipboard
[Sourcegraph] Telemetry Error when using Self-hosted sourcegraph
Extension
https://www.raycast.com/bobheadxi/sourcegraph
Raycast Version
1.88.4
macOS Version
14.5(23F79)
Description
Context
- Using self-hosted sourcegraph at company (uses VPN)
- Error below began occur at a certain point
- Works fine when telemetry feature is disabled
- Works fine with global sourcegraph server regardless of telemetry feature activation
Error:
ApolloError: Unknown type "TelemetryEventInput".
Variable "$events" cannot be non-input type %!q(<nil>).
Cannot query field "telemetry" on type "Mutation".
Unknown type "TelemetryEventInput".
Variable "$events" cannot be non-input type %!q(<nil>).
Cannot query field "telemetry" on type "Mutation".
e:index.js:40:27
---
37: // value or the constructed error will be meaningless.
38: function ApolloError(_a) {
39: var graphQLErrors = _a.graphQLErrors, protocolErrors = _a.protocolErrors, clientErrors = _a.clientErrors, networkError = _a.networkError, errorMessage = _a.errorMessage, extraInfo = _a.extraInfo
### Steps To Reproduce
1. Configure setup for self-hosted sourcegraph
2. `Search Code` with telemetry feature enabled
### Current Behaviour
_No response_
### Expected Behaviour
_No response_
Thank you for opening this issue!
🔔 @bobheadxi you might want to have a look.
💡 Author and Contributors commands
The author and contributors of bobheadxi/sourcegraph can trigger bot actions by commenting:
@raycastbot close this issueCloses the issue.@raycastbot close as not plannedCloses the issue as not planned.@raycastbot rename this issue to "Awesome new title"Renames the issue.@raycastbot reopen this issueReopens the issue.@raycastbot assign meAssigns yourself to the issue.@raycastbot good first issueAdds the "Good first issue" label to the issue.@raycastbot keep this issue openMake sure the issue won't go stale and will be kept open by the bot.
@samcho0608 thank you for the report - can you share the version of your Sourcegraph instance? It seems likely that you have an older Sourcegraph instance that doesn't support receiving telemetry.
In the meantime, please feel free to just disable the telemetry - it's entirely optional!
@bobheadxi I think you're right! we're currently using v4.3.0 and is not up-to-date.
In the meantime, please feel free to just disable the telemetry - it's entirely optional!
Yup I've disabled it and it works just fine
I'll close this issue!