OllisGit

Results 106 comments of OllisGit

Hi @StephanBeutel, I analyse the issue again and I could recreate it on my local system. Unfortunately at the moment I have no idea how to solve this issue. Background:...

Hi @dbajda, this enhancement will take a lot of effort to implement and this feature is already available in SpoolManager-Plugin.

Hi @CapnBry, thanks for the detailed description! This is a really nice feature and I would like to implement this in the SpoolManager-Plugin, so I added it to my backlog....

Hi @SaKiEQ, thanks for your feedback, always welcome. Btw. did you read the FM-Wiki? https://github.com/OllisGit/OctoPrint-FilamentManager/wiki ![image](https://user-images.githubusercontent.com/24205767/137579054-848e3a84-5e6d-4093-ab0d-e8b9a6f9ced5.png) If you think the documentation is wrong or important parts were missing, feel free...

Did you try: ``` apt-get update ``` as suggested in the log-message? Or try this one: ``` sudo dpkg --configure -a sudo apt-get upgrade --with-new-pkgs ```

fyi: the new version 1.9.0 shows more information, why the db-connection is not working.

@Doprintityourself please provide a octoprint.log. without more details I can't analyse the issue.

@Xiondewah, please take a look into your current octoprint.log. Maybe there is still this issue: ``` octoprint.plugins.filamentmanager - ERROR - Failed to initialize database: No module named 'psycopg2' ModuleNotFoundError: No...

fyi: the new version 1.9.0 shows more information, why the db-connection is not working.

Hi @ZombiesLoveMe, after the server starts the ```initialize``` methode is executed and throws this error: ``` 2021-11-09 14:03:55,343 - octoprint.plugins.filamentmanager - ERROR - Failed to initialize database: (psycopg2.OperationalError) could not...