
georgejecook
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-01-2018
03:06 PM
makefile quickly results in No space left on device
I stopped using eclipse exporter, and opted instead to use the makefile to deploy my roku app. deploy get's slower and slower each time then eventually fails with the message "No space left on device".
I then need to turn off/on..
wth is this about?
I then need to turn off/on..
wth is this about?
George Cook
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook
Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook
Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
6 REPLIES 6

Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018
03:07 AM
Re: makefile quickly results in No space left on device
This has been my experience over the past few months (?) just manually zipping and side-loading, slower and slower until inevitably "no space on device" error, need to do "system restart".

georgejecook
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018
04:18 PM
Re: makefile quickly results in No space left on device
yep. exactly the same here - in my case it was worse because I didn't have the correct excludes so the zip was bigger and had zip files in it.
George Cook
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook
Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook
Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework

georgejecook
Streaming Star
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018
07:56 PM
Re: makefile quickly results in No space left on device
I'm also noticing that it does it way more (almost every time), if sideloading while the app is in a breakpoint, especially on another thread
trying to remember to q out the console before I start off another build 🙂
trying to remember to q out the console before I start off another build 🙂
George Cook
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook
Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
https://georgejecook.github.io/
https://linkedin.com/in/georgejecook/
Roku developers slack group (https://join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA) : georgejecook
Contact me on roku developer slack group, or via pm to discuss consultancy/work opportunities/rooibos unit testing framework
joetesta
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-02-2018
10:07 PM
Re: makefile quickly results in No space left on device
I hadn't been experiencing this while developing on an Ultra but today I'm working on a Roku 3 and running into this issue.
aspiring
cathyhuang
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2018
01:06 PM
Re: makefile quickly results in No space left on device
I got the same issue using sublime text exporter. Developing on Roku Express... had to restart the system but I would like to try using makefile to deploy.

Komag
Roku Guru
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-26-2018
05:21 AM
Re: makefile quickly results in No space left on device
BTW, I've adopted the habit of first deleting the existing channel, then sideloading the new version, and I haven't had the issue ever again. It's possible the issue was fixed via firmware and my actions are only coincidental, but it made sense to me that it would help.