Skip to content

Node TypeError #88

@KRDucky

Description

@KRDucky

Running the latest available Linux binary, I get the following in the error logs (I had to edit the Systemd file a bit to make a service for it)

Caught exception: TypeError: SQLite3 can only bind numbers, strings, bigints, buffers, and null

I modified the service file listed on this github to make it run the binary as well as output to log files instead of syslog (something that isnt used in modern systemd linux)

From:

Output to syslog

StandardOutput=syslog
StandardError=syslog
SyslogIdentifier=mm-server

To:
StandardOutput=append:/containers/mms/mms.log
StandardError=append:/containers/mms/mms-error.log
#SyslogIdentifier=mm-server

The edit for the ExecStart was changing it to where I placed the binary: ExecStart=/containers/mms/mms

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions