Convert a Roku project to BrighterScript

Поделиться
HTML-код
  • Опубликовано: 24 дек 2024

Комментарии • 7

  • @varuna8811
    @varuna8811 Год назад +1

    Nice one

  • @JulianDavidToroMedina
    @JulianDavidToroMedina Год назад +2

    I'm getting this error when deploying via terminal:
    bsc --deploy --host $ROKU_DEV_TARGET --password $DEVPASSWORD --root-dir hello-world/source/
    Deploying package to
    Error: socket hang up
    at connResetException (node:internal/errors:717:14)
    at Socket.socketOnEnd (node:_http_client:519:23)
    at Socket.emit (node:events:524:35)
    at endReadableNT (node:internal/streams/readable:1359:12)
    at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
    code: 'ECONNRESET'
    }
    Do you know how can I solve it? Thanks!

    • @BronleyPlumb
      @BronleyPlumb Год назад +1

      I just tested that command and it seems to be working for me. Can you check for updates on your Roku and reboot it?

  • @NoobPlayValo
    @NoobPlayValo 10 месяцев назад

    hi i am new to bright script I am unable to setup the brightscript in vscode and how to execute a simple code .

    • @rokucommunity
      @rokucommunity  10 месяцев назад

      Try out one of the RokuCommunity sample projects first and see if you can get that running. They're simple and don't require any extra setup. github.com/rokucommunity/sample-projects
      If you're still having trouble, feel free to reach out on the RokuCommunity slack. There's usually someone there who can help figure out what's wrong as long as you can explain what you've tried already. join.slack.com/t/rokudevelopers/shared_invite/zt-4vw7rg6v-NH46oY7hTktpRIBM_zGvwA

  • @tonynow
    @tonynow Год назад

    do yo have a roku streaming app templae i can buy from you?

    • @rokucommunity
      @rokucommunity  Год назад +1

      Sorry, we don't have anything like that. You can check out some sample projects here: github.com/rokucommunity/sample-projects or you can look over the Jellyfin Roku project for a full working app: jellyfingithub.com/jellyfin/jellyfin-roku project