Brian
Brian
Your code seems good so I went back to look how the UI logs in. Here is its axios.create() ```javascript export default axios.create({ withCredentials: true, withXSRFToken: true, maxRedirects: 0, headers:...
Thanks for reporting this. I'll do some testing and try to get it into the next version. What meshtastic hardware and firmware version are you using?
Looks like enrollment worked for you but I'm not sure why the connection is breaking. I tried with ATAK 5.4.0.5 and OTS 1.4.4 and it worked fine. I'm on Ubuntu...
The easiest way is to enable the logcat option in ATAK. In ATAK, tap on Settings -> Support -> Logging Preferences -> Advanced Logging -> Enable Logcat File. That will...
The logcat didn't have the error I was hoping for. Are your server and EUD on the same LAN?
> Any option to turn on _debug logging_ at server's side? Yes, set `DEBUG: true` in ~/OTS/config.yml and restart with `sudo systemctl restart opentakserver`
> > I'm on Ubuntu 24.04 but I'd think > > Ubuntu 24.04, OTS 1.4.4, eventlet 0.37.0, pika 1.3.2, self-signed certificates: > > ``` > [2025-04-23 10:52:56,233] - OpenTAKServer[22869] -...
I made a mistake in the command I told you to run. You'll need to restart the OpenTAKServer service `sudo systemctl restarart opentakserver`. You can email me at [email protected]
> @brian7704 What do you think about downgrading Python to 3.10? I don't think it will fix that error, OTS should run the same on python 3.10 - 3.14. I'm...
After some troubleshooting on discord with @GvozdevLeonid, the issue seems to have something to do with the EUD's language being set to a unicode language such as Russian in his...