mirror of
https://github.com/teacat/chaturbate-dvr.git
synced 2025-10-29 16:59:59 +00:00
Update README.md for FAQ
This commit is contained in:
parent
0a7605c1fc
commit
d71f0656e8
34
README.md
34
README.md
@ -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.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user