Open Issues Need Help
View All on GitHubAI Summary: The user reports that NZB files generated by `nntmux` have "low health" due to malformed XML. The provided example shows an invalid `<segment>` tag where the message ID appears to be incomplete or incorrectly escaped (e.g., `<2b`), causing issues with NZB parsing and usage.
Laravel based usenet indexer
Laravel based usenet indexer
Laravel based usenet indexer
Laravel based usenet indexer
Laravel based usenet indexer
Laravel based usenet indexer
AI Summary: The user reports that the database schema generated during installation is broken and not fit for purpose, making the application unusable. They also criticize the installation instructions for being poorly structured and express frustration with the lack of support on IRC and Discord.
Laravel based usenet indexer
Laravel based usenet indexer
AI Summary: The release delete functionality is failing due to a `MethodNotAllowedHttpException`. This occurs because the Blade views are generating GET requests via `<a href>` links for delete operations, while the corresponding routes are configured to only accept POST requests. The fix involves updating the affected views to submit POST requests, either by using an existing JavaScript handler pattern or by converting the links into forms.
Laravel based usenet indexer
Laravel based usenet indexer
Laravel based usenet indexer
Laravel based usenet indexer
AI Summary: The user requests an enhancement to the search functionality, aiming to improve result relevance without requiring explicit wildcard usage. Currently, searching for terms like "david guetta" only yields exact matches, missing variations such as "david_guetta" or "david_-_guetta". The proposal is to implement smarter search logic, potentially through fuzzy matching or text normalization, to automatically include these variations.
Laravel based usenet indexer
Laravel based usenet indexer
AI Summary: The user encountered a failed installation of NNTmux on Ubuntu 24.04.3 LTS with PHP 8.2. The `php artisan nntmux:install` command failed during the database migration process, specifically at a point related to adding an 'onlyfans' category, although the provided log snippet is truncated and does not show the full error message.
Laravel based usenet indexer
Laravel based usenet indexer
Laravel based usenet indexer
AI Summary: The task involves resolving a naming conflict between the larainvite package and the existing NNTmux Invitation model. This requires deciding whether to keep and integrate larainvite, replace it with a custom NNTmux service, or remove it entirely. The solution needs to ensure consistent functionality for user invitations within the NNTmux application.
Laravel based usenet indexer