Skip to content
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

Debug Report Feature #1279

Open
pcfreak30 opened this issue Jun 6, 2024 · 2 comments
Open

Debug Report Feature #1279

pcfreak30 opened this issue Jun 6, 2024 · 2 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@pcfreak30
Copy link

Description

I recently realized that end users of renterd may have problems with getting the right settings for uploading, despite all the UI help, or if they get it working, might have bad hosts/slow ones.

In the renterd git repo currently, you have as part of the new bug report issue template:

curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/autopilot/config

curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/setting/contractset
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/setting/gouging
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/setting/redundancy
curl -u ":[YOUR_PASSWORD]" http://localhost:9980/api/bus/setting/uploadpacking

curl -u ":[YOUR_PASSWORD]" "http://localhost:9980/api/bus/contracts?contractset=autopilot" | grep '"id"' | wc -l

What I feel will be a massive value add and to reduce on confusion or problems with community support requests in getting renterd configuration issues solved, is a UI tool that creates a report, possibly even using markdown (or maybe just formatted json combining everything), with the outputs of everything possibly needed so it can be shared as a gist/pastebin or similar for technical troubleshooting and make tracking any real possible problems a no-brainer longer term.

Version

n/a

What operating system are you running (e.g. Ubuntu 22.04, macOS, Windows 11)?

n/a

Anything else?

No response

@ChrisSchinnerl
Copy link
Member

I feel like that was planned already but I can't find the issue^^

@alexfreska
Copy link
Member

More context, we can close both when complete: #1119

@alexfreska alexfreska added the good first issue Good for newcomers label Jun 26, 2024
@ChrisSchinnerl ChrisSchinnerl removed the ui label Jun 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
Status: Todo
Development

No branches or pull requests

4 participants