-
Notifications
You must be signed in to change notification settings - Fork 153
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
Datapusher: 500 Server Error #166
Comments
@Thekings2468, how did you solve this problem? |
Hi, I'm Francesco Venuto, I work for Corvallis SPA at Caltagirone, Italy. Target WSGI script '/etc/ckan/datapusher.wsgi' can not be loaded as Python module. You have to check if the modules Flask and Flask_login are installed and if necessary install them: pip uninstall flask (if is installed in other version) pip install flask-login then you have to check the file /ckanserviceprovider/web.py (possible path): and replace: import flask.ext.login as flogin with: import flask_login as flogin because flask.ext.login is obsolete finally restart datastore and ckan sudo a2ensite datapusher I hope you have been helpful Francesco Venuto |
It works! Thank you :) |
I got through the steps @francescoVenuto suggested while googling, but you have to enter datapusher's own virtualenv and execute the pip commands for it to work. |
Thank you very much Franchesco!! I have been crazy wontted a solution. |
Hi I running CKAN 2.8.2 and flask 0.12.4 and am getting the same error. Any ideas of what else could cause the issue. |
@JudyMor have you considered switching to ckanext-xloader? datapusher is not being maintained afaict. |
Hi when i trying to use datastore im getting this error, any resolution ? |
Hello, so it's my first time using CKAN and I followed the CKAN doc (package installation) to install it on a VPS over SSH (Ubuntu 14.04 LTS). I did all the steps but when I was to use datapusher in the CKAN site it gave me an error
Upload error: An Error occurred while sending the job: 500 Server Error: Internal Server Error for url: http://127.0.0.1:8800/job
I search for a solution but I can't find anyone with the same problem as mine. DataStore API worked so I think the problem resides in Datapusher itself.
Another thing is that
curl 0.0.0.0:8800
gives me this error aswell (500 Internal Error in html).Stacktrace:
I have followed the steps here as the error is the same, but it didn't work (even by restarting apache2 and nginx).
The text was updated successfully, but these errors were encountered: