Closed alex000090 closed 1 year ago
What version of traccar do you have? I know for a fact that it's working fine right now so something must be up with your configuration
I use 5.6 version and "modern" web frontend.
can you also show configuration? you can replace domain and the like but configuration would be useful
Do you mean traccar or septitrac config? I post both below. Maybe I need clear septitrac config files without GUI. Could you tell me a path where I can found it?
traccar.xml `<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'>
`
default.xml `<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE properties SYSTEM 'http://java.sun.com/dtd/properties.dtd'>
wait user1@users.local. Why the @users.local? try without it. If you have something strange going on with login that could be an issue
ah users.local is supposed to be email. Well anyway my guess is something is wrong with authentication
Dear developer, I've tried to connect to my traccar server but when I've filled all fields and pressed connect button nothing been done. It's look like the button doesn't have the action. I've tried to run the app via console. There is an error Main.qml:212: JSON.parse: Parse error. Could you help me to find a mistake?
Is your traccar server properly working via web client? If so, you have to enter the server address, username (email) and correct password.
Septitrac is working properly, so I'd put special attention on server address
Also post entire console log from app. I think above Main.qml:212: JSON.parse: Parse error
you have message about authentication error in which case you must've screwed up login/password. Use the same email/password as on the website. Also i've noticed that traccar has
<entry key='web.port'>8082</entry>
so either you access it via domain.com:8082 or you have reverse proxy that translates it to 80/443. If you use :8082 in web browser then you also have to use :8082 in path in septitrac, if you have reverse proxy, check it if you're passing requests correctly
Web client works correctly. The server adress and credentials I've entered many times with direct enter and copy-past. The server works on docker container and have 443 port via reverse proxy. I've tried to connect in local network with 8082 port, but there is no reactions. Previosly I've tried to connect PhoneTrack via Septitrac by entering PhoneTrack's adress (NextCloud). Maybe there is some Septitrac configuration file with error and I should delete it.
Additionally I see the console output. There are a lot of errors at starting. I attach the screen.
ProtocolInvalidOperationError that means the issue is absolutely with your server setup as it doesn't allow some protocols that the api is using
Dear developer, I've tried to connect to my traccar server but when I've filled all fields and pressed connect button nothing been done. It's look like the button doesn't have the action. I've tried to run the app via console. There is an error Main.qml:212: JSON.parse: Parse error. Could you help me to find a mistake?