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
All engines in the shared backend use the same cache directory /srv/thingengine/cache, but they each initialize it's own ModuleDownloader which will try to download skills into it. This can cause issues (race conditions) when skills are upgraded.
It's likely the cause of stanford-oval/thingpedia-api#185 where one device was too new in the cache (version higher than the version available in thingpedia)
The text was updated successfully, but these errors were encountered:
All engines in the shared backend use the same cache directory /srv/thingengine/cache, but they each initialize it's own ModuleDownloader which will try to download skills into it. This can cause issues (race conditions) when skills are upgraded.
It's likely the cause of stanford-oval/thingpedia-api#185 where one device was too new in the cache (version higher than the version available in thingpedia)
The text was updated successfully, but these errors were encountered: