Chrome extension update - Chrome Web Store system error

纵然是瞬间 提交于 2019-12-18 13:03:17

问题


When i upload an update to my extension on chrome developer dashboard, it is unable to do so and it shows,

An error occurred: Failed to process your item. Chrome Web Store system error, please try again later.

I updated the extension version in the manifest from 0.103 to 0.104, the manifest version is unchanged (2). As i made a change that did not require any extra permission, i did not make any further changes to manifest.json. The only file changed is plugin-min.js

I tested it locally on my computer as well before uploading

contents of my zip file: - icons (folder) - plugin-min.js - manifest.json

The total size of the zip file is 20.6 KB.

Any clue as to what changes are required ?


回答1:


This behaviour seems to happen especially if you're logged in with more than one Google Account at the same time.

Google recommends logging out and back in with the account you want to use to publish your app or extension.

When I try to upload my app to the Chrome Web Store, I get this error: "(Server rejected) An error occurred: please try again later." What gives?

This error occasionally occurs if you've been logged into the Chrome Web Store for a long time. If you sign out of your Google Account and then sign back in, you should be able to upload your app.




回答2:


There appears to be a bug if you have never accepted the terms of service on the Chrome Developer dashboard page. After visiting that page, and accepting the terms, then this error went away for me.



来源:https://stackoverflow.com/questions/25257589/chrome-extension-update-chrome-web-store-system-error

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