-
Notifications
You must be signed in to change notification settings - Fork 55
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
Run in background error? #26
Comments
What python version? And that is strange... I have no idea about nohup or running this in the background. But I'll search on google about it. Thanks for telling me. |
ptyhon 2.7. It'd be great if this was compatible with |
Personally I have used screen and just detach when I ran the 3ds versions of this tool remotely, but nohup looks useful! Quickly, it looks like these projects had a similar problem. I will see what they did. |
the use case for me is to launch the downloads after ssh into my raspberry pi, and forget about them even if I close the ssh connection |
FYI - setting |
but that is something to do with the terminal/bash etc right? good that it works though. |
I think so could set it short lived for os.environ() during just the python program, in case that env variable doesn't exist ? |
I'm having problems with "screen", it seems that when I dettach the screen (ctrol+a, d) the script freezes. |
Hi,
I'm trying to do the following command to run the downloads in the background
If I run
python ./FunKiiU.py -title XXXXX -onlinetickets
everything is fine, but as soon as I launch i with nohup, I'm getting the following error in my log:is there something wrong with the script?
The text was updated successfully, but these errors were encountered: