alecmev / trimless-gmail

Automatically shows trimmed content in Google Mail™
MIT License
14 stars 6 forks source link

Stopped working again in chrome #41

Closed ShellySachs closed 5 years ago

ShellySachs commented 5 years ago

Here is the error message:

Unrecognized manifest key applications

{ "applications": { "gecko": { "id": "trimless@jeremejevs.com" } }, "background": { "persistent": false, "scripts": [ "vendor/tinycolor-1.4.1.min.js", "background.js" ] }, "content_scripts": [ { "js": [ "vendor/jquery-3.3.1.min.js", "contentScript.js" ], "matches": [ "https://mail.google.com/mail/*" ], "run_at": "document_start" } ], "description": "Automatically shows trimmed content in Google Mail™.", "icons": { "128": "images/icon-128.png", "16": "images/icon-16.png", "48": "images/icon-48.png" }, "key": "MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQCq2+Jg/3mM/9KELc+n31TgvoSp1eTiLcOtgKMGqf9PQsPKcKBN6EFib8ZN8wQuvtdOiFdxuooiR+17yMsWUU/wxp8pu2tyyb611MirNFQTd5jdw6GjEz+nFPvJ9ik4Vs1Xnxi9sohd4Eo5hIiThfQWu9DffUXlS7WYSesURa70oQIDAQAB", "manifest_version": 2, "name": "Trimless for Google Mail™", "options_ui": { "chrome_style": true, "page": "options.html" }, "page_action": { "default_icon": { "19": "images/icon-action-19.png", "38": "images/icon-action-38.png" }, "default_title": "Trimless" }, "permissions": [ "storage" ], "short_name": "Trimless Gmail", "update_url": "https://clients2.google.com/service/update2/crx", "version": "1.11.1" }

alecmev commented 5 years ago

Sorry, can't reproduce. I have Chromium 75.0.3770.90 and it's working fine, installed as usual from the store. This error in particular isn't an error, but rather a warning, and shouldn't prevent the extension from working. Where do you see it? And how did this happen, when opening your browser after an update or something of that sort? What's the version of your Chrome?

ShellySachs commented 5 years ago

Using 75.0.3770.90 (Official Build) (32-bit). It was working absolutely fine until a couple of days ago. The first time it happened, I clicked to update the app, restarted the browser, and it worked for the rest of the session (or I didn't notice otherwise). But today, nothing. Tried everything on two different machines.

The error message comes from the extension page (see screen shots). It shows up when I click on "error".

Any ideas?

Regards, Shelly

On Fri, Jun 14, 2019 at 1:08 PM Olegs Jeremejevs notifications@github.com wrote:

Sorry, can't reproduce. I have Chromium 75.0.3770.90 and it's working fine, installed as usual from the store. This error in particular isn't an error, but rather a warning, and shouldn't prevent the extension from working. Where do you see it? And how did this happen, when opening your browser after an update or something of that sort? What's the version of your Chrome?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeremejevs/trimless-gmail/issues/41?email_source=notifications&email_token=AJH6EJRMPB3MWWDSJGFVTUDP2PF4XA5CNFSM4HYJCLF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXXM6XI#issuecomment-502189917, or mute the thread https://github.com/notifications/unsubscribe-auth/AJH6EJWMJA3ZJSQV736MUHTP2PF4XANCNFSM4HYJCLFQ .

alecmev commented 5 years ago

Have you tried removing the extension, and installing it anew? This is a really bizarre issue. Do you have any other extensions? Are they working fine? And I don't see the screenshots, it's probably because Github won't display email attachments.

ShellySachs commented 5 years ago

I just removed and reinstalled. Still not working. Interestingly, Nimbus Screenshot (another great extension) was also not working. I also removed and reinstalled it. It is now functioning again. I posted the screenshots to a DropBox folder ( https://www.dropbox.com/sh/awq7owlwneqyklf/AABVpR1lsMuODCDPUQaZqw_ka?dl=0). You can access them that way. Regards, Shelly

On Fri, Jun 14, 2019 at 1:33 PM Olegs Jeremejevs notifications@github.com wrote:

Have you tried removing the extension, and installing it anew? This is a really bizarre issue. Do you have any other extensions? Are they working fine? And I don't see the screenshots, it's probably because Github won't display email attachments.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeremejevs/trimless-gmail/issues/41?email_source=notifications&email_token=AJH6EJRPLK4F36PMERBX7UDP2PI2XA5CNFSM4HYJCLF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXXO6SA#issuecomment-502198088, or mute the thread https://github.com/notifications/unsubscribe-auth/AJH6EJTHNVTMMCGUC2TXSQ3P2PI2XANCNFSM4HYJCLFQ .

alecmev commented 5 years ago

Thanks for the screenshots. "Unrecognized manifest key" is a warning, the other two are errors, but seem to be just symptoms of the fact that something is broken, not the cause. This thread makes me think that it may be a conflict with another extension you have. Can you, please, try disabling all the other extensions, restarting the browser, and checking whether the problem persists?

ShellySachs commented 5 years ago

Did that and located the offender: F.B.(FluffBusting)Purity 29.0.1.0 . Too bad. The app keeps Facebook cleaner and ad free. I will let that developer know about the conflict. Regards, Shelly

On Fri, Jun 14, 2019 at 2:29 PM Olegs Jeremejevs notifications@github.com wrote:

Thanks for the screenshots. "Unrecognized manifest key" is a warning, the other two are errors, but seem to be just symptoms of the fact that something is broken, not the cause. This thread https://github.com/igrigorik/videospeed/issues/339 makes me think that it may be a conflict with another extension you have. Can you, please, try disabling all the other extensions, restarting the browser, and checking whether the problem persists?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/jeremejevs/trimless-gmail/issues/41?email_source=notifications&email_token=AJH6EJRFM2TXAAIAH7AVUPTP2PPO7A5CNFSM4HYJCLF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXXTNSA#issuecomment-502216392, or mute the thread https://github.com/notifications/unsubscribe-auth/AJH6EJWSCJMCL3G7DMRTPJTP2PPO7ANCNFSM4HYJCLFQ

alecmev commented 5 years ago

I see, thanks for testing. Has the developer responded?