Konstantin Fedorov
Konstantin Fedorov
Try to install pyaudio as it is used to playback samples to audio card. `pip3 install pyaudio`
https://stackoverflow.com/questions/48690984/portaudio-h-no-such-file-or-directory
There were a couple of issues related to this one in the past: #1386, #1301.
Wav file should be MONO, 8000 Hz, 16-bit PCM. Use "Normalize" filter to enhance coding results.
I observe similar error while playing Death Stranding ``` System.ArgumentOutOfRangeException: Заданный аргумент находится вне диапазона допустимых значений. Имя параметра: Index out of range в Aga.Controls.Tree.TreeViewAdv.ClearNodesSize(TreeModelEventArgs e, TreeNodeAdv parent) в D:\a\LibreHardwareMonitor\LibreHardwareMonitor\Aga.Controls\Tree\TreeViewAdv.cs:строка...
Sure I can help with testing. I tried to deploy inventree on my server using Apache + mod_wsgi. I implemented 'url_prefix' config parameter (almost as you did in #1298) `url_prefix:...
- Cloned `SchrodingersGat:subdir-server` and deployed it using separate mysql DB. - Added `subpath: '/inventree'` to config.yaml - Browser said "Too many redirections' - Found that `request.path_info` has `/login` while `reverse_lazy('login')`...
Sure, here is diff: ``` # git diff settings.py diff --git a/InvenTree/InvenTree/settings.py b/InvenTree/InvenTree/settings.py index 98b7fa8..e93abc5 100644 --- a/InvenTree/InvenTree/settings.py +++ b/InvenTree/InvenTree/settings.py @@ -146,9 +146,9 @@ SUBPATH_URL = get_setting( FORCE_SCRIPT_NAME = SUBPATH_URL...