jsink
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2010
10:12 AM
Error message when adding channel
I am trying to add a channel through the ROKU developer page and I keep getting the same error message which is;
Changes could not be saved. If the problem persists, please exit and restart your browser, then try again.
Changes could not be saved. If the problem persists, please exit and restart your browser, then try again.
5 REPLIES 5
Shlepzig
Newbie
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2010
11:32 AM
Adding Channel Errors
I got this several times when I tried to wrap the files using zip straight through.
When I switched to using the makefile system it worked fine.
I was doing this through Linux (Ubuntu 9.10) so I chokked it up to that.
-Shlep'
When I switched to using the makefile system it worked fine.
I was doing this through Linux (Ubuntu 9.10) so I chokked it up to that.
-Shlep'
jsink
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2010
02:46 PM
Thanks
I will try. Thanks.

RokuKevin
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2010
10:46 AM
Re: Error message when adding channel
It is important to maintain the proper file layout in your zip file, otherwise your zip will not load properly.
The root level of the zip must include a manifest file, and images and source directories like so:
manifest images source
A common problem when creating the zip is including a top-level directory in the root of the zip like this:
top-level-dir-name
manifest images source
Please be sure to double check your zip file layout on zips that fail to load.
--Kevin
The root level of the zip must include a manifest file, and images and source directories like so:
manifest images source
A common problem when creating the zip is including a top-level directory in the root of the zip like this:
top-level-dir-name
manifest images source
Please be sure to double check your zip file layout on zips that fail to load.
--Kevin
pbnj
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2010
12:42 AM
Re: Error message when adding channel
Just a followup, a bad zip file format also can be the cause of that error message on the screen when trying to load the channel store (I forgot it exactly, but something about the channel cannot be installed at this time). This can be discovered through the debug console.
BrianD
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2010
08:29 PM
Re: Error message when adding channel
I'm developing our channel on my Mac OS X Snow Leopard and Windows 7 machines. I manually run the zip command outlined in the makefile from the example channels.
On Mac OS X, I go into Terminal and navigate to the folder that contains my manifest file, images directory and source directory. Then I type in the following:
On Mac OS X that . at the end is necessary. I've had no problems since figuring that out. 🙂
Windows is hit or miss as it depends on which zip utility you have installed.
On Mac OS X, I go into Terminal and navigate to the folder that contains my manifest file, images directory and source directory. Then I type in the following:
zip -9 -r appname.zip .
On Mac OS X that . at the end is necessary. I've had no problems since figuring that out. 🙂
Windows is hit or miss as it depends on which zip utility you have installed.
Brian DeWitt
e. brian@thehighwaygirl
w. http://thehighwaygirl.com
t. http://twitter.com/briandewitt
e. brian@thehighwaygirl
w. http://thehighwaygirl.com
t. http://twitter.com/briandewitt