GithubHelp home page GithubHelp logo

Comments (25)

ntoporcov avatar ntoporcov commented on July 30, 2024 2

Install 4.5.0 and it should work, I still need to investigate what changes with .2

from iqbit.

ntoporcov avatar ntoporcov commented on July 30, 2024 2

Here are some steps

  1. Turn the WebUI on as it was, pointing at the release folder

  2. Go to whatever address you go for the WebUI

  3. Wait for the browser to stop spinning. When the refresh button is no longer an X

  4. Open dev tools and go to the console tab

Then check if there are anything there.

from iqbit.

ntoporcov avatar ntoporcov commented on July 30, 2024 1

You should be able to open a cross-repo PR, I can approve pretty quickly..

from iqbit.

ntoporcov avatar ntoporcov commented on July 30, 2024

Sounds like a qbittorrent update..

I'll try to look into it soon

from iqbit.

Riki7745 avatar Riki7745 commented on July 30, 2024

I'm on 4.5.2 btw.

from iqbit.

danielsan1 avatar danielsan1 commented on July 30, 2024

Same here. Just installed qbittorent because I found this nice mobile UI :) I'm also on 4.5.2
How can I go back to the original theme without access to the web UI? (blank/white screen)

from iqbit.

Riki7745 avatar Riki7745 commented on July 30, 2024

By disabling in it in QB...no ?

from iqbit.

danielsan1 avatar danielsan1 commented on July 30, 2024

Can't access it as I use a dedicated server. My access point was the web UI... reinstalling it now as I was not able to finde the config file as described in the docs:
GNU/Linux:
preferences:
~/.config/qBittorrent/

we will see

from iqbit.

Riki7745 avatar Riki7745 commented on July 30, 2024

Can't access it as I use a dedicated server. My access point was the web UI... reinstalling it now as I was not able to finde the config file as described in the docs: GNU/Linux: preferences: ~/.config/qBittorrent/

we will see

Maybe : https://github.com/qbittorrent/qBittorrent/wiki/Web-UI-password-locked-on-qBittorrent-NO-X-%28qbittorrent-nox%29

from iqbit.

danielsan1 avatar danielsan1 commented on July 30, 2024

Thanks! But I finally found the config file (strange path) and disabled the alternative web UI :)

from iqbit.

ntoporcov avatar ntoporcov commented on July 30, 2024

So I just installed 4.5.2 on my computer and the webui worked normally :/

If you guys are able to turn the webui on again and check for any console messages, maybe it will offer some answer. I'm running qbittorrent on macOS which I know is not the most common case

from iqbit.

danielsan1 avatar danielsan1 commented on July 30, 2024

Oh no that’s strange… I’m running Ubuntu 22.04 on my server and Swizzin (seedbox tool) which is not offering 4.5.0 :-/
Where can I look for error messages?
I can try again on the weekend at the latest

from iqbit.

danielsan1 avatar danielsan1 commented on July 30, 2024

Ok, here you go @ntoporcov . I hope that will help! Thanks for checking

vTools failed to load source map: Could not load content for chrome-extension://cfhdojbkjhnklbpkdaibdccddilifddb/browser-polyfill.js.map: System error: net::ERR_FILE_NOT_FOUND
web.site/:1 GET https://web.site/static/js/main.cb4373a3.js net::ERR_ABORTED 404
web.site/:1 GET https://web.site/static/css/main.5e6dcba8.css net::ERR_ABORTED 404
favicon.ico:1 GET https://web.site/favicon.ico 404
/manifest.json:1 GET https://web.site/manifest.json 404
manifest.json:1 Manifest: Line: 1, column: 1, Syntax error.

from iqbit.

ntoporcov avatar ntoporcov commented on July 30, 2024

That looks like some extension in your browser is breaking :/

from iqbit.

danielsan1 avatar danielsan1 commented on July 30, 2024

I don't think it's linked to the extension issue... Here the freshly installed Firefox (sorry it's German):

Laden fehlgeschlagen für das <script> mit der Quelle "https://web.site/static/js/main.cb4373a3.js". qbittorrent:1:1

from iqbit.

danielsan1 avatar danielsan1 commented on July 30, 2024

It is my Adblocker extension! I turned it off and the errors stayed the same:

web.site/:1 GET https://web.site/static/js/main.cb4373a3.js net::ERR_ABORTED 404
web.site/:1 GET https://web.site/static/css/main.5e6dcba8.css net::ERR_ABORTED 404
favicon.ico:1 GET https://web.site/favicon.ico 404
/manifest.json:1 GET https://web.site/manifest.json 404
manifest.json:1 Manifest: Line: 1, column: 1, Syntax error.

from iqbit.

PriamX avatar PriamX commented on July 30, 2024

Perhaps same issue, getting just a blank screen. Using v4.5.2 in the linuxserver.io docker container. Here's the related entry in the log file:

(N) 2023-04-13T18:00:25 - Using custom Web UI. Location: "/config/WebUI/iQbit/release".
(W) 2023-04-13T18:00:25 - Couldn't load Web UI translation for selected locale (en).
(N) 2023-04-13T18:00:25 - Web UI: Now listening on IP: *, port: 8080
(N) 2023-04-13T18:01:03 - WebAPI login success. IP: ::ffff:172.20.0.5

from iqbit.

Snowail avatar Snowail commented on July 30, 2024

Get a blank screen when the download list is empty. Add anything to the download list were fix it.

from iqbit.

danielsan1 avatar danielsan1 commented on July 30, 2024

Hey @ntoporcov any news on that?

from iqbit.

danielsan1 avatar danielsan1 commented on July 30, 2024

Hey @ntoporcov any news?

from iqbit.

rizese avatar rizese commented on July 30, 2024

Just found this repo, I do all my self-hosting via mobile

Screen.Recording.2023-11-07.at.2.48.49.PM.mov
Screenshot 2023-11-07 at 2 50 24 PM

Based on a little digging, @Snowail might be on to something. It looks like the error is in Home.tsx trying to loop through a download list that's falsey. This could be an easy fix

from iqbit.

rizese avatar rizese commented on July 30, 2024
Screenshot 2023-11-07 at 4 11 35 PM

I have a fix for this issue, @ntoporcov - can you give me PR permissions?

from iqbit.

rizese avatar rizese commented on July 30, 2024

@ntoporcov PR is here #77

from iqbit.

rizese avatar rizese commented on July 30, 2024

@ntoporcov forgot to commit build files #78

I think we can close this issue after this goes in

from iqbit.

rizese avatar rizese commented on July 30, 2024

This issue should be resolved now 👍

from iqbit.

Related Issues (20)

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.