Skip to content

Nullreference Exception when trying to start without data #12

@esbenbach

Description

@esbenbach

Im trying to start the LibPostalConsole example application without the data argument (because I can't find the data actually), but when it gets to
var response = libpostal.LibpostalParseAddress(query, new LibpostalAddressParserOptions());

The response object is null, and thus throws a nullreference exception in the next line.

What am I doing wrong? Or is it impossible to run without the data files?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions