Error importing app from backup on wit.ai

我的未来我决定 提交于 2019-12-08 03:02:45

问题


Since this weekend, when I try to create a new app in Wit.ai by importing from a backup just saved from another app I get a blank error message and the new app receive only part of the information from the backup.

Here is the blank error message

Has anyone encoutered the same problem? Any suggestions on why it may be and how to solve it?


回答1:


I kept receiving same error. In my case it had nothing to do with the content and/or formatting and/or encoding of any of *.json files.

Solution that works for me now is:

1) Export zip from any Wit.ai application (Even completely empty)

2) Copy all *.json files that are meant to be uploaded directly to this zip - overwrite or append files as needed

3) Import your app from a backup using this modified zip file




回答2:


If you tamper with the original archive, do not add directory entries to the backup.

zip --no-dir-entries project.zip -r project

adding: project/actions.json (stored 0%)
adding: project/app.json (stored 0%)
adding: project/entities/intent.json (stored 0%)
adding: project/stories.json (stored 0%)

will work.

Adding the directory entry for entities

adding: project/entities/ (stored 0%)

seems to break the importer.




回答3:


I had the exact problems. So if anyone else stumble upon this. Check that your bot is valid and has no empty bookmarks (first issue), recursive errors (had this as well) or similar.



来源:https://stackoverflow.com/questions/40205952/error-importing-app-from-backup-on-wit-ai

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!