wldeh / bible-api

Free Unlimited Bible API with support for 200+ versions and languages.⚡
62 stars 7 forks source link

Incomplete return of certain verses for certain versions #3

Open reversedbias opened 2 months ago

reversedbias commented 2 months ago

Describe the bug When using the English ASV and WEB translations, certain verses return only the first part of a verse instead of the entire verse.

To Reproduce

https://cdn.jsdelivr.net/gh/wldeh/bible-api/bibles/en-asv/books/habakkuk/chapters/3/verses/2.json

This is the ASV version. You will see that it only returns up to the colon. The verse is incomplete. This appears so be an issue for multiple verses, you can check the rest of the verses in Habakkuk chapter 3. The issue also appears in the WEB version. The KJV version appears to be okay.

Expected behavior The full verse should be returned for all verses in the Bible translations

Screenshots N/A

Desktop (please complete the following information):

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

reversedbias commented 2 months ago

Upon further investigation, it appears that the database file (at least what is shown on GitHub), is incomplete. It is probably a problem with the import/export tool that you are using to put the data into the correct format.