malnvenshorn / OctoPrint-FilamentManager

OctoPrint plugin to manage your filament inventory
GNU Affero General Public License v3.0
131 stars 59 forks source link

Remote Database Initialization Error #134

Closed bleem313 closed 5 years ago

bleem313 commented 5 years ago

What were you doing?

After setting up a remote database, every time the server starts the plugin throws an error. Everything appears to still work correctly. I am able to add and remove rolls. However, I don't know if some of the functionality is broken because of it.

What did you expect to happen?

The server to start without the plugin manager throwing an error.

What happened instead?

The plugin throws an sql error stating it failed to initialize the database.

Link to octoprint.log

octoprint.log

Link to gcode file

N/A

Link to contents of Javascript console in the browser

N/A

Further information

I have read the FAQ and provided all required information.

bleem313 commented 5 years ago

I was incorrect in my initial post that seemed to be working correctly. If I try and select a roll, it throws another error.

octoprint.log

malnvenshorn commented 5 years ago

You need at least PostgreSQL 9.5 as stated in the README.

Duplicate of #96

bleem313 commented 5 years ago

That fixed it. Thank you for the quick reply. I forgot that the server I'm on is an older server, and didn't think to check version numbers.