📄
GPM-Login document
  • Browser fingerprint
    • Địa chỉ IP
    • Timezone
    • Geo location
    • WebRTC IP
    • Hardware: Canvas
    • Hardware: WebGL
    • Hardware: Audio
    • Hardware: CPU,RAM
    • Software:User agent
    • Software: Screen
    • Software: Font
    • Software: Hệ điều hành
    • TCP/IP Fingerprint
  • API document
    • Danh sách profiles
    • Lấy thông tin profile
    • Tạo profile
    • Mở profile
    • Đóng profile
    • Cập nhật profile
    • Xóa profile
    • Danh sách nhóm
  • None-code automation
    • Các block
    • Programming
    • Navigation
    • Element
    • Mouse
    • Keyboard
    • Scroll
    • Other
    • Helper
  • Lỗi thường gặp
    • Không nhận thông số fake
    • Bị xóa file thực thi exe
    • Không kết nối được Proxy / Socks5
    • Profile không lưu dữ liệu
    • Lỗi liên quan cookie
    • Báo đỏ ở một số trang check
    • Không upload được profile lưu tại host
    • Xử lý lỗi: The network location cannot be reached
    • Private server: Tài khoản đang được đăng nhập ở một nơi khác
    • Tài khoản bị logout khỏi google
Powered by GitBook
On this page
  1. Lỗi thường gặp

Xử lý lỗi: The network location cannot be reached

Lỗi xuất hiện ngay khi mở ứng dụng

  • Cách khắc phục: Mở cmd với quyền admin (cmd nha không phải powershell) và chạy lệnh: netsh http add iplisten 127.0.0.1 hoặc sc config http start=demand

  • Nguyên nhân: Do tool khởi tạo một HttpServer tại địa chỉ 127.0.0.1 để phục vụ việc export cookie, nhưng máy chưa cho phép lắng nghe dữ liệu tại địa chỉ này nên lỗi

Last updated 1 year ago