-
Notifications
You must be signed in to change notification settings - Fork 133
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
failed to deploy on remote server #86
Comments
it seems the npm packet is unpacked to a folder with a temp name, like:
so just look into /app-dist to fix the folder name |
I had the same problem and I resolved doing this: I'm using this version: 1.0.189-nightly.2 (with the latest one don't work for me)
Refresh the page on Tabby Web and select the version installed. Hope it helps. |
I have this issue and can't solve it, tried with any version of the image (the old master and latest nightly) and with several app versions: ❯ docker compose run tabby-web /manage.sh add_version 1.0.189-nightly.2
[+] Creating 1/0
INFO Resolving [email protected]
INFO Downloading [email protected] from https://registry.npmjs.org/tabby-web-container/-/tabby-web-container-1.0.189-nightly.2.tgz
INFO Resolving [email protected]
INFO Downloading [email protected] from https://registry.npmjs.org/tabby-core/-/tabby-core-1.0.189-nightly.2.tgz
INFO Resolving [email protected]
INFO Downloading [email protected] from https://registry.npmjs.org/tabby-settings/-/tabby-settings-1.0.189-nightly.2.tgz
INFO Resolving [email protected]
INFO Downloading [email protected] from https://registry.npmjs.org/tabby-terminal/-/tabby-terminal-1.0.189-nightly.2.tgz
INFO Resolving [email protected]
INFO Downloading [email protected] from https://registry.npmjs.org/tabby-ssh/-/tabby-ssh-1.0.189-nightly.2.tgz
INFO Resolving [email protected]
INFO Downloading [email protected] from https://registry.npmjs.org/tabby-community-color-schemes/-/tabby-community-color-schemes-1.0.189-nightly.2.tgz
tar: invalid magic
tar: short read
Traceback (most recent call last):
File "./manage.py", line 22, in <module>
main()
File "./manage.py", line 18, in main
execute_from_command_line(sys.argv)
File "/venv/tabby-web-9TtSrW0h-py3.7/lib/python3.7/site-packages/django/core/management/__init__.py", line 419, in execute_from_command_line
utility.execute()
File "/venv/tabby-web-9TtSrW0h-py3.7/lib/python3.7/site-packages/django/core/management/__init__.py", line 413, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/venv/tabby-web-9TtSrW0h-py3.7/lib/python3.7/site-packages/django/core/management/base.py", line 354, in run_from_argv
self.execute(*args, **cmd_options)
File "/venv/tabby-web-9TtSrW0h-py3.7/lib/python3.7/site-packages/django/core/management/base.py", line 398, in execute
output = self.handle(*args, **options)
File "/app/tabby/app/management/commands/add_version.py", line 56, in handle
["tar", "-xzf", f.name, "-C", str(extraction_tmp)]
File "/usr/local/lib/python3.7/subprocess.py", line 363, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['tar', '-xzf', '/tmp/tmptiijiy6h', '-C', '/tmp/tmp6pyit54s']' returned non-zero exit status 1. |
Worked for me, why this issue still exists for more than a year? this web app is literally broken, and also the "settings sync" plugin is being deprecated in favor of tabby-web, but its broken! |
cannot find the js:
running cmd:
The text was updated successfully, but these errors were encountered: