Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome extension update - Chrome Web Store system error

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 ?

like image 912
Dhruv Balhara Avatar asked Aug 12 '14 06:08

Dhruv Balhara


People also ask

How do I fix this extension violates the Chrome Web Store policy?

If an extension is flagged for violation of Chrome Web Store policy, you cannot install or enable it again on your Chrome. Google does not allow this. If using an extension that has been blocked by Google is critical for you, you can switch to the Chromium browser.

Why can I not access the Chrome Web Store?

See Turn on Chrome browser management. Make sure that the Chrome Web Store service is turned on. Otherwise, your users can't access the Chrome Web Store to browse or install apps and extensions, including ones that you allow. By default, the Chrome Web Store service is turned off in some Education domains.

How do I update Chrome Web Store?

To upgrade your item, use the Chrome Developer Dashboard. To upgrade an existing Chrome Web Store item, you need to upload a new zip file for your item, including all changed and unchanged files; update any changed metadata for your listing; and submit the item for a new review.


2 Answers

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.

like image 136
klotz Avatar answered Sep 28 '22 02:09

klotz


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.

like image 25
Baxissimo Avatar answered Sep 28 '22 03:09

Baxissimo