From ea2be1ef62f7746aee736a6e9707fefc7cd04368 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Deniz=20=C5=9Eafak?= Date: Sun, 27 Apr 2025 01:40:47 +0300 Subject: [PATCH] Added "abogen-cli" for better error handling. --- CHANGELOG.md | 1 + README.md | 7 +++++++ 2 files changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17f6abd..86d3422 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,4 @@ +- Added `abogen-cli` command for better troubleshooting and error handling. - Switched from setuptools to hatchling for packaging. - Added classifiers to the package metadata. - Fixed "No module named 'docopt'" and "setuptools.build_meta" import errors while using .bat installer in Windows, mentioned by @nigelp in https://github.com/denizsafak/abogen/issues/2 diff --git a/README.md b/README.md index aafb1d2..ba8cfca 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,13 @@ Abogen is a standalone project, but it is inspired by and shares some similariti - [ ] Add support for kokoro-onnx. - [ ] Add dark mode. +# `Troubleshooting` +If you encounter any issues while running Abogen, try launching it from the command line with: +``` +abogen-cli +``` +This will start Abogen in command-line mode and display detailed error messages. Please open a new issue on the [Issues](https://github.com/denizsafak/abogen/issues) page with the error message and a description of your problem. + ## `Contributing` I welcome contributions! If you have ideas for new features, improvements, or bug fixes, please fork the repository and submit a pull request. ### For developers and contributors