-
-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PermissionDenied since Dishy update to 9f4d05a4 #32
Comments
Ok, this sounds fun, I will have a look on the weekend, I hope they have not added authentication to all the gRPC methods |
As an update, last night Dishy updated to |
I have the same error with
I started this morning as you can see on my public dashboard (https://starlink.awlnx.space). |
Relates to danopstech#32
Relates to danopstech#32
I'm on They have been making lots of additional gRPC methods available but none of them seemed usable yet. Maybe they tried to deprecate the old methods but have reverted that in the latest dish release. |
It still seems like having this merged wouldn't hurt anything in the case that they do revert it? All of my data collection is now broken. Also, FWIW, 990b956d-a7fc-4c9b-a3ab-c09a309ac425.uterm.release was released before 4990ce8d-5028-4e51-a015-e9ab1b1ebe1a.uterm.release |
@virtuallynathan would you say this is the latest release, as far as you can tell? I'm looking at it now, and splitting out too different gRPC methods and will add the fail open logic to all calls so it will return what it can. |
* Fixes PermissionDenied errors Relates to #32 * Get rid of logs
I have merged and built @awlx PR - https://github.com/danopstech/starlink_exporter/releases/tag/v0.0.4 Thank you @awlx This gives me more time to work around the permissions:
|
Yes, there’s a community maintained spreadsheet here:
https://docs.google.com/spreadsheets/d/1nsdLZ34VVX1qNVlDlAErzLov-fb_ZWgpYAQJWp_W8ic/edit
Great, re: merge!
…On Wed, Jun 30, 2021 at 6:01 AM Daniel Willcocks ***@***.***> wrote:
4990ce8d-5028-4e51-a015-e9ab1b1ebe1a.uterm.release
@virtuallynathan <https://github.com/virtuallynathan> would you say this
is the latest release, as far as you can tell?
I'm looking at it now, and splitting out too different gRPC methods and
will add the fail open logic to all calls so it will return what it can.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#32 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA2PWLOWE5L4RMMLJDZLUE3TVMITDANCNFSM47IT4BJQ>
.
|
By the way, one day after my post about the update to |
Response from support 😢
I will look at fixing the missing metrics. just hope they don't start locking everything down! |
Describe the bug
Since the latest Dishy update earlier this morning to
9f4d05a4-65b6-411b-ba6b-8dd91c64e02c.uterm.release
the exporter is unable to collect data via gRPC.Running in a standard Starlink setup without further parameters it successfully gets the dish ID
However, each time /metrics of the exporter is queried, it returns the following:
The console/log shows the following error:
It worked fine with the previous release
a4908729-5051-4d3b-aacc-446ef9b26cdc.uterm.release
.Data is still available fine when accessing the web UI normally.
I didn't have time yet to look further into it, so sorry for the somewhat unqualified bug ticket.
To Reproduce
Steps to reproduce the behavior:
If needed, I can provide a sample Wireshark pcapng dump of this.
Expected behavior
The extractor to collect/poll the required metrics.
Screenshots
Not applicable, see log excerpt above.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: