Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home for chromium.org
« Groups Home
Package is invalid. Details: 'illegal path (absolute or relative with '..')
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Hans  
View profile  
 More options Oct 25 2012, 12:53 pm
From: Hans <hansi...@gmail.com>
Date: Thu, 25 Oct 2012 09:53:35 -0700 (PDT)
Local: Thurs, Oct 25 2012 12:53 pm
Subject: Package is invalid. Details: 'illegal path (absolute or relative with '..')

A small number of users of my extension are getting the following error
message when installing it from the Web Store:

*Package is invalid. Details: 'illegal path (absolute or relative with
'..'):/images/icon_19x19_disabled.png'*

This error maps to the following line in the extension's manifest file:

*    "default_icon": "/images/icon_19x19_disabled.png",
*

The common thread seems to be that these users are all running Chrome v
23.0.1271.xx.

I could not reproduce the issue on v24.0.1306.1 canary. In fact, removing
the leading slash from all icon references in the manifest file resulted in
an "Invalid Manifest file" error upon installation of the extension.

What are the rules with respect to the format of extension file references
in the manifest, and are there any known issues related to the above error?

Thanks for any insight you may be able to offer.

Sincerely,
Hans Meyer


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Ronald Brown  
View profile  
 More options Oct 27 2012, 6:11 pm
From: Ronald Brown <rbrown...@gmail.com>
Date: Sat, 27 Oct 2012 15:11:04 -0700 (PDT)
Local: Sat, Oct 27 2012 6:11 pm
Subject: Re: Package is invalid. Details: 'illegal path (absolute or relative with '..')

png or PNG I have had problems with


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zane Claes  
View profile  
 More options Nov 8 2012, 11:33 am
From: Zane Claes <zanecl...@gmail.com>
Date: Thu, 8 Nov 2012 08:33:43 -0800 (PST)
Local: Thurs, Nov 8 2012 11:33 am
Subject: Re: Package is invalid. Details: 'illegal path (absolute or relative with '..')

I'm also having this problem. Did you end up finding a fix?

- Zane


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
peegee  
View profile  
 More options Nov 12 2012, 12:45 pm
From: peegee <tgtw...@gmail.com>
Date: Mon, 12 Nov 2012 09:45:01 -0800 (PST)
Local: Mon, Nov 12 2012 12:45 pm
Subject: Re: Package is invalid. Details: 'illegal path (absolute or relative with '..')

Same problem here - only on some chrome users.  Majority are fine.

"Package is invalid. Details: 'Illegal path (absolute or relative with
'..'): '/icons/actions/1.png''.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob  
View profile  
 More options Nov 13 2012, 9:34 am
From: Rob <rob...@robertpataki.com>
Date: Tue, 13 Nov 2012 06:34:10 -0800 (PST)
Local: Tues, Nov 13 2012 9:34 am
Subject: Re: Package is invalid. Details: 'illegal path (absolute or relative with '..')

Same problem here, has anyone found a solution to this bug yet?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob  
View profile  
 More options Nov 13 2012, 10:24 am
From: Rob <rob...@robertpataki.com>
Date: Tue, 13 Nov 2012 07:24:32 -0800 (PST)
Local: Tues, Nov 13 2012 10:24 am
Subject: Re: Package is invalid. Details: 'illegal path (absolute or relative with '..')

Same problem here...

I've been trying to figure out what causes this bug for about an hour now,
but haven'd been able to crack it yet :/

Canary (25.0.1323.1 canary) works just fine with a freshly updated
extension of mine
(https://chrome.google.com/webstore/detail/fontier/dkbamaalakfhckcidgi...)
but Chrome (23.0.1271.64) doesn't like it.

I've tried to change the path to the 'default_icon' to various different
values, but all I got was 'Package is invalid' and 'Invalid Manifest'.

It seems that this bug is in Chrome and it's been there for about 3 weeks
now, which really is not good :)

Dear Chrome, get well soon!

Sincerely Yours,
Rob


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Zane Claes  
View profile  
 More options Nov 13 2012, 6:31 pm
From: Zane Claes <zanecl...@gmail.com>
Date: Tue, 13 Nov 2012 15:31:49 -0800 (PST)
Local: Tues, Nov 13 2012 6:31 pm
Subject: Re: Package is invalid. Details: 'illegal path (absolute or relative with '..')

Apparently the bug has to do with the preceding slash. Before, both
variations worked, but now only "icons/actions/img.png" works (NOT
"/icons/actions/img.png")


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hans  
View profile  
 More options Nov 13 2012, 7:45 pm
From: Hans <hansi...@gmail.com>
Date: Tue, 13 Nov 2012 16:45:54 -0800 (PST)
Local: Tues, Nov 13 2012 7:45 pm
Subject: Re: Package is invalid. Details: 'illegal path (absolute or relative with '..')

Interestingly, though, removing the preceding slash yields an "Invalid
Manifest file" error on a more recent Chrome version (v24.0.1306.1 canary; refer
to my original post in this thread).

Also just tested again WITH leading slashes against Chrome 25.0.1324.0
canary and it works fine.

I would try to elevate this, but this bug is already in the Chrome
production version and seems to be fixed in subsequent versions, so it may
just be a matter of waiting out the next release?

Hans


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob  
View profile  
 More options Nov 15 2012, 7:35 pm
From: Rob <rob...@robertpataki.com>
Date: Thu, 15 Nov 2012 16:35:21 -0800 (PST)
Local: Thurs, Nov 15 2012 7:35 pm
Subject: Re: Package is invalid. Details: 'illegal path (absolute or relative with '..')

Hi,

It is the trailing slash indeed. Strange that the Chrome team changed such
a thing without documenting it.
It took me ages to figure it out because I didn't realise that the server
doesn't update the extension straight away and I was always looking at
older versions with the errors...

I wrote a blog post about my journey and the solution, I hope it helps
others and saves some time:
http://heartcode.github.com/blog/2012/11/15/fixing-the-trailing-slash...

Cheers,
Rob


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Hans  
View profile  
 More options Nov 19 2012, 12:00 pm
From: Hans <hansi...@gmail.com>
Date: Mon, 19 Nov 2012 09:00:28 -0800 (PST)
Local: Mon, Nov 19 2012 12:00 pm
Subject: Re: Package is invalid. Details: 'illegal path (absolute or relative with '..')

Good work Rob. Thanks to your persistence, I revisited this while heeding
your caveats and found that this is working for me as well now.

I was aware of the potential web store deployment delay, but I guess I
wasn't diligent in checking the version of the extension I was downloading
because the adjusted manifest file (no leading slashes in icon paths) seems
to be working fine in 25.0.1329.0 canary according to my latest test.
However, I do think this was an unintentional update to Chrome because
versions subsequent to 23.0.1271.xx do work with the leading slash paths.

Hans


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Rob  
View profile  
 More options Nov 22 2012, 7:34 pm
From: Rob <rob...@robertpataki.com>
Date: Thu, 22 Nov 2012 16:34:53 -0800 (PST)
Local: Thurs, Nov 22 2012 7:34 pm
Subject: Re: Package is invalid. Details: 'illegal path (absolute or relative with '..')

Hello Hans,

I am glad we could solve this stubborn issue :)

I am not sure if there is any difference between Canary and Chrome but for
sure the caching of the server (and the browser) doesn't help much when
you're trying to see your latest extension update with the most updated
manifest file...

I believe this was not an intentional update of Chrome.

Anyway, I am glad we could sort it out and I hope that I could be any help
:)

Take care,
Rob  


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »