-
Notifications
You must be signed in to change notification settings - Fork 68
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
How to run vaping without --debug #65
Comments
Without debug it forks into the background, but still is running. Are you sure it's not working? |
I can see, that right after I run |
Can confirm that. Only running vaping in debug mode works. |
@jiberan @baristan93 What python version are you guys running? I can see a similar issue running py3.6 - py2.7 works as expected. |
|
What's your output of running |
same here. 2.7.16.
|
we'll have a look at this issue, thanks for the feedback. will update once i know more / have a fix |
|
@jiberan @baristan93 Pushed a patch that fixed what i was able to reproduce running Can you please try the following and let me know if that fixes your issue
If it doesn't fix it, you could also try downgrading your |
Sadly, not working with a patch, I'm going to try with downgrade. |
I can also confirm, that patch is not working for |
Are both of you running on Raspbian? |
yes, buster. |
I have a rpi lying around somewhere, will try to reproduce there when i have some time |
yes. I'm running Raspbian. |
managed to reproduce on my rpi (running centos) and on a virtualbox running raspbian, not sure on the cause yet or if they are failing because of the same reason, but it's a step towards a fix :) |
@jiberan @baristan93 pushed a fix to the to install:
|
I can confirm, that it is working. Thanks! |
Hi,
I'm running vaping on Raspbian. I have managed to run it using
vaping start --home=/home/vaping --debug
How can I run it without --debug?
vaping start --home=/home/vaping
This is not wokring.
Can you help?
Thanks.
The text was updated successfully, but these errors were encountered: