Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[10.8.0] URL is broken on web #3521

Closed
1 task done
sourpatched opened this issue Mar 27, 2022 · 5 comments
Closed
1 task done

[10.8.0] URL is broken on web #3521

sourpatched opened this issue Mar 27, 2022 · 5 comments
Labels
bug Something isn't working duplicate This issue or pull request already exists upstream This issue is due to an upstream library or project

Comments

@sourpatched
Copy link

Please describe your bug

When saving setting the link goes to something like web/#!%2Fencodingsettings.html=
/web/#!%2Finstalledplugins.html=
This makes the page stop working

I think the logs, the settings has been change.

Jellyfin Version

Other

if other:

No response

Environment

- OS: Ubuntu 20.04
- Virtualization: no
- Clients:
- Browser: firefox
- FFmpeg Version:
- Playback Method:
- Hardware Acceleration:
- Plugins:
- Reverse Proxy: no
- Base URL:
- Networking:
- Storage:

Jellyfin logs

[2022-03-28 08:42:27.427 +11:00] [INF] Attempting to update encoder path to "/usr/lib/jellyfin-ffmpeg/ffmpeg". pathType: "Custom"
[2022-03-28 08:42:27.437 +11:00] [INF] Found ffmpeg version "4.4.1"
[2022-03-28 08:42:27.447 +11:00] [INF] Found ffmpeg version "4.4.1"
[2022-03-28 08:42:27.459 +11:00] [INF] Available "decoders": ["libdav1d", "av1", "av1_cuvid", "av1_qsv", "h264", "h264_qsv", "h264_cuvid", "hevc", "hevc_qsv", "hevc_cuvid", "mpeg2video", "mpeg2_qsv", "mpeg2_cuvid", "mpeg4", "mpeg4_cuvid", "msmpeg4", "vc1_qsv", "vc1_cuvid", "vp8", "libvpx", "vp8_cuvid", "vp8_qsv", "vp9", "libvpx-vp9", "vp9_cuvid", "vp9_qsv", "aac", "ac3", "flac", "mp3"]
[2022-03-28 08:42:27.471 +11:00] [INF] Available "encoders": ["libx264", "h264_amf", "h264_nvenc", "h264_qsv", "h264_v4l2m2m", "h264_vaapi", "libx265", "hevc_amf", "hevc_nvenc", "hevc_qsv", "hevc_vaapi", "mpeg4", "msmpeg4", "libvpx", "libvpx-vp9", "aac", "ac3", "flac", "libmp3lame", "libopus", "libvorbis", "srt"]
[2022-03-28 08:42:27.482 +11:00] [INF] Available filters: ["deinterlace_qsv", "deinterlace_vaapi", "hwupload_cuda", "hwupload_vaapi", "overlay_opencl", "overlay_qsv", "overlay_vaapi", "overlay_cuda", "scale_cuda", "scale_opencl", "scale_qsv", "scale_vaapi", "tonemap_cuda", "tonemap_opencl", "tonemap_vaapi", "vpp_qsv", "yadif_cuda", "zscale", "alphasrc"]
[2022-03-28 08:42:27.545 +11:00] [INF] Available hwaccel types: ["vdpau", "cuda", "vaapi", "qsv", "drm", "opencl"]
[2022-03-28 08:42:27.594 +11:00] [INF] VAAPI device "/dev/dri/renderD128" is Intel GPU (iHD)
[2022-03-28 08:42:27.594 +11:00] [INF] FFmpeg: "/usr/lib/jellyfin-ffmpeg/ffmpeg"

FFmpeg logs

No response

Please attach any browser or client logs here

No response

Please attach any screenshots here

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@sourpatched sourpatched added the bug Something isn't working label Mar 27, 2022
@crobibero crobibero transferred this issue from jellyfin/jellyfin Mar 28, 2022
@sourpatched sourpatched changed the title [10.8.0] [Issue]: Link back is broken on web [10.8.0] [Issue]: URL is broken on web Mar 28, 2022
@thornbill
Copy link
Member

If you could provide detailed steps on how to reproduce this issue, it would help a lot!

@shemanaev
Copy link
Contributor

I got exactly same behavior recently.
The root of problem in my case was ClearURLs browser extension that messed urls.

@sourpatched
Copy link
Author

I too have ClearURLs installed. Is this an Jellyfin issue or ClearURL?

@shemanaev
Copy link
Contributor

Clearly a ClearURLs/Addon#189 issue

@thornbill thornbill pinned this issue Jun 16, 2022
@thornbill thornbill closed this as not planned Won't fix, can't repro, duplicate, stale Jun 16, 2022
@thornbill thornbill added the duplicate This issue or pull request already exists label Jun 16, 2022
@thornbill thornbill changed the title [10.8.0] [Issue]: URL is broken on web [10.8.0] URL is broken on web Jun 16, 2022
@alanmilinovic
Copy link

alanmilinovic commented Jan 15, 2023

I was able to get this annoying issue fixed by using a rewrite rule as I am behind reverse proxy via apache.

RewriteRule "^/jellyfin/web^" "/jellyfin/" [R]

@thornbill thornbill mentioned this issue Mar 27, 2024
6 tasks
@thornbill thornbill added the upstream This issue is due to an upstream library or project label May 9, 2024
@thornbill thornbill unpinned this issue May 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working duplicate This issue or pull request already exists upstream This issue is due to an upstream library or project
Projects
None yet
Development

No branches or pull requests

4 participants