Coder Social home page Coder Social logo

Paste about tabby-web HOT 7 OPEN

capriciousduck avatar capriciousduck commented on July 18, 2024
Paste

from tabby-web.

Comments (7)

brunnels avatar brunnels commented on July 18, 2024 1

I just verified paste works in the latest app version https://www.npmjs.com/package/tabby-web-container/v/1.0.189-nightly.2

If you're running in a container and have a volume mounted at /app-dist inside the container for your storage you can docker exec into the container and do this to add the new version:

cd /app
APP_DIST_STORAGE=file:///app-dist /venv/*/bin/python ./manage.py add_version 1.0.189-nightly.2

from tabby-web.

linconbb avatar linconbb commented on July 18, 2024 1

But I found it doesn't work in 1.0.189.night.2 as well . So I update it to 1.0.197 nightly.1 . But it stucks in tabby alpha ProgressBar.

from tabby-web.

crotoc avatar crotoc commented on July 18, 2024

I have the same problem and it's sad I couldn't figure out how to do. Then I use wetty instead.

from tabby-web.

brunnels avatar brunnels commented on July 18, 2024

You won't be able to paste unless you're using SSL. I think it's a chrome limitation.

from tabby-web.

brunnels avatar brunnels commented on July 18, 2024

I was wrong. With both tabby-web and connection gateway behind ssl paste still does not work.

from tabby-web.

crotoc avatar crotoc commented on July 18, 2024

Thanks:)

from tabby-web.

alexdelprete avatar alexdelprete commented on July 18, 2024

If you're running in a container and have a volume mounted at /app-dist inside the container for your storage you can docker exec into the container and do this to add the new version:

Do you have an advice for me regarding this error? I can't install the app (tried several versions) in the container. :(

/app # APP_DIST_STORAGE=file:///app-dist /venv/*/bin/python ./manage.py add_version latest
INFO Resolving tabby-web-container@latest
INFO Downloading tabby-web-container@latest from https://registry.npmjs.org/tabby-web-container/-/tabby-web-container-1.0.197-nightly.1.tgz
INFO Resolving tabby-core@latest
INFO Downloading tabby-core@latest from https://registry.npmjs.org/tabby-core/-/tabby-core-1.0.197-nightly.1.tgz
INFO Resolving tabby-settings@latest
INFO Downloading tabby-settings@latest from https://registry.npmjs.org/tabby-settings/-/tabby-settings-1.0.197-nightly.1.tgz
INFO Resolving tabby-terminal@latest
INFO Downloading tabby-terminal@latest from https://registry.npmjs.org/tabby-terminal/-/tabby-terminal-1.0.197-nightly.1.tgz
INFO Resolving tabby-ssh@latest
INFO Downloading tabby-ssh@latest from https://registry.npmjs.org/tabby-ssh/-/tabby-ssh-1.0.197-nightly.1.tgz
INFO Resolving tabby-community-color-schemes@latest
INFO Downloading tabby-community-color-schemes@latest from https://registry.npmjs.org/tabby-community-color-schemes/-/tabby-community-color-schemes-1.0.197-nightly.1.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/tmp4fvs37f6', '-C', '/tmp/tmpwycziuo2']' returned non-zero exit status 1.

from tabby-web.

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.