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

error when using latest dev Docker container with local/local #208

Closed
tkuhn opened this issue Jun 21, 2019 · 3 comments
Closed

error when using latest dev Docker container with local/local #208

tkuhn opened this issue Jun 21, 2019 · 3 comments

Comments

@tkuhn
Copy link

tkuhn commented Jun 21, 2019

I get the follwing error with the latest dev Docker version, when using with local SPARQL files in /home/grlc/queries/ and accessing them via api/local/local:

ERROR:Exception on /api/local/local/spec [GET]
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 2292, in wsgi_app
response = self.full_dispatch_request()
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1815, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1718, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/usr/local/lib/python3.6/site-packages/flask/_compat.py", line 35, in reraise
raise value
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1813, in full_dispatch_request
rv = self.dispatch_request()
File "/usr/local/lib/python3.6/site-packages/flask/app.py", line 1799, in dispatch_request
return self.view_functionsrule.endpoint
File "/home/grlc/grlc/src/server.py", line 67, in swagger_spec_local
return swagger_spec(user=None, repo=None, sha=None, content=None)
File "/home/grlc/grlc/src/server.py", line 83, in swagger_spec
swag = utils.build_swagger_spec(user, repo, sha, static.SERVER_NAME)
File "/usr/local/lib/python3.6/site-packages/grlc/utils.py", line 75, in build_swagger_spec
spec = swagger.build_spec(user, repo, sha, prov_g)
File "/usr/local/lib/python3.6/site-packages/grlc/swagger.py", line 135, in build_spec
item = process_sparql_query_text(query_text, loader, call_name, extraMetadata)
File "/usr/local/lib/python3.6/site-packages/grlc/swagger.py", line 184, in process_sparql_query_text
endpoint, auth = gquery.guess_endpoint_uri(query_text, loader)
File "/usr/local/lib/python3.6/site-packages/grlc/gquery.py", line 45, in guess_endpoint_uri
decorators = get_yaml_decorators(rq)
File "/usr/local/lib/python3.6/site-packages/grlc/gquery.py", line 266, in get_yaml_decorators
yaml_string = "\n".join([row.lstrip('#+') for row in rq.split('\n') if row.startswith('#+')])
AttributeError: 'dict' object has no attribute 'split'

This used to work with the latest dev version a few months back.

@c-martinez
Copy link
Collaborator

It looks like the issue might come from how config file is being loaded:

config_filename = os.path.join(os.path.dirname(os.path.realpath(__file__)), 'config.ini')

In the docker image, the config file is not being found, and therefore the local repo is not being found. Will look into it later this week.

@c-martinez
Copy link
Collaborator

Hey @tkuhn -- dev image in dockerhub should work now. The latest image should be fixed when merged to master. I'm assuming you were working with the dev image?

Closing this issue.

@tkuhn
Copy link
Author

tkuhn commented Jul 8, 2019

Yes, works now. Thanks!

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