Hi,
It has happened several times already that after I execute:
*pio app delete appname*
my PIO installation breaks. Does anybody else have this problem?
Particularly, this time I get the following error during data import:
Traceback (most recent call last):
File "data/import_eventserver.py", line 63, in <module>
import_events(client, args.file)
File "data/import_eventserver.py", line 33, in import_events
properties= { "rating" : float(data[2]) }
File "/usr/local/lib/python2.7/dist-packages/predictionio/__init__.py",
line 247, in create_event
event_time).get_response()
File "/usr/local/lib/python2.7/dist-packages/predictionio/connection.py",
line 111, in get_response
self._response = self.rfunc(tmp_response)
File "/usr/local/lib/python2.7/dist-packages/predictionio/__init__.py",
line 118, in _acreate_resp
(response.error, response.request))
predictionio.NotCreatedError: Exception happened: timed out for request
POST
/events.json?accessKey=XQewLhG4RfqP1zAMH9y3E5c4wd0_vFYRYgQIMX3gxluzNlTI6N_M16z_CjjV9zAY
{'event': 'rate', 'eventTime': '2017-11-13T15:32:24.506+0000',
'entityType': 'user', 'targetEntityId': '31', 'properties': {'rating':
2.5}, 'entityId': '1', 'targetEntityType': 'item'}
/events.json?accessKey=XQewLhG4RfqP1zAMH9y3E5c4wd0_vFYRYgQIMX3gxluzNlTI6N_M16z_CjjV9zAY?event=rate&eventTime=2017-11-13T15%3A32%3A24.506%2B0000&entityType=user&targetEntityId=31&properties=%7B%27rating%27%3A+2.5%7D&entityId=1&targetEntityType=item
This app was working this morning. I deleted it, then created it again and
now I have this error and can't make it work.
Furthermore, when I execute
*curl -i -X GET http://localhost:7070 <http://localhost:7070>*
the terminal just hangs there, it doesn't print any output nor error
messages.
Any help is much appreciated,
Noelia