GithubHelp home page GithubHelp logo

blank page about openuds HOT 12 CLOSED

virtualcable avatar virtualcable commented on May 22, 2024
blank page

from openuds.

Comments (12)

dkmstr avatar dkmstr commented on May 22, 2024

Mmmm... Don't know whats going on. Check the requests/responses on the browser, maybe it helps

from openuds.

timbogues avatar timbogues commented on May 22, 2024

I'm having the same issue, with both versions 2.1 and 2.2. I've tried multiple browsers as well.

from openuds.

dkmstr avatar dkmstr commented on May 22, 2024

As i told, try to look for requests/responses on the browser to see if there is something missing.
Press F12, and look at the "network" tab on firefox for example.

from openuds.

ahmedkaballo avatar ahmedkaballo commented on May 22, 2024

when i open firefox and press F12 on the network section i get the following erroe
capture3

from openuds.

ahmedkaballo avatar ahmedkaballo commented on May 22, 2024

when i traced the error i got the following
capture4
i searched the table in the database but i couldn't found it

from openuds.

dkmstr avatar dkmstr commented on May 22, 2024

mmm. Seems that the cache table is not generated (its not in fact part of uds, but part of django itself.
The cache table must be created apart of UDS, so try running this:
"python manage.py createcachetable"
And try again ;-)

from openuds.

timbogues avatar timbogues commented on May 22, 2024

I tried that, and am still getting a blank page. Here are the errors I get when I press F12:

image

from openuds.

dkmstr avatar dkmstr commented on May 22, 2024

Seems that the .js are not being generated, probably coffescript is not installed, and it's used by UDS to translate to .js.
Please, take a look "inside" one of that requests, i mean, look what the server is returning.. I think that it's not the expected "compiled" js....
Ensure that you have "cofeescript installed. Take a look at the file "setting.py", search coffe and configure your cofeescript loation

I think that with this, all should run

from openuds.

timbogues avatar timbogues commented on May 22, 2024

I installed coffeescript, but still a no go.

Here is what the response is on the server when I try to enter the different pages:
image

Please advise!

Thank you!

from openuds.

dkmstr avatar dkmstr commented on May 22, 2024

code 304 marked in blue is "not modified", but i can see that the pages "gui-......js" has a length of 13 bytes, what is wrong. (those javascript are a lot more bigger).

Try to see what a request to one of the "gui-d-...js" returns on the browser (look the request, and copy it to url, or look from "network" tab on F12 the response), probably it will give us some clue (i think again that is something related to coffescript. Look on "server/settings.py" and change the location of coffescript if needed)

from openuds.

ahmedkaballo avatar ahmedkaballo commented on May 22, 2024

Hello
Thanks for your support. now the broker runs very well.
but we noticed that the broker doesn't include an active directory authenticater, is it a feature for the enterprise version only?

from openuds.

dkmstr avatar dkmstr commented on May 22, 2024

Yes, it is only an enterprise only feature, i mean, we haven't released the code for a few elements, and that is one of them.

from openuds.

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.