Sponsored

tjrivian

Well-Known Member
Joined
Oct 4, 2024
Threads
9
Messages
211
Reaction score
184
Location
san diego
Vehicles
Tesla Model X
@dfacto I spun this up via docker, but I'm getting the following error. Any idea what might be causing this and how to fix it?


Code:
PermissionError: [Errno 13] Permission denied: '/app/cache/users'
Traceback (most recent call last):
  File "/app/main.py", line 54, in <module>
    from cache import (
  File "/app/cache.py", line 26, in <module>
    USERS_DIR.mkdir(exist_ok=True)
  File "/usr/lib/python3.12/pathlib.py", line 1313, in mkdir
    os.mkdir(self, mode)
PermissionError: [Errno 13] Permission denied: '/app/cache/users'
Traceback (most recent call last):
  File "/app/main.py", line 54, in <module>
    from cache import (
  File "/app/cache.py", line 26, in <module>
    USERS_DIR.mkdir(exist_ok=True)
  File "/usr/lib/python3.12/pathlib.py", line 1313, in mkdir
    os.mkdir(self, mode)
PermissionError: [Errno 13] Permission denied: '/app/cache/users'
Traceback (most recent call last):
  File "/app/main.py", line 54, in <module>
Sponsored

 

tjrivian

Well-Known Member
Joined
Oct 4, 2024
Threads
9
Messages
211
Reaction score
184
Location
san diego
Vehicles
Tesla Model X
How does one cast to the Rivian when the server running netv is on a home network behind a router/firewall. I can make a vpn connection on my phone into my home network, but then I don't think I can cast that to the Rivian, because the Rivian will not be on that vpn. Is there someway to workaround this?
 

godfodder0901

Well-Known Member
First Name
Jared
Joined
Mar 12, 2019
Threads
27
Messages
5,749
Reaction score
10,139
Location
Washington
Vehicles
2022 Rivian R1T LE
How does one cast to the Rivian when the server running netv is on a home network behind a router/firewall. I can make a vpn connection on my phone into my home network, but then I don't think I can cast that to the Rivian, because the Rivian will not be on that vpn. Is there someway to workaround this?
Expose the server to the internet.
 
OP
OP
dfacto

dfacto

Well-Known Member
Joined
Dec 21, 2023
Threads
3
Messages
61
Reaction score
61
Location
SF Bay Area
Vehicles
R1S, Volvo XC60 T8 Recharge
Occupation
Research Scientist
@dfacto I spun this up via docker, but I'm getting the following error. Any idea what might be causing this and how to fix it?


Code:
PermissionError: [Errno 13] Permission denied: '/app/cache/users'
Traceback (most recent call last):
  File "/app/main.py", line 54, in <module>
    from cache import (
  File "/app/cache.py", line 26, in <module>
    USERS_DIR.mkdir(exist_ok=True)
  File "/usr/lib/python3.12/pathlib.py", line 1313, in mkdir
    os.mkdir(self, mode)
PermissionError: [Errno 13] Permission denied: '/app/cache/users'
Traceback (most recent call last):
  File "/app/main.py", line 54, in <module>
    from cache import (
  File "/app/cache.py", line 26, in <module>
    USERS_DIR.mkdir(exist_ok=True)
  File "/usr/lib/python3.12/pathlib.py", line 1313, in mkdir
    os.mkdir(self, mode)
PermissionError: [Errno 13] Permission denied: '/app/cache/users'
Traceback (most recent call last):
  File "/app/main.py", line 54, in <module>
Apologies for the bug. This should be fixed now; do a git pull.
 

Sponsored

tjrivian

Well-Known Member
Joined
Oct 4, 2024
Threads
9
Messages
211
Reaction score
184
Location
san diego
Vehicles
Tesla Model X
Apologies for the bug. This should be fixed now; do a git pull.
Thanks. Did a git pull and redployed and it's now working! Putting in my xtream source didn't work automatically though, I had to click each of these 3 refresh buttons manually. I also originaly set "max_streams = 2", but then changed it to 0 before clicking the refresh buttons, so not sure whether that had any impact or not.

Rivian R1T R1S Casting HDHomeRun / IPTV to Rivian display screen - my solution 1767599357349-1n


Anyway, looks great so far though! I was able to stream a few different channels. Need to figure out the best way to prune the massive list of channels down to something manageable.

Is there any way to set the timezone?
 

godfodder0901

Well-Known Member
First Name
Jared
Joined
Mar 12, 2019
Threads
27
Messages
5,749
Reaction score
10,139
Location
Washington
Vehicles
2022 Rivian R1T LE
OP
OP
dfacto

dfacto

Well-Known Member
Joined
Dec 21, 2023
Threads
3
Messages
61
Reaction score
61
Location
SF Bay Area
Vehicles
R1S, Volvo XC60 T8 Recharge
Occupation
Research Scientist
Thanks. Did a git pull and redployed and it's now working! Putting in my xtream source didn't work automatically though, I had to click each of these 3 refresh buttons manually. I also originaly set "max_streams = 2", but then changed it to 0 before clicking the refresh buttons, so not sure whether that had any impact or not.

1767599357349-1n.webp


Anyway, looks great so far though! I was able to stream a few different channels. Need to figure out the best way to prune the massive list of channels down to something manageable.

Is there any way to set the timezone?
Sorry about the bugs. Can you file an issue for these?
 

Sponsored

OP
OP
dfacto

dfacto

Well-Known Member
Joined
Dec 21, 2023
Threads
3
Messages
61
Reaction score
61
Location
SF Bay Area
Vehicles
R1S, Volvo XC60 T8 Recharge
Occupation
Research Scientist
I also don't see the cast button on the bottom right of the video playing screen. Is there anything that needs to be done to enable casting?

1767601563640-fi.webp
You can only cast if your server is https. (Blame google--nothing I can do about it)
 

tjrivian

Well-Known Member
Joined
Oct 4, 2024
Threads
9
Messages
211
Reaction score
184
Location
san diego
Vehicles
Tesla Model X
Sorry about the bugs. Can you file an issue for these?
Sure I will file an issue on the github for needing to do the manual refresh. I figured out how to do the timezone, no issue there.
 

tjrivian

Well-Known Member
Joined
Oct 4, 2024
Threads
9
Messages
211
Reaction score
184
Location
san diego
Vehicles
Tesla Model X
You can only cast if your server is https. (Blame google--nothing I can do about it)
My server is https. First time I've ever done that, but I jumped through all the hoops to setup a cloudflare tunnel, nginx proxy, install a cert, etc. When accessing my server, chrome shows it's a secure site - so I'm pretty confident that https is setup properly. But even so, I'm not getting the chromecast button on the playing video. I can use chrome "tab casting" and it works, but that's not really useful for video due to low quality/framerate.
 
OP
OP
dfacto

dfacto

Well-Known Member
Joined
Dec 21, 2023
Threads
3
Messages
61
Reaction score
61
Location
SF Bay Area
Vehicles
R1S, Volvo XC60 T8 Recharge
Occupation
Research Scientist
My server is https. First time I've ever done that, but I jumped through all the hoops to setup a cloudflare tunnel, nginx proxy, install a cert, etc. When accessing my server, chrome shows it's a secure site - so I'm pretty confident that https is setup properly. But even so, I'm not getting the chromecast button on the playing video. I can use chrome "tab casting" and it works, but that's not really useful for video due to low quality/framerate.
In that case Im stumped. It does work for me... Ill poke around and try to see whats up. If you can have Claude help you debug it that'd be even easier. (Its very very hard to guess what could be all the issues on a remote system. Or put differently, Ive already made my best guesses.)
 
OP
OP
dfacto

dfacto

Well-Known Member
Joined
Dec 21, 2023
Threads
3
Messages
61
Reaction score
61
Location
SF Bay Area
Vehicles
R1S, Volvo XC60 T8 Recharge
Occupation
Research Scientist
neTV now supports AI upscaling! (Its a WIP; the results are mixed.)
Sponsored

 
 








Top