Giter VIP home page Giter VIP logo

Comments (11)

andrewgbell avatar andrewgbell commented on June 8, 2024 1

I had to clone from source to get it work.

git clone https://github.com/mailslurper/mailslurper.git
cd mailslurper/cmd/mailslurper
go get github.com/mjibson/esc
go get
go build

from mailslurper.

adampresley avatar adampresley commented on June 8, 2024

I'll have to take a look. Thanks for the ticket.

from mailslurper.

hertg avatar hertg commented on June 8, 2024

I am facing an issue using the latest release (1.15.0) on my Windows 10pro-machine.

I get the same error for 1.15.0 on Linux, using the pre-compiled version from the Github Release assets.

from mailslurper.

johnli2210 avatar johnli2210 commented on June 8, 2024

Same issue on mac os 1.15.0

from mailslurper.

bermudi avatar bermudi commented on June 8, 2024

I get the same error for 1.15.0 on Linux, using the pre-compiled version from the Github Release assets.

+1

from mailslurper.

albertohirota avatar albertohirota commented on June 8, 2024

Same error on Windows 11 - 1.15

from mailslurper.

hazg avatar hazg commented on June 8, 2024

same on ubuntu 23.10

from mailslurper.

andrewgbell avatar andrewgbell commented on June 8, 2024

I'm finding the same with 1.15.0 on windows 2022, and ubuntu 22.04.
1.14 is fine.

from mailslurper.

pepinho avatar pepinho commented on June 8, 2024

same.
1.15.0 on windows.
first log on startup states:
time="2024-02-12T09:55:19+01:00" level=info msg="Starting MailSlurper Server v1.14.1" who=MailSlurper

notice the v1.14.1 output?
is this a packaging error in the 1.15 ZIP?

from mailslurper.

slaveofcode avatar slaveofcode commented on June 8, 2024

Same issue on mac.

INFO[0000] Starting MailSlurper Server v1.14.1           who=MailSlurper
INFO[0000] Using configuration from config.json          who=MailSlurper
INFO[0000] Connecting to database                        who=MailSlurper
INFO[0000] Creating database tables...                   who=MailSlurper
FATA[0000] Error connecting to storage type '1' with a connection string of ./mailslurper.db  error="Error executing query: \n\t\tCREATE TABLE mailitem (\n\t\t\tid TEXT PRIMARY KEY,\n\t\t\tdateSent TEXT,\n\t\t\tfromAddress TEXT,\n\t\t\ttoAddressList TEXT,\n\t\t\tsubject TEXT,\n\t\t\txmailer TEXT,\n\t\t\tbody TEXT,\n\t\t\tcontentType TEXT,\n\t\t\tboundary TEXT\n\t\t);: Binary was compiled with 'CGO_ENABLED=0', go-sqlite3 requires cgo to work. This is a stub" who=MailSlurper

from mailslurper.

MarianMacik avatar MarianMacik commented on June 8, 2024

It seems the 1.15.0 release wasn't built using CGO_ENABLED=1.

@adampresley Can you create a fix release?

from mailslurper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.