abraunegg-onedrive/.github/ISSUE_TEMPLATE/bug_report.md

55 lines
2.5 KiB
Markdown
Raw Normal View History

2018-07-11 02:15:57 +02:00
---
name: Bug report
about: Create a report to help us improve
---
2018-11-16 20:53:42 +01:00
**Note:** Before submitting a bug report, please ensure you are running the latest 'onedrive' client as built from 'master' and by using the latest available DMD compiler. Refer to the readme on building the client for your system.
2018-07-11 02:15:57 +02:00
2018-07-11 04:48:02 +02:00
### Bug Report Details ###
2018-07-11 02:15:57 +02:00
**Describe the bug**
A clear and concise description of what the bug is.
**Application and Operating System Details:**
* OS: Output of `uname -a` & provide your OS & version (CentOS 6.x, Ubuntu 18.x etc)
* Are you using a headless system (no gui) or with a gui installed?
* OneDrive Account Type
* DMD or LDC compiler version `dmd --version` or `ldmd2 --version`
* Application configuration: Output of `onedrive --display-config`
* Curl Version: Output of `curl --version`
2019-01-05 21:20:02 +01:00
**Note:** If curl version is >= 7.62.0 please generate a full debug log as per [https://github.com/abraunegg/onedrive/wiki/Generate-debug-log-for-support](https://github.com/abraunegg/onedrive/wiki/Generate-debug-log-for-support) and email to support@mynas.com.au
2019-01-05 21:49:00 +01:00
Once the full debug log has been generated & emailed, please retry your sync by adding `--force-http-1.1`. If this is successful, please advise in issue ticket that `--force-http-1.1` was successful in resolving your issue.
2018-07-11 02:15:57 +02:00
**To Reproduce**
Steps to reproduce the behavior if not causing an application crash:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
2018-07-11 02:15:57 +02:00
If issue is replicated by a specific 'file' or 'path' please archive the file and path tree & email to support@mynas.com.au
**Complete Verbose Log Output**
2018-08-18 23:11:34 +02:00
A clear and full log of the problem when running the application in the following manner (ie, not in monitor mode):
```bash
2018-08-18 23:11:34 +02:00
onedrive --synchronize --verbose <any of your other needed options>
```
Run the application in a separate terminal window or SSH session and provide the entire application output including the error & crash. When posing the logs, Please format log output to make it easier to read. See [https://guides.github.com/features/mastering-markdown/](https://guides.github.com/features/mastering-markdown/) for more details.
2018-08-18 23:11:34 +02:00
Application Log Output:
```bash
2018-08-18 23:11:34 +02:00
Verbose console log output goes here
```
2018-07-11 02:15:57 +02:00
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
2018-07-11 04:48:02 +02:00
### Bug Report Checklist ###
* [] Detailed description
* [] Reproduction steps (if applicable)
* [] Verbose Log Output