Creoox / Creoox/xeokit-data-engine-samples
JobState contains invalid file URL
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 0
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
Job states return an invalid file URL.
They are also invalid in your test files, see line 50 here:
https://github.com/Creoox/xeokit-data-engine-samples/blob/d40aeda55d5f0e1c31bee550b74962343be183aa/tests/fixtures/golden/convertRvt2Glb/webhooks/job.succeeded-evt_019d0663fb0a726a90b6bc1ec05f79d3.json
The URL is missing the second / in https://.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading tests/fixtures/golden/convertRvt2Glb/webhooks/job.succeeded-evt_019d0663fb0a726a90b6bc1ec05f79d3.json at line 50 and trace where the JobState file URL is produced. Check the related test fixtures for the same malformed URL; done means JobState responses and those fixtures use a valid https:// URL with both slashes.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 72/100