Giter Site home page Giter Site logo

Comments (13)

mharrisb1 avatar mharrisb1 commented on July 21, 2024 2

Confirming that new release works. Thanks for closing so quickly. You guys killed it 🔥

from warp.

mharrisb1 avatar mharrisb1 commented on July 21, 2024

Restarted again, removed the Warpify entry from zshrc, re-added it, and sourced the file. Now I'm getting this error:

 [ -z $WARP_BOOTSTRAPPED ] && eval 'export WARP_HONOR_PS1=0; export WARP_COMBINED_PROMPT_COMMAND_GRID=0;  setopt hist_ignore_space; unsetopt ZLE; WARP_IS_SUBSHELL=1; WARP_SESSION_ID="$(command -p date +%s)$RANDOM"; _hostname=$(command -pv hostname >/dev/null 2>&1 && command -p hostname 2>/dev/null || command -p uname -n); _user=$(command -pv whoami >/dev/null 2>&1 && command -p whoami 2>/dev/null || echo $USER); _msg=$(printf "{\"hook\": \"InitShell\", \"value\": {\"session_id\": $WARP_SESSION_ID, \"shell\": \"zsh\", \"user\": \"$_user\", \"hostname\": \"$_hostname\", \"is_subshell\": true}}" | command -p od -v -b | command -p cut -b9- | command -p xargs printf "0%s " | command -p xargs printf "%02x" | command -p tr -d " \n"); if command -p echo a | command -p od -An -v -tx1 >/dev/null 2>&1; then;    _msg=$(printf "{\"hook\": \"InitShell\", \"value\": {\"session_id\": $WARP_SESSION_ID, \"shell\": \"zsh\", \"user\": \"$_user\", \"hostname\": \"$_hostname\", \"is_subshell\": true}}" | command -p od -An -v -tx1 | command -p tr -d " \n"); fi; printf '"'"'\x1b\x50\x24\x64%s\x9c'"'"' "$_msg"; unset _hostname _user _msg;'

from warp.

mharrisb1 avatar mharrisb1 commented on July 21, 2024

Is there a way to downgrade back to previous version? This really interrupts my flow

from warp.

alokedesai avatar alokedesai commented on July 21, 2024

Hey @mharrisb1, sorry for the issues you're seeing and thanks for flagging.

  1. Do you remember the last version you were using before this happened?
  2. Are you able to repro with the build released last thursday? https://releases.warp.dev/stable/v0.2024.06.04.08.02.stable_02/Warp.dmg

from warp.

alokedesai avatar alokedesai commented on July 21, 2024

Could you also share a video of what the error looks like in Warp so I can better understand what's happening?

from warp.

mharrisb1 avatar mharrisb1 commented on July 21, 2024

Hey @alokedesai thanks for responding.

Do you remember the last version you were using before this happened?

I don't unfortunately

Are you able to repro with the build released last thursday?

I am

Here is a recording using that release. The problem is the same as the current release

https://www.loom.com/share/0d0f475cf7c7461bbcf5030607089056?sid=eadb1a95-217a-47f6-bb3b-3c017bc44b3b

from warp.

alokedesai avatar alokedesai commented on July 21, 2024

Thanks. Could you try the previous week's release? https://releases.warp.dev/stable/v0.2024.05.28.08.02.stable_00/Warp.dmg

Have you upgraded poetry at all? What version of poetry are you using?

from warp.

mharrisb1 avatar mharrisb1 commented on July 21, 2024

Not able to repro on that release with Poetry v1.8.2

https://www.loom.com/share/a05385afedc44019971ee0ae1cb50e06?sid=cba3628e-4861-4688-951a-fb9fa81eec0d

from warp.

mharrisb1 avatar mharrisb1 commented on July 21, 2024

Also just to confirm contents of ~/.zshrc

cat ~/.zshrc | grep 'printf'
printf '\eP$f{"hook": "SourcedRcFileForWarp", "value": { "shell": "zsh"}}\x9c'

from warp.

alokedesai avatar alokedesai commented on July 21, 2024

@mharrisb1 Thanks for the info. We're actively looking at this and should have an update shortly.

from warp.

mharrisb1 avatar mharrisb1 commented on July 21, 2024

Thanks for looking into it. I'm set in the meantime with v0.2024.05.28.08.02.stable_00

from warp.

alokedesai avatar alokedesai commented on July 21, 2024

Found the culprit, working on a fix for this right now. New release should be available within the next hour.

from warp.

alokedesai avatar alokedesai commented on July 21, 2024

@mharrisb1 The latest release should have a fix for this. Thanks again for flagging and please reopen if you're still experiencing issues.

from warp.

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.