pelias / pelias/polylines

importing process is stuck in `PIP Service Loading ` step

Open
#283 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
Dominant language
JavaScript
Stars
21
Forks
27
PR merge metrics
No merged PRs in 30d

Description

As described few days ago in Gitter : https://matrix.to/#/!VVaYvQGaqlHTRUuONX:gitter.im/$3rRmC7XKokKWnpxKKk5KoQG8E-pO59tcUqsxRsIXd2k?via=gitter.im&via=matrix.org&via=wom.icu

the importing process is stuck in PIP Service Loading step:
it does not end itself nor it goes to the subsequent step

raphy@WorldMap:~/pelias/polylines$ npm start

> pelias-polyline@0.0.0-development start
> ./bin/start

2025-06-23T06:54:13.589Z - debug: [wof-admin-lookup] [postalCityMap] loaded /home/raphy/pelias/polylines/node_modules/pelias-wof-admin-lookup/src/data/ASM.tsv
2025-06-23T06:54:13.604Z - debug: [wof-admin-lookup] [postalCityMap] loaded /home/raphy/pelias/polylines/node_modules/pelias-wof-admin-lookup/src/data/GUM.tsv
2025-06-23T06:54:13.611Z - debug: [wof-admin-lookup] [postalCityMap] loaded /home/raphy/pelias/polylines/node_modules/pelias-wof-admin-lookup/src/data/MNP.tsv
2025-06-23T06:54:13.613Z - debug: [wof-admin-lookup] [postalCityMap] loaded /home/raphy/pelias/polylines/node_modules/pelias-wof-admin-lookup/src/data/PRI.tsv
2025-06-23T06:54:13.646Z - debug: [wof-admin-lookup] [postalCityMap] loaded /home/raphy/pelias/polylines/node_modules/pelias-wof-admin-lookup/src/data/USA.tsv
2025-06-23T06:54:14.608Z - debug: [wof-admin-lookup] [postalCityMap] loaded /home/raphy/pelias/polylines/node_modules/pelias-wof-admin-lookup/src/data/USA.override.tsv
2025-06-23T06:54:15.729Z - debug: [wof-admin-lookup] [postalCityMap] loaded /home/raphy/pelias/polylines/node_modules/pelias-wof-admin-lookup/src/data/VIR.tsv
2025-06-23T06:54:15.733Z - debug: [wof-admin-lookup] [postalCityMap] loaded /home/raphy/pelias/polylines/node_modules/pelias-wof-admin-lookup/src/data/NLD.tsv
2025-06-23T06:54:26.253Z - debug: [wof-admin-lookup] [useEndonyms] loaded /home/raphy/pelias/polylines/node_modules/pelias-wof-admin-lookup/src/data/aliases/country-endonyms.psv
2025-06-23T06:54:26.298Z - debug: [wof-admin-lookup] [useEndonyms] loaded /home/raphy/pelias/polylines/node_modules/pelias-wof-admin-lookup/src/data/aliases/region-endonyms.psv
2025-06-23T06:54:29.320Z - debug: [wof-admin-lookup] [useEndonyms] loaded /home/raphy/pelias/polylines/node_modules/pelias-wof-admin-lookup/src/data/aliases/locality-megacity-endonyms.psv
2025-06-23T06:54:29.507Z - info: [wof-pip-service:master] starting with layers neighbourhood,borough,locality,localadmin,county,macrocounty,region,macroregion,dependency,country,empire,continent,marinearea,ocean
2025-06-23T06:54:31.194Z - info: [wof-pip-service:master] continent worker loaded 0 features in 0.03 seconds
2025-06-23T06:54:31.206Z - info: [wof-pip-service:master] region worker loaded 0 features in 0.083 seconds
2025-06-23T06:54:31.207Z - info: [wof-pip-service:master] locality worker loaded 0 features in 0.088 seconds
2025-06-23T06:54:31.210Z - info: [wof-pip-service:master] dependency worker loaded 0 features in 0.086 seconds
2025-06-23T06:54:31.211Z - info: [wof-pip-service:master] borough worker loaded 0 features in 0.044 seconds
2025-06-23T06:54:31.213Z - info: [wof-pip-service:master] neighbourhood worker loaded 0 features in 0.091 seconds
2025-06-23T06:54:31.225Z - info: [wof-pip-service:master] county worker loaded 0 features in 0.107 seconds
2025-06-23T06:54:31.254Z - info: [wof-pip-service:master] macroregion worker loaded 0 features in 0.072 seconds
2025-06-23T06:54:31.299Z - info: [wof-pip-service:master] ocean worker loaded 0 features in 0.027 seconds
2025-06-23T06:54:31.310Z - info: [wof-pip-service:master] marinearea worker loaded 0 features in 0.027 seconds
2025-06-23T06:54:31.345Z - info: [wof-pip-service:master] localadmin worker loaded 0 features in 0.033 seconds
2025-06-23T06:54:31.368Z - info: [wof-pip-service:master] empire worker loaded 0 features in 0.04 seconds
2025-06-23T06:54:31.377Z - info: [wof-pip-service:master] macrocounty worker loaded 0 features in 0.031 seconds
2025-06-23T06:54:31.446Z - info: [wof-pip-service:master] country worker loaded 0 features in 0.039 seconds
2025-06-23T06:54:31.446Z - info: [wof-pip-service:master] PIP Service Loading Completed!!!

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue with npm start and begin at the ./bin/start entry point, using the PIP Service Loading log output as the boundary. Trace why the process does not reach the subsequent import step; done means the import continues after PIP Service Loading Completed!!! without hanging.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, node.js
Domain
backend, data-engineering
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.