We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Without login, "Public reports" (https://compare.vo.elte.hu/hub/worksheets) gives error:
KeyError at /hub/worksheets 'username' Request Method: GET Request URL: http://kooplex1/hub/worksheets Django Version: 1.9 Exception Type: KeyError Exception Value: 'username' Exception Location: /kooplexhub/kooplexhub/kooplex/lib/dashboards.py in list_dashboards, line 162 Python Executable: /usr/bin/python3 Python Version: 3.5.2 Python Path: ['/usr/local/lib/python3.5/dist-packages/git/ext/gitdb', '/kooplexhub/kooplexhub', '/usr/lib/python35.zip', '/usr/lib/python3.5', '/usr/lib/python3.5/plat-x86_64-linux-gnu', '/usr/lib/python3.5/lib-dynload', '/usr/local/lib/python3.5/dist-packages', '/usr/lib/python3/dist-packages', '/usr/local/lib/python3.5/dist-packages/gitdb/ext/smmap'] Server time: Fri, 5 May 2017 07:45:31 -0500
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Without login, "Public reports" (https://compare.vo.elte.hu/hub/worksheets) gives error:
KeyError at /hub/worksheets
'username'
Request Method: GET
Request URL: http://kooplex1/hub/worksheets
Django Version: 1.9
Exception Type: KeyError
Exception Value:
'username'
Exception Location: /kooplexhub/kooplexhub/kooplex/lib/dashboards.py in list_dashboards, line 162
Python Executable: /usr/bin/python3
Python Version: 3.5.2
Python Path:
['/usr/local/lib/python3.5/dist-packages/git/ext/gitdb',
'/kooplexhub/kooplexhub',
'/usr/lib/python35.zip',
'/usr/lib/python3.5',
'/usr/lib/python3.5/plat-x86_64-linux-gnu',
'/usr/lib/python3.5/lib-dynload',
'/usr/local/lib/python3.5/dist-packages',
'/usr/lib/python3/dist-packages',
'/usr/local/lib/python3.5/dist-packages/gitdb/ext/smmap']
Server time: Fri, 5 May 2017 07:45:31 -0500
The text was updated successfully, but these errors were encountered: