-
Notifications
You must be signed in to change notification settings - Fork 617
source
seems to break Upterm
#1215
Comments
@apetresc, yes, please post content of |
I'm having a similar issue: Could this be what is overriding the Line 93 in e778fc4
|
I have the same issue. I have this on my
so that bash can read |
I get the same issues trying to activate a python virtual environment: |
experiencing the same issue. Seems like the command source command doesnt work at all. |
same issue |
@AIRMAP-kevin Me too. I can only switch to iterm |
Hi, Having the same issue. I was using Upterm to do some work inside a mounted directory vis sshfs and OSX fuse (using macOS high sierra to mount a directory of another macOS high sierra computer connected in local network). The connection was lost (I think) and the directory was unmounted but Upterm was still inside it. Upterm stayed in a state where it was still inside the mounted directory and only basic shell commands worked and couldn't get out of the mounted directory, even after quit Upterm and relaunch. Eventually remounted the directory with iTerm2 and Upterm was able to cd out of the mounted directory but only basic shell functions worked and sourcing ~/.bashrc would return cannot read property length of undefined (this persisted after quit and relaunch). Uninstalled via homebrew cask and reinstalled and the behavior persisted. Deleted via appcleaner, and installed again via brew cask and behavior persisted. So Upterm is pretty much unusable at this point. |
I am having the same issue. Anyone working on this issue? |
@ardunn There hasn't been a substantial commit to this repo in almost half a year; I don't think anything is being worked on anymore. I wouldn't hold my breath for a fix here. |
Sorry guys, but main contributor cannot help - #1301 If you have power - just made PR with fix - I will accept it. |
I see - that's very sad, I'm sorry to hear it :( |
In addition to It seems like this, #180, #449, #1216, #1262, #1260, #243, #94, #479, and maybe others are related. Would it be worth combining all of them and adding a note in the readme that some of this stuff just isn't implemented yet? |
This is very strange; when I try to
source ~/.profile
in Upterm (with zsh), I get this error:This doesn't appear to be an error from the shell, but from Upterm itself. Sourcing
~/.profile
from iTerm or Terminal, of course, works.So I try source-ing something else, something innocent like
.zshrc
. That gets even weirder. It appears to exit without errors, but it didn't actually run to completion (I know because I have afortune | cowsay
at the end of my.zshrc
which didn't show up), and once it finishes "running", nothing else works. Trying anything results in "Upterm: command * not found":If I had to guess, it looks like
source
itself is being overridden by Upterm somehow, and not being implemented properly.Let me know if you need me to post the
~/.profile
or~/.zshrc
files themselves.The text was updated successfully, but these errors were encountered: