Update README.md for FAQ

This commit is contained in:
Yami Odymel 2024-01-24 17:16:50 +08:00 committed by GitHub
parent 0a7605c1fc
commit d71f0656e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,9 +10,7 @@ For Chaturbate-**only**, private/ticket stream is **unsupported**.
## Usage
Download **`source code (zip)`** from **[Release](https://github.com/teacat/chaturbate-dvr/releases)** page,
and Unzip **`/bin`** folder to look up for executable that **fits your system**.
Download **`source code (zip)`** from **[Release](https://github.com/teacat/chaturbate-dvr/releases)** page. Unzip **`/bin`** folder and look up for executable that **fits your system**.
 
@ -52,7 +50,7 @@ $ chaturbate-dvr -u CHANNEL_USERNAME
**or... Command-line tool**
```
$ ./chaturbate-dvr -u emillybrowm
$ ./chaturbate-dvr -u emillybrowm start
██████╗██╗ ██╗ █████╗ ████████╗██╗ ██╗██████╗ ██████╗ █████╗ ████████╗███████╗
██╔════╝██║ ██║██╔══██╗╚══██╔══╝██║ ██║██╔══██╗██╔══██╗██╔══██╗╚══██╔══╝██╔════╝
@ -180,6 +178,34 @@ Pattern: video/{{.Username}}/{{.Year}}-{{.Month}}-{{.Day}}_{{.Hour}}-{{.Minute}}
 
## 🤔 Frequently Asked Questions
**Q: The program closes itself when I just open it on Windows**
A: Try to open the program in **Command Prompt**, the error message should appear, and create a new [Issue](https://github.com/teacat/chaturbate-dvr/issues) for it.
 
**Q: Channel is online but the program says it's Offline**
A: The program might be blocked by Chaturbate or Cloudflare. If the Channel is in a private/ticket show, the program doesn't support it yet.
 
**Q: `listen tcp :8080: bind: An attempt was made to access a socket in a way forbidden by its access permissions.`**
A: The port `8080` is already in use, change the port with `-port` option (e.g. `-port 8123`) and visit `http://localhost:8123`.
If the error still occur, run **Command Prompt** as Administrator, and type `net stop winnat` then `net start winnat`, and re-run the Chaturbate DVR again.
 
**Q: `A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.`**
A: Your network is unstable or being blocked by Chaturbate, the program can't help with the network issue. Usually happened when you are using VPN or Proxy.
 
## 💬 Verbose Log
Change `-log-level` to `DEBUG` to see more details in terminal, like Duration and Size.