这是indexloc提供的服务,不要输入任何密码
Skip to content

error while using termux-location #776

@SuperCowProducts

Description

@SuperCowProducts

Problem description
The error in the log file (may be linked to the fact that termux-location takes about 1 minute to respond, which is strange as Google Maps works fine and definitely updates more frequently
Steps to reproduce

Copy this cmd, paste it into termux and press enter:

log="termux-location_log.txt"
echo "" > $log
while true;
do 

	termux-location -p network
	termux-location -r last -p network
	echo $(date -Is)

	termux-location -p gps
	termux-location -r last -p gps
	echo $(date -Is)
done >> $log

Expected behavior
No errors

Additional information

  • termux-api application version: 0.52.0
  • termux-api package version (installed through apt): wasn't able to find this info, but I'm sure it's somewhere in the log file I attached
  • Android OS version: 14
  • Device model: Huawei FIG-LX1

termux-plugin_execution_command.log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions