SoftwareAG / cumulocity-devicemanagement-docker-example

Cumulocity Example for a Thin Edge based application on Docker
Apache License 2.0
3 stars 1 forks source link

Agent crashes fetching EPL Models #1

Closed switschel closed 3 years ago

switschel commented 3 years ago

2020-11-20 17:55:00,227 - deviceAgent - ERROR - The following error occured: Traceback (most recent call last): File "run.py", line 97, in start() File "run.py", line 55, in start streamingAnalytics.modelSync.models() File "/home/pi/cumulocity-thinedge-example/Agents/streamingAnalytics/modelSync.py", line 18, in models models = API.epl.getModels() File "/home/pi/cumulocity-thinedge-example/Agents/API/epl.py", line 34, in getModels raise Exception Exception

Suggestions: This could should be handled by modelSync.py and should not lead to crashing the whole Agent.

mbay-ODW commented 3 years ago

Can confirm, will commit fix.