umami-software / umami

Umami is a simple, fast, privacy-focused alternative to Google Analytics.
https://umami.is
MIT License
20.53k stars 3.88k forks source link

Similar to electron framework application API response {"beep": "boop"} #2833

Closed QYG2297248353 closed 3 days ago

QYG2297248353 commented 4 days ago

Describe the Bug

Reporting data using the API approach

image

image

The response obtained is image

Database

PostgreSQL

Relevant log output

No response

Which Umami version are you using? (if relevant)

Chrome

Which browser are you using? (if relevant)

Chrome

How are you deploying your application? (if relevant)

Docker

q2316367743 commented 4 days ago

我也是相同的问题,electron应用,请求发送成功,但是没有统计数据

q2316367743 commented 4 days ago

已经解决了,umami把你当成机器人了,docker启动的时候可以加入DISABLE_BOT_CHECK=1禁止机器人检查就可以

mikecao commented 3 days ago

That response means it thinks you're a bot. You need to pass a legitimate user-agent or disable the bot detection like @q2316367743 mentioned