mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-10 13:44:22 +00:00
64 lines
2.4 KiB
Markdown
64 lines
2.4 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Unexpected program behaviour that needs code correction
|
|
|
|
---
|
|
|
|
<!--
|
|
I fully read and understood contributing guidelines of ASF available under https://github.com/JustArchi/ArchiSteamFarm/blob/master/.github/CONTRIBUTING.md, especially the point that GITHUB IS NOT A TECHNICAL SUPPORT - IT'S THE PLACE ONLY FOR ASF BUGS AND SUGGESTIONS.
|
|
|
|
I admit that THIS IS NOT A QUESTION OR TECHNICAL ISSUE - I fully understand that ASF GitHub is ONLY for ASF development purpose. I strongly believe that the bug I'm reporting here affects majority of ASF users and that it's not a result of technical difficulty I'm experiencing that is explained in the FAQ or other place of the wiki.
|
|
|
|
If my issue is not meeting contributing guidelines specified above, especially if it's a question or technical issue that is not related to ASF development in any way, please close it immediately - I won't complain.
|
|
-->
|
|
|
|
<!--
|
|
Now that you read and understood our notice, remove everything up to this point so it won't clutter the issue and fill the template below with your details.
|
|
-->
|
|
|
|
## Bug report
|
|
|
|
### Description
|
|
|
|
<!-- Short explanation what you were going to do. -->
|
|
|
|
### Expected behavior
|
|
|
|
<!-- What did you expect to happen? -->
|
|
|
|
### Actual behavior
|
|
|
|
<!-- What happened instead? -->
|
|
|
|
### Steps to reproduce
|
|
|
|
<!-- Every command or action done after launching ASF that leads to the bug. -->
|
|
|
|
### Full log.txt recorded during reproducing the problem
|
|
|
|
```
|
|
Paste here, in-between triple backtick tags
|
|
|
|
Ensure that your log was NOT recorded in Debug mode, as it might contain sensitive information that should not be shared, as stated on the wiki
|
|
```
|
|
|
|
### Global ASF.json config
|
|
|
|
```json
|
|
Paste here, in-between triple backtick tags
|
|
|
|
Ensure that config has hidden/redacted potentially-sensitive properties, such as: IPCPassword, WebProxyPassword, IPCPrefixes (optionally), SteamOwnerID (optionally), WebProxy (optionally), WebProxyUsername (optionally)
|
|
```
|
|
|
|
### BotName.json config of all affected bot instances (if more than one)
|
|
|
|
```json
|
|
Paste here, in-between triple backtick tags
|
|
|
|
Ensure that config has hidden/redacted potentially-sensitive properties, such as: SteamLogin, SteamParentalPIN, SteamPassword, SteamMasterClanID (optionally), SteamTradeToken (optionally), SteamUserPermissions (only steamIDs, optionally)
|
|
```
|
|
|
|
### Additional info
|
|
|
|
<!-- Everything else you consider worthy that we didn't ask for. -->
|