Giter Site home page Giter Site logo

Comments (1)

belltown avatar belltown commented on August 17, 2024

I think I see what happened here.

Your Roku "project directory" should be a folder containing all the code and data you will be uploading to your Roku device -- and ONLY the code and data you will be uploading to your Roku. The contents of your project directory should include your "source" directory, "components" directory, and "manifest" file, etc. The roku-develop Atom package will create a zip file of the contents of your project directory and upload it to your Roku.

You therefore need to create a directory specific to your Roku project, and place your "components", "source", "manifest" file, etc. in that directory.

It looks like you have put your Roku project files directly in your Windows user home directory: "C:\Users\38097". This will result in your entire Windows user home directory being uploaded to your Roku. In this case, roku-develop crashes when trying to add "Application Data" to the zip file because of some Windows weirdness where that folder isn't a real folder but a "Junction" referencing its parent folder.

Instead, create a directory such as "C:\Users\38097\RokuChannel", and in this directory place your "components", "source", manifest", etc.

Sorry for the the inconvenience. If I come up with a new version of roku-develop, I'll put in some more user-friendly error-handling to deal with that case.

from roku-develop.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.