mirror of
https://github.com/dmduran12/pymc_console-dist.git
synced 2026-03-28 17:43:04 +01:00
Sync build v0.9.114
Automated sync from private repository. Commit: d890e8de683a55b5801ddae34ccf1bf81c3272e4
This commit is contained in:
24
README.md
24
README.md
@@ -122,6 +122,12 @@ cd pymc_console
|
||||
sudo bash manage.sh install
|
||||
```
|
||||
|
||||
> **⚠️ Important: Branch Selection**
|
||||
>
|
||||
> During installation, you'll be asked to select a pyMC_Repeater branch. **Select `feat/dmg`** (the default/recommended option). This branch contains the login/authentication functionality required for the dashboard to work properly.
|
||||
>
|
||||
> If you select `dev` or `main`, you may encounter "error 200" or login issues.
|
||||
|
||||
The installer will:
|
||||
1. Install all system dependencies (Python, pip, etc.)
|
||||
2. Clone and install [pyMC_Repeater](https://github.com/rightup/pyMC_Repeater) as a sibling directory
|
||||
@@ -233,6 +239,20 @@ sudo journalctl -u pymc-repeater -f
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
### "Error 200" or Login Issues
|
||||
|
||||
This typically means you installed with the wrong pyMC_Repeater branch. The login functionality is only available in the `feat/dmg` branch.
|
||||
|
||||
**To fix:**
|
||||
```bash
|
||||
cd pymc_console
|
||||
sudo bash manage.sh upgrade
|
||||
```
|
||||
|
||||
Select **Full pyMC Stack** upgrade and choose the `feat/dmg` branch.
|
||||
|
||||
> **Note:** When entering the branch name, use `feat/dmg` (not just `dmg`).
|
||||
|
||||
### Service won't start
|
||||
|
||||
```bash
|
||||
@@ -254,6 +274,10 @@ cat /etc/pymc_repeater/config.yaml
|
||||
1. Verify service is running: `sudo systemctl status pymc-repeater`
|
||||
2. Check if port 8000 is accessible: `curl http://localhost:8000/api/stats`
|
||||
|
||||
### "Radio presets file not found" warning
|
||||
|
||||
This warning during installation is non-fatal. The installer will continue and you can configure radio settings manually. The presets are fetched from an API; if the API is unavailable, common presets are offered as fallback options.
|
||||
|
||||
## Uninstalling
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user