Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E0511 16:37:08.508128 15416 crawld.go:277] pq: syntax error at or near "java" #21

Open
KujaEx opened this issue May 11, 2018 · 0 comments

Comments

@KujaEx
Copy link

KujaEx commented May 11, 2018

Hi,
I downloaded the binary project from the website, configured postgresql and edit the config file.

When I start the program, it always crashs with:

E0511 16:37:08.508128   15416 crawld.go:277] pq: syntax error at or near "java"
E0511 16:37:08.508319   15416 crawld.go:340] [pq: syntax error at or near "java"

Even if I change the config back to

"fetch_languages": [
        "go",
        "ruby"
],

and

    "crawlers": [
        {
            "type": "github",
            "languages": [
                "go",
                "ruby"
],

it also crashs at the "go".

Has it problems to recognize the language tags?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant