algolia / firestore-algolia-search

Apache License 2.0
112 stars 35 forks source link

Error when performing Algolia index Error: Value for argument "field" is not a valid field path. #63

Closed bmnidhin closed 3 years ago

bmnidhin commented 3 years ago

indexing fields : channelName,thumbnail,title,duration,id,date,description,category,isVisible,videoScore,views (from firebase ui)

fields from log : [ 'fields: channelName,thumbnail,title,duration,id,date,description,category,isVisible,videoScore,views,' ]

but it is showing error Error when performing Algolia index Error: Value for argument "field" is not a valid field path.

It was working fine before.

bmnidhin commented 3 years ago

Sample Data

category "Comedy" channelId "Pon1uG0eNnhf9TLsps0jtScndtN2" channelName "Nirmal Pillai" comments 3 country "IN" date September 11, 2021 at 11:03:29 PM UTC+5:30 description " The perfect Bengaluru Sunday morning doesn't exist... We also found the elusive Vada Pav uncle outside Cubbon and gorged on 2 of those beauts each. ❤️ Editing wiz: Gowtham Follow us on da gram: Nirmal: https://www.instagram.com/mahlyf_mahr... Gowtham: https://www.instagram.com/gowtham_des... Many thangyou " disLikes 0 duration 339.568616 error false error_message "No Error" generatedThumbnail "https://i.ytimg.com/vi/epL51ythcJg/maxresdefault.jpg" id "245Kij5z22Wi76NL5Kkp" isComments "Allowed" isVerified false isVisible "Public" jobId "9091dea3b20204a7ef1d4573d5f043c2" language "Malayalam" likes 2 profilePic "https://lh3.googleusercontent.com/a-/AOh14Giw5nxawBCmreQsK4HRv1RXWgHAv7tYL-cFYoDjXA=s96-c" shortLink "*" subscribers 0 thumbnail "https://firebasestorage.googleapis.com/v0/b/millions-video.appspot.com/o/assets%2FPon1uG0eNnhf9TLsps0jtScndtN2%2Fvideos%2F245Kij5z22Wi76NL5Kkp%2Fuploaded-245Kij5z22Wi76NL5Kkp.jpg?alt=media&token=7c360238-29c1-4fb1-be00-691ce0c5d375" title "Stop Roasting Helen" videoScore 82 videoSrc "https://***/videos/245Kij5z22Wi76NL5Kkp/playlist.m3u8" views 1

Haroenv commented 3 years ago

the argument you passed is "fields", but the error is about "field"

bmnidhin commented 3 years ago

the argument you passed is "fields", but the error is about "field"

Whole process is handled by algolia extention, I've access only to GUI. I cant change parameters

smomin commented 3 years ago

Can you send a screen shot of your extension configuration with the sensitive data blacked out?

bmnidhin commented 3 years ago

Can you send a screen shot of your extension configuration with the sensitive data blacked out?

image

smomin commented 3 years ago

I am not seeing any issues with your configuration. You mentioned that this was working and now without changes on your end, you've started to see errors in the log. Is that correct?

smomin commented 3 years ago

@bmnidhin was the issue resolved?

bmnidhin commented 3 years ago

@bmnidhin was the issue resolved?

Yes