• Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below
  • Forum
  • Website
  • GitHub
  • Status
  • Translation
  • Features
  • Team
  • Rules
  • Help
  • Feeds
User Links
  • Login
  • Register
  • Login Register
    Login
    Username/Email:
    Password:
    Or login with a social network below

    Useful Links Forum Website GitHub Status Translation Features Team Rules Help Feeds
    Jellyfin Forum Support Troubleshooting SOLVED: Android app doesn't load anymore. Plus web address changed after update

    Pages (5): « Previous 1 2 3 4 5 Next »

     
    • 0 Vote(s) - 0 Average

    SOLVED: Android app doesn't load anymore. Plus web address changed after update

    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #21
    2024-05-14, 08:47 PM
    You cannot downgrade back to 10.8. Waaaaaay too many changes to the database and various other files. You'd have to restore from a backup.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    ovingiv
    Offline

    Junior Member

    Posts: 32
    Threads: 4
    Joined: 2023 Nov
    Reputation: 0
    #22
    2024-05-14, 08:57 PM
    (2024-05-14, 08:47 PM)TheDreadPirate Wrote: You'd have to restore from a backup.

    Which I don't have unfortunately. It's working enough for me and my brother to use. Haven't checked the roku though so hopefully that's still working. If it comes down to it I'll uninstall and purge Jellyfin and reinstall with the 10.8.13 deb package I downloaded.
    My Home Lab

    Jellyfin, Pterodactyl, H@H.

    CPU: Ryzen 5 5600x
    RAM: 64GB HyperX 3600Mhz CL16
    GPU: EVGA 2060 Super
    Mobo: X470 GAMING PLUS MAX
    Other: LSI MegaRaid 9361-8i
    Storage:
    - 2 Seagate 10TB EXOS X10 SAS
    - HGST Ultrastar He8 8TB SATA
    - 2 HGST Ultrastar He8 8TB SAS
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #23
    2024-05-14, 09:04 PM
    I noticed in your signature that you have a PiHole. I don't see why going from 10.8 to 10.9 would change anything, but maybe this is a DNS related problem and the PiHole is the cause?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    ovingiv
    Offline

    Junior Member

    Posts: 32
    Threads: 4
    Joined: 2023 Nov
    Reputation: 0
    #24
    2024-05-14, 09:13 PM (This post was last modified: 2024-05-14, 09:14 PM by ovingiv. Edited 1 time in total.)
    The pihole was a test to see if that would help my mother with her internet browsing. She's since passed away and I removed that docker container. Just forgot to update it. My current network doesn't have any fancy tools as I had to downsize my rack.
    My Home Lab

    Jellyfin, Pterodactyl, H@H.

    CPU: Ryzen 5 5600x
    RAM: 64GB HyperX 3600Mhz CL16
    GPU: EVGA 2060 Super
    Mobo: X470 GAMING PLUS MAX
    Other: LSI MegaRaid 9361-8i
    Storage:
    - 2 Seagate 10TB EXOS X10 SAS
    - HGST Ultrastar He8 8TB SATA
    - 2 HGST Ultrastar He8 8TB SAS
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #25
    2024-05-14, 09:16 PM (This post was last modified: 2024-05-14, 09:16 PM by TheDreadPirate.)
    Can you share your nginx config?
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    ovingiv
    Offline

    Junior Member

    Posts: 32
    Threads: 4
    Joined: 2023 Nov
    Reputation: 0
    #26
    2024-05-14, 09:19 PM
    sure: https://pastebin.com/t136JNgU
    My Home Lab

    Jellyfin, Pterodactyl, H@H.

    CPU: Ryzen 5 5600x
    RAM: 64GB HyperX 3600Mhz CL16
    GPU: EVGA 2060 Super
    Mobo: X470 GAMING PLUS MAX
    Other: LSI MegaRaid 9361-8i
    Storage:
    - 2 Seagate 10TB EXOS X10 SAS
    - HGST Ultrastar He8 8TB SATA
    - 2 HGST Ultrastar He8 8TB SAS
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #27
    2024-05-14, 09:27 PM (This post was last modified: 2024-05-14, 09:27 PM by TheDreadPirate. Edited 1 time in total.)
    Try commenting out these lines. I couldn't get my Nginx to work with these lines active. Not sure why and didn't feel like digging deeper.

    Code:
    location = / {
            return 302 http://$host/web/;
            return 302 https://$host/web/;
        }

    Also, I'm not sure what is in the certs you are currently providing, but with LetsEncrypt certs providing the fullchain.pem helps with some slightly older Android devices since the LetsEncrypt intermediate cert was renewed in late 2022 and some Android device trust stores were never updated to accept it.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    ovingiv
    Offline

    Junior Member

    Posts: 32
    Threads: 4
    Joined: 2023 Nov
    Reputation: 0
    #28
    2024-05-14, 09:39 PM (This post was last modified: 2024-05-14, 09:40 PM by ovingiv. Edited 1 time in total.)
    Well looking at my dashboard, Cloudflare is depreciating DigiCert which is what I used (I think) for my certs. Might be time to put on my learning cap again to set up letsencrypt with nginx.

    And commenting out those lines didn't do anything bad or good. Webpage still loads and desktop app. But not the android app which is an Samsung S22.
    My Home Lab

    Jellyfin, Pterodactyl, H@H.

    CPU: Ryzen 5 5600x
    RAM: 64GB HyperX 3600Mhz CL16
    GPU: EVGA 2060 Super
    Mobo: X470 GAMING PLUS MAX
    Other: LSI MegaRaid 9361-8i
    Storage:
    - 2 Seagate 10TB EXOS X10 SAS
    - HGST Ultrastar He8 8TB SATA
    - 2 HGST Ultrastar He8 8TB SAS
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #29
    2024-05-14, 09:46 PM
    Using certbot is very simple. It even does the work of adding the appropriate lines to your nginx config.

    https://certbot.eff.org/instructions?ws=...buntufocal

    Don't mind the "focal" part. LetsEncrypt only has directions up until 20.04, but I can confirm that worked on 22.04 and even 24.04.
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    TheDreadPirate
    Offline

    Community Moderator

    Posts: 15,374
    Threads: 10
    Joined: 2023 Jun
    Reputation: 460
    Country:United States
    #30
    2024-05-15, 03:57 PM (This post was last modified: 2024-05-15, 03:57 PM by TheDreadPirate.)
    Found this today.

    https://jellyfin.org/posts/jellyfin-rele...ng-changes

    The last entry in that section.

    https://github.com/jellyfin/jellyfin/issues/11540

    Try removing this block from your nginx config.

    Code:
    location = /web/ {
            # Proxy main Jellyfin traffic
            proxy_pass http://$jellyfin:8096/web/index.html;
            proxy_set_header Host $host;
            proxy_set_header X-Real-IP $remote_addr;
            proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
            proxy_set_header X-Forwarded-Proto $scheme;
            proxy_set_header X-Forwarded-Protocol $scheme;
            proxy_set_header X-Forwarded-Host $http_host;
        }
    Jellyfin 10.10.7 (Docker)
    Ubuntu 24.04.2 LTS w/HWE
    Intel i3 12100
    Intel Arc A380
    OS drive - SK Hynix P41 1TB
    Storage
        4x WD Red Pro 6TB CMR in RAIDZ1
    [Image: GitHub%20Sponsors-grey?logo=github]
    Pages (5): « Previous 1 2 3 4 5 Next »

    « Next Oldest | Next Newest »

    Users browsing this thread: 1 Guest(s)


    • View a Printable Version
    • Subscribe to this thread
    Forum Jump:

    Home · Team · Help · Contact
    © Designed by D&D - Powered by MyBB
    L


    Jellyfin

    The Free Software Media System

    Linear Mode
    Threaded Mode