Sorry for late reply
I will try to find the problem on oneBash, in the mean time install python request with:
sudo apt install python-pip
sudo pip install requests
This should solve the WTM python problem
Edit:
What happens when you run this command:
guake -n /home/m1/wtm_auto_switch -r WTM_AUTO_SWITCH -e "bash /home/m1/wtm_auto_switch"
Edit 2:
Does rxOC has screen installed?
We can try to run wtm in screen mode
Change oneBash wtm start command from guake to screen and see how it goes:
screen -dmS wtm bash /home/m1/wtm_auto_switch
If screen is not installed in rxOC bt default install with :
sudo apt install screen
After restart oneBash, run
screen -r wtm
This shows wtm switcher output, to get out of screen "ctrl a+d" (dont use ctrl+c)