floss-fund / portal

Portal / directory for listing, indexing, and crawling funding.json manifests
https://dir.floss.fund
GNU Affero General Public License v3.0
21 stars 6 forks source link

too many lines in the .well-known list #5

Closed gegobyte closed 4 weeks ago

gegobyte commented 1 month ago

Getting this error while trying to submit funding.json file. There is just one line in the funding-manifest-urls file. Have already validated it using the validate manifest tool.

image

knadh commented 1 month ago

Fixed an issue with GitHub URL transformation. Could you please try again (and share the URL here so that it can be debugged in case if it still doesn't work?)

gegobyte commented 1 month ago

I tried again but getting the same error. Here is the funding manifest url: https://seal-generator.netlify.app/funding.json

gegobyte commented 1 month ago

The github link for the manifest url is https://github.com/gegobyte/seal-generator/blob/main/public/funding.json

getting doctype error when using this link

image

gegobyte commented 4 weeks ago

Fixed this error my creating the .well-known/funding-manifest-urls file outside of the public directory.

Earlier it was hosted here: https://github.com/gegobyte/seal-generator/blob/main/public/.well-known/funding-manifest-urls now it is hosted here: https://github.com/gegobyte/seal-generator/blob/main/.well-known/funding-manifest-urls

This change resolved the error.