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

BUG: model is launched but can not find any items in UI #639

Closed
waltcow opened this issue Nov 13, 2023 · 8 comments · Fixed by #712
Closed

BUG: model is launched but can not find any items in UI #639

waltcow opened this issue Nov 13, 2023 · 8 comments · Fixed by #712
Labels
bug Something isn't working
Milestone

Comments

@waltcow
Copy link
Contributor

waltcow commented Nov 13, 2023

Describe the bug

model is launched via UI, but can not find any items in UI (Running model)

To Reproduce

image

Expected behavior

A clear and concise description of what you expected to happen.

Additional context

Add any other context about the problem here.

@XprobeBot XprobeBot added the bug Something isn't working label Nov 13, 2023
@XprobeBot XprobeBot added this to the v0.6.3 milestone Nov 13, 2023
@ChengjieLi28
Copy link
Contributor

Hi, @waltcow . I have noticed that you have closed the current xinference service via ctrl-C:
image
Please check that whether you open the UI of a xinference service that was started elsewhere.

@waltcow
Copy link
Contributor Author

waltcow commented Nov 13, 2023

Your quote block is just my tail log command.

@ChengjieLi28
Copy link
Contributor

Your quote block is just my tail log command.

In this case, please check the port of the web UI you open is the same as the cluster web port where you launch the model.

@waltcow
Copy link
Contributor Author

waltcow commented Nov 13, 2023

Your quote block is just my tail log command.

In this case, please check the port of the web UI you open is the same as the cluster web port where you launch the model.

I have double check the UI and model launch in the same host

@UranusSeven
Copy link
Contributor

Could you please verify if there are any error logs in the browser?

@waltcow
Copy link
Contributor Author

waltcow commented Nov 13, 2023

image

it seems like related to domain security

@ChengjieLi28
Copy link
Contributor

image it seems like related to domain security

Currently we only support http services for xinference, the reason for this is that https servers make requests to http resources.

@UranusSeven
Copy link
Contributor

@waltcow Hello, are you accessing the endpoint using https? You might want to try the following workaround mentioned here: https://stackoverflow.com/a/76909337/7098025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
4 participants