-
-
Notifications
You must be signed in to change notification settings - Fork 744
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
پنلم یکباره از کار افتاده بعد از آپدیت خودکار ساعت سه صبح #4592
Comments
Same, since daily 3 a.m. update It looks like a bug with Full update logs: OS: Ubuntu 22.04.5 LTS (GNU/Linux 5.15.0-124-generic x86_64) |
آپگرید بتا مال منو درست کرد دوستات |
Same issue |
beta update works |
به محض بالا اومدن پنل فول بکاپ بگیرید شاید مجبور به نصب دوباره بشیم |
Nah, the beta version didn't help, only the status of the panel changed to Collecting grpcio-tools==1.51.1 (from xtlsapi==3.1.2->hiddifypanel)
Using cached grpcio-tools-1.51.1.tar.gz (2.3 MB)
Preparing metadata (setup.py): started
Preparing metadata (setup.py): finished with status 'error'
error: subprocess-exited-with-error
× python setup.py egg_info did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
ERROR: Can not execute `setup.py` since setuptools is not available in the build environment.
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
error: metadata-generation-failed
× Encountered error while generating package metadata.
╰─> See above for output.
note: This is an issue with the package mentioned above, not pip.
hint: See above for details.
2024-11-18 05:23:21.662 | WARNING | hiddifypanel.models.config:hconfig:79 - str db_version not found
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/hiddifypanel/__main__.py", line 13, in <module>
main()
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/click/core.py", line 1157, in __call__
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/click/core.py", line 1078, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/click/core.py", line 1682, in invoke
cmd_name, cmd, args = self.resolve_command(ctx, args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/click/core.py", line 1729, in resolve_command
cmd = self.get_command(ctx, cmd_name)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/flask/cli.py", line 611, in get_command
app = info.load_app()
^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/flask/cli.py", line 328, in load_app
app: Flask | None = self.create_app()
^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/hiddifypanel/base.py", line 70, in create_app_wsgi
app = create_app(cli=cli)
^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/hiddifypanel/base.py", line 59, in create_app
app.config.load_extensions("EXTENSIONS")
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/dynaconf/contrib/flask_dynaconf.py", line 231, in load_extensions
initializer(app)
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/hiddifypanel/database.py", line 21, in init_app
init_db()
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/hiddifypanel/panel/init_db.py", line 815, in init_db
db_version = int(hconfig(ConfigEnum.db_version) or 0)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/redis_cache/__init__.py", line 233, in inner
get_cache_lua_fn(self.client)(keys=[key, self.keys_key], args=[result_serialized, self.ttl, self.limit])
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/redis/commands/core.py", line 5501, in __call__
return client.evalsha(self.sha, len(keys), *args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/redis/commands/core.py", line 5710, in evalsha
return self._evalsha("EVALSHA", sha, numkeys, *keys_and_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/redis/commands/core.py", line 5694, in _evalsha
return self.execute_command(command, sha, numkeys, *keys_and_args)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/redis/client.py", line 559, in execute_command
return self._execute_command(*args, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/redis/client.py", line 565, in _execute_command
conn = self.connection or pool.get_connection(command_name, **options)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/redis/connection.py", line 1422, in get_connection
connection.connect()
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/redis/connection.py", line 369, in connect
self.on_connect()
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/redis/connection.py", line 434, in on_connect
auth_response = self.read_response()
^^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/redis/connection.py", line 592, in read_response
response = self._parser.read_response(disable_decoding=disable_decoding)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 15, in read_response
result = self._read_response(disable_decoding=disable_decoding)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/opt/hiddify-manager/.venv/lib/python3.12/site-packages/redis/_parsers/resp2.py", line 38, in _read_response
raise error
redis.exceptions.AuthenticationError: invalid username-password pair
===run.sh hiddify-panel
===========================================================
####5####HiddifyPanel####Reading Configs from Panel...####
####8####Applying Configs####...####
Traceback (most recent call last):
File "<string>", line 1, in <module>
ModuleNotFoundError: No module named 'json5'
Requirement already satisfied: json5 in /usr/local/lib/python3.12/dist-packages (0.9.28)
Requirement already satisfied: jinja2 in /usr/local/lib/python3.12/dist-packages (3.1.4)
Requirement already satisfied: MarkupSafe>=2.0 in /usr/local/lib/python3.12/dist-packages (from jinja2) (3.0.2)
WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable.It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning.
Traceback (most recent call last):
File "/opt/hiddify-manager/common/jinja.py", line 4, in <module>
from jinja2 import Environment, FileSystemLoader
ModuleNotFoundError: No module named 'jinja2' |
برای منم همین اتفاق افتاده |
Same problem, how to fix it? |
Same here, seems that it's a universal issue. Please check ASAP. Thank you! Error: Key not found: warp_mode |
Try beta update to access your web panel, full backup, and reinstall again i think |
For me complete reinstalling ubuntu and using beta version fixed the problem |
Same problem, how to fix it? beta version working but can u fix stable version |
What is the command to install the beta version? Thanks. |
curl -O http://i.hiddify.com/beta |
(If the regular version is already installed) Type |
we should turn off auto update at 3 am |
After install the beta version, I can access the panel, but can't restore the backup file. Showing this error: HTTP ERROR 500 |
i just clean install again and it works |
به صورت اتوماتیک آپدیتش فعاله ساعت سه صبح ، یک مشکلی توی همین آپدیته احتمالا چند ساعت دیگه درستش کنن حتما بکاپ بگیرید، |
I tried to fresh install my OS from the scratch, then fresh install the hiddify beta version, same issue persisted. |
I am experiencing the same issue. My sincere gratitude to the Hiddify team. |
Everything works fine after switching to beta version, even i don't have to recover any configurations. But i still wonder, if i switch to stable version after the author fix the problem, are the configurations still compatible? |
Try to use below command to install the dev13 version, it works. bash <(curl https://i.hiddify.com/v10.80.0.dev13) |
سلام همگی قبل از اپگرید به این مسیر برید و بکاپ رو بردارید |
It's work for me. thanks. |
Now everything is correct. |
نسخه 10.7.9 انتشار داده شده که اونو نصب کنید |
اونم مشکل داره 10.7.9 |
auto update ro stop bayad konim saat 3 har shabe |
ssl error gereftam az dishab |
به نسخه بتا اپدیت کن ولی هنوز وارپ کار نمیکنه در بتا |
|
yea its works but it will destroy at 3AM , so turn off auto update |
اپدیت خودکار رو خاموش کنید و بهترین راهکار تو این مواقع گرفتن بکاپ و ریبیلد سرور هست |
hiddify-cli activating
hiddify-redis active
hiddify-ss-faketls active
hiddify-ssh-liberty-bridge active
hiddify-haproxy activating
hiddify-panel failed
hiddify-nginx active
hiddify-singbox activating
Error: Key not found: warp_mode
wg-quick@warp active
mtproxy active
The text was updated successfully, but these errors were encountered: