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

Empty output in rdf.ttl file after modification of parser on 16.12.2014 12:47:11 #50

Open
S6savahd opened this issue Jan 9, 2015 · 3 comments

Comments

@S6savahd
Copy link
Contributor

S6savahd commented Jan 9, 2015

So far I was using the old version of the parser with local modifications.
As soon as I pulled the updated version of it on 16 December, the file including rdf output became empty.
I tried to upload the file including the error message but it seams it is restricted to upload files here in the github folder. I will send it via email to Maxim. Here is the versions that the errror originates from:

ed0bc8e Tue Mar 25 22:12:53 2014 works
f39802e Thu Apr 24 11:24:52 2014 works
68621d6 Thu Apr 24 11:24:59 2014 works
95e8fee Tue Dec 16 12:47:11 2014 error-empty ttl file
a90acb9 Tue Dec 16 13:02:40 2014 error-empty ttl file
c20bf6d Tue Dec 16 23:58:45 2014 error-empty ttl file
a300e75 Wed Dec 17 21:23:26 2014 error-empty ttl file
a3ac1ea Wed Dec 17 21:23:35 2014 error-empty ttl file
8047ce9 Thu Dec 18 12:14:07 2014 error-empty ttl file
2693275 Thu Dec 18 16:40:50 2014 error-empty ttl file
c0d81f1 Sun Dec 21 13:57:44 2014 error-empty ttl file
2b33715 Sun Dec 21 14:07:15 2014 error-empty ttl file
31f9e44 Sun Dec 28 11:48:12 2014 error-empty ttl file
36bbea7 Sun Dec 28 12:38:15 2014 error-empty ttl file
a31cba4 Sun Dec 28 13:09:43 2014 error-empty ttl file
ac13b66 Sun Dec 28 13:29:47 2014 error-empty ttl file
090bd93 Sat Jan 3 19:50:06 2015 error-empty ttl file

@KMax
Copy link
Member

KMax commented Jan 11, 2015

Hi @S6savahd! Can you show your config.py file, so I could understand what exactly the parser should do? Maybe the current version of config.py.example is out of date, we sometime forget to update it :)

@S6savahd
Copy link
Contributor Author

the main code is as follows, in addition to input urls:

sparqlstore = dict(
sesame_url="http://localhost:8080/openrdf-sesame/repositories/sempubchallenge-max",
# dbpedia_url="http://localhost:8080/openrdf-sesame/repositories/dbpedia-dump",
dbpedia_url="http://dbpedia.org/sparql",
uri_base = "http://ceur-ws.org/resource/"
)

id = dict(
person = sparqlstore['uri_base'] + "person/",
proceedings = sparqlstore['uri_base'] + "proceedings/ceur-ws/",
publication = sparqlstore['uri_base'] + "publication/",
workshop = sparqlstore['uri_base'] + "workshop/",
conference=sparqlstore['uri_base'] + "conference/"
)

@KMax
Copy link
Member

KMax commented Jan 12, 2015

I don't see the DEBUG = False statement here, maybe this is a cause. Are you sure that your config.py is up-to-date?

If it didn't solve the problem, then show me the logs of python CeurWsParser/spider.py command.

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

2 participants