You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Buenos dias al querer subir un archivo al data store. el portal me aroja un error 500, aparentemente por quenoe estaria bien definida la url. intente cambiar del puerto 80 al 8080 y al 8800 y da el mismo
The text was updated successfully, but these errors were encountered:
Hola @poligarcia, esto me devuelve el comando
root@1809e58c7aef:/usr/lib/ckan/datapusher/bin# ./datapusher
Traceback (most recent call last):
File "./datapusher", line 11, in
load_entry_point('datapusher', 'console_scripts', 'datapusher')()
File "/usr/lib/ckan/datapusher/local/lib/python2.7/site-packages/pkg_resources/init.py", line 480, in load_entry_point
return get_distribution(dist).load_entry_point(group, name)
File "/usr/lib/ckan/datapusher/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2691, in load_entry_point
return ep.load()
File "/usr/lib/ckan/datapusher/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2322, in load
return self.resolve()
File "/usr/lib/ckan/datapusher/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2328, in resolve
module = import(self.module_name, fromlist=['name'], level=0)
File "/usr/lib/ckan/datapusher/src/datapusher/datapusher/main.py", line 3, in
import ckanserviceprovider.web as web
File "/usr/lib/ckan/datapusher/local/lib/python2.7/site-packages/ckanserviceprovider/web.py", line 13, in
import flask.ext.login as flogin
ImportError: No module named ext.login
root@1809e58c7aef:/usr/lib/ckan/datapusher/bin#
Buenos dias al querer subir un archivo al data store. el portal me aroja un error 500, aparentemente por quenoe estaria bien definida la url. intente cambiar del puerto 80 al 8080 y al 8800 y da el mismo

The text was updated successfully, but these errors were encountered: