phoneinfoga icon indicating copy to clipboard operation
phoneinfoga copied to clipboard

Numverify scan results always empty on web interface

Open lcp2000 opened this issue 2 years ago • 2 comments

Describe the bug When running a scan via the web interface, "Numverify scan" and "OVH Telecom scan" sections are always empty.

To Reproduce Installed PhoneInfoga via Docker Compose file: `

services:
  phoneinfoga:
    container_name: phoneinfoga
    hostname: phoneinfoga
    restart: unless-stopped
    image: sundowndev/phoneinfoga:latest
    environment:
      - NUMVERIFY_API_KEY = ${API_KEY} # API key to authenticate to the Numverify API.
      - NUMVERIFY_ENABLE_SSL = "true"  # Whether to use HTTPS or plain HTTP for requests to the Numverify API.
    command:
      - "serve"
    ports:
      - "8017:5000"
    networks:
      - "MyNET"

`

Expected behavior The "Numverify scan" section should be populated with data from API.

Screenshots (optional) Web Interface: https://ibb.co/30K6XCM PhoneInfoga Log: https://ibb.co/rkPS23y

Desktop (please complete the following information):

  • OS: [e.g. Windows 10, Ubuntu 18.04 ...]
  • PhoneInfoga exact version (PhoneInfoga v2.5.0-edd21a2)
  • Go exact version (if running it with Go) (sh: go: not found)

Additional context There are no errors present in log

Thanks for any help ;)

lcp2000 avatar Jul 25 '22 16:07 lcp2000

Hi, it's probably that Numverify doesn't have any data for this number and thus return this confusing response.

sundowndev avatar Jul 31 '22 19:07 sundowndev

@sundowndev, thanks for your response. I have thought about that possibility and tried several numbers, including my own, to no avail. As far as Numverify not having any data on numbers I've scanned, is there a verified BAD number that I can use to verify this?

lcp2000 avatar Jul 31 '22 19:07 lcp2000

Eventually fixed by https://github.com/sundowndev/phoneinfoga/pull/1125

sundowndev avatar Sep 05 '22 16:09 sundowndev

Please consider reading the documentation again and check you created an API key on the apilayer website. Closing for inactivity.

sundowndev avatar Sep 15 '22 11:09 sundowndev