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]: Something went wrong Expecting value: line 1 column 1 (char 0) #9150

Closed
1 task done
UncleK opened this issue Mar 29, 2023 · 40 comments
Closed
1 task done

[Bug]: Something went wrong Expecting value: line 1 column 1 (char 0) #9150

UncleK opened this issue Mar 29, 2023 · 40 comments
Labels
bug-report Report of a bug, yet to be confirmed

Comments

@UncleK
Copy link

UncleK commented Mar 29, 2023

Is there an existing issue for this?

  • I have searched the existing issues and checked the recent builds/commits

What happened?

web-ui didn't work in every page, the same issue happend no matter which function I try to use. generate, setting, load new models, etc.
image

Steps to reproduce the problem

  1. Go to every page, try to generate or play with extentions or settings
  2. Press ....
  3. ...

What should have happened?

Commit where the problem happens

ui

What platforms do you use to access the UI ?

Windows

What browsers do you use to access the UI ?

Google Chrome

Command Line Arguments

--xformers --api

List of extensions

image
I tried to remove all the extentions, didn't work at all

Console logs

no warnings or errors showed in console

Additional information

image
nothings works now, It happened everywhere
even if I cloned a new one, the same issue happened.
try to remove extentions, delete config.jason, ui-config.jasion, add the user.css file... didn't work

@UncleK UncleK added the bug-report Report of a bug, yet to be confirmed label Mar 29, 2023
@FadingRose
Copy link

FadingRose commented Mar 29, 2023

If you are using a proxy server, please turn it off.

@yikoyang75
Copy link

I have the exactly same problem.

@cnhuz
Copy link

cnhuz commented Mar 30, 2023

If you are using a proxy server, please turn it off.

Same problem, this works, but is there any other way to work with proxy enabled? I tried adding set COMMANDLINE ARGS=--share to the webui-user.bat file, but it didn't work

@hzalbertcm
Copy link

If you are using a proxy server, please turn it off.

Same problem, this works, but is there any other way to work with proxy enabled? I tried adding set COMMANDLINE ARGS=--share to the webui-user.bat file, but it didn't work

I got the same issue. If you don't want to turn off the proxy, you can add --no-gradio-queue in command args as a workaround mentioned in #9132 (comment), and it works for me.

@ilray88
Copy link

ilray88 commented Mar 31, 2023

If you are using a proxy server, please turn it off.

Same problem, this works, but is there any other way to work with proxy enabled? I tried adding set COMMANDLINE ARGS=--share to the webui-user.bat file, but it didn't work

I got the same issue. If you don't want to turn off the proxy, you can add --no-gradio-queue in command args as a workaround mentioned in #9132 (comment), and it works for me.

it work!Thanks

@UncleK
Copy link
Author

UncleK commented Mar 31, 2023

If you are using a proxy server, please turn it off.

thanks!!!

@UncleK
Copy link
Author

UncleK commented Mar 31, 2023

If you are using a proxy server, please turn it off.

Same problem, this works, but is there any other way to work with proxy enabled? I tried adding set COMMANDLINE ARGS=--share to the webui-user.bat file, but it didn't work

I got the same issue. If you don't want to turn off the proxy, you can add --no-gradio-queue in command args as a workaround mentioned in #9132 (comment), and it works for me.

great, thanks!

@UncleK UncleK closed this as completed Mar 31, 2023
@fdafj
Copy link

fdafj commented Apr 1, 2023

I got the same issue,and I turn off the proxy.but it does not work

@qingsongxi
Copy link

如果您使用代理服务器,请将其关闭。

同样的问题,这有效,但是有没有其他方法可以启用代理?我尝试添加set COMMANDLINE ARGS=--share到 webui-user.bat 文件,但它没有用

我遇到了同样的问题。如果你不想关闭代理,你可以在命令参数中添加 --no-gradio-queue 作为#9132 (comment)中提到的解决方法,它对我有用。

我这边遇到同样的问题,加上上述的指令后,正常了;

@lovits
Copy link

lovits commented Apr 5, 2023

If you are using a proxy server, please turn it off.

Same problem, this works, but is there any other way to work with proxy enabled? I tried adding set COMMANDLINE ARGS=--share to the webui-user.bat file, but it didn't work

I got the same issue. If you don't want to turn off the proxy, you can add --no-gradio-queue in command args as a workaround mentioned in #9132 (comment), and it works for me.

it's great,thanks!

@UriahKong
Copy link

I turned the proxy off but it still not working ,I think this is a common error for Chinese users. Plz help for saving a pathetic rookie

@UriahKong
Copy link

哥们,这命令的怎么添加的

@androidminds
Copy link

androidminds commented Apr 13, 2023

同样的问题,这有效,但是有没有其他方法可以启用代理?我尝试添加set COMMANDLINE ARGS=--share到 webui-user.bat 文件,但它没有用

我遇到了同样的问题。如果你不想关闭代理,你可以在命令参数中添加 --no-gradio-queue 作为#9132 (comment)中提到的解决方法,它对我有用。

我这边遇到同样的问题,加上上述的指令后,正常了;

It works, thanks.

@androidminds
Copy link

哥们,这命令的怎么添加的

Open your webui.bat file, add a line like this :
set COMMANDLINE_ARGS=--no-gradio-queue

@peiyu1119
Copy link

哥们,这命令的怎么添加的

Open your webui.bat file, add a line like this : set COMMANDLINE_ARGS=--no-gradio-queue

thank you!

@fdafj
Copy link

fdafj commented Apr 14, 2023 via email

@fdafj
Copy link

fdafj commented Apr 14, 2023 via email

@Alfven-613
Copy link

mac的怎么搞

@lolpopkk
Copy link

mac的怎么搞

同问!How does it work for MacOS? I tried add "--no-gradio-queue " but it didn't work for me.

@VFengChen
Copy link

mac的怎么搞

同问!How does it work for MacOS? I tried add "--no-gradio-queue " but it didn't work for me.

MacOS 的打开根目录里面的webui-macos-env.sh文件而不是webui-user.bat(这是Windows版本的)

@lolpopkk
Copy link

mac的怎么搞

同问!How does it work for MacOS? I tried add "--no-gradio-queue " but it didn't work for me.

MacOS 的打开根目录里面的webui-macos-env.sh文件而不是webui-user.bat(这是Windows版本的)

太感谢了!!!!大神!!!!!解决了!!!

@jaogoy
Copy link

jaogoy commented Apr 16, 2023

It works to turn off the proxy.

@icey-yu
Copy link

icey-yu commented Apr 19, 2023

If you are using a proxy server, please turn it off.

Same problem, this works, but is there any other way to work with proxy enabled? I tried adding set COMMANDLINE ARGS=--share to the webui-user.bat file, but it didn't work

I got the same issue. If you don't want to turn off the proxy, you can add --no-gradio-queue in command args as a workaround mentioned in #9132 (comment), and it works for me.

牛逼!it works!

@Gandalfwechat
Copy link

just cancel the proxy server setting, export http_proxy='' and export https_proxy=''

@sanroot3
Copy link

谢谢大佬~~万分感谢

@AckerW
Copy link

AckerW commented May 15, 2023

You folks are fucking awesome!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

@dashiming
Copy link

Fucking cool! It works !

@zongzi531
Copy link

哥们,这命令的怎么添加的

Open your webui.bat file, add a line like this : set COMMANDLINE_ARGS=--no-gradio-queue

Thanks, it is work for me!

@TheOnlyHolyMoly
Copy link

Issue this issue ready to be closed as it seems to be solved?

@Noscread
Copy link

哥们,这命令的怎么添加的

Open your webui.bat file, add a line like this : set COMMANDLINE_ARGS=--no-gradio-queue

有用,感谢

@liaotuo
Copy link

liaotuo commented Jul 6, 2023

If you are using a proxy server, please turn it off.

正常了 非常感谢!!!

@Shennyj11
Copy link

it works!! thank you!!

@bitfishxyz
Copy link

--no-gradio-queue

Thanks, works for me.

$ ./webui.sh --no-gradio-queue

@AlanZhou2022
Copy link

I also want to know if there is any other way to work with proxy enabled.

@yannqi
Copy link

yannqi commented Aug 24, 2023

If you are using a proxy server, please turn it off.

有用!

@JosiahM6
Copy link

If you are using a proxy server, please turn it off.

  • 正常了 非常感谢!!!

你好 请问加这么一行具体是加在哪里啊 我加了就打不开web ui了

@JosiahM6
Copy link

If you are using a proxy server, please turn it off.

  • 正常了 非常感谢!!!

你好 请问加这么一行具体是加在哪里啊 我加了就打不开web ui了

PNG图像

@Totoro-jc
Copy link

mac的怎么搞

同问!MacOS 下如何操作?我尝试添加“--no-gradio-queue”,但它对我不起作用。

MacOS 的打开根目录里面的 webui-macos-env.sh 文件而不是 webui-user.bat(这是 Windows 版本的)

您好,我想问ubuntu系统的,应该修改哪个文件

@HKS1314
Copy link

HKS1314 commented Jan 17, 2024

mac的怎么搞

mac 下,webui-macos-env.sh 文件,原始配置是 COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate --share”, 只添加 --no-gradio-queue 时不生效,改为添加 --xformers --no-gradio-queue 就可以了

@HKS1314
Copy link

HKS1314 commented Jan 17, 2024

If you are using a proxy server, please turn it off.

  • 正常了 非常感谢!!!

你好 请问加这么一行具体是加在哪里啊 我加了就打不开web ui了

PNG图像

mac 下,webui-macos-env.sh 文件,原始配置是 COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --no-half-vae --use-cpu interrogate --share”, 只添加 --no-gradio-queue 时不生效,改为添加 --xformers --no-gradio-queue 就可以了

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug-report Report of a bug, yet to be confirmed
Projects
None yet
Development

No branches or pull requests