-
Notifications
You must be signed in to change notification settings - Fork 364
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while developing the VideoCard.jsx Component #9
Comments
maybe it is a typo error Let us see your code |
The "(creator: {username, avatar})" is not needed continue the code without it. This works fine const VideoCard = ({ title, creator, avatar, thumbnail, video }) |
This is my code brothers . . . and @giannis198 , yeah even checked the final code which he had deployed . . in which these code doesnt took place..but while at this phase he is using it currently . . so im little bit confused to move forward . . . Should I continue to code ? excluding that particular line ? need ur suggestion brothers |
Go to appwrite check if you have set the relationship correctly on the videos attributes i.e. many-to-one. As the error suggest's username is 'undefined' so probably the issue is how you have set the attributes.. |
I checked that part too , everything was crct my frnd , I dont what to do now . .. . |
This what i did const VideoCard = ({ title, creator, avatar, thumbnail, video }) |
Make sure the relationship between the video and the user is made well |
Have you confirmed if you have set it many-to-one or one-to-many..it should be many-to-one.. |
Are any of you using Android, as I'm experiencing a problem when I click on the search field. The buttomtab push up by the keyboard.I tried using keyboardavoiding view, but it still didn't work. |
Ok let me try this for now and continue this, btw thank u for everyone , who had helped me throughout this process. |
Yeah I have made sure that it is "Many-to-one" , but still the error pops up, |
Video playback error: db.w0: None of the available extractors (c, d, b, g, k, b, a0, d, h0, e, h, b, e, f, b, a) could read the stream. Error on horizontal video playing did anyone face the problem before? |
Everything going pretty good with this application, But at the time stamp of
2:40:36
, When i gave the same code as same him , at while supplying thevideo
as parameter to the component , mainly while at thecreator: {username, avatar}
I was getting this below mentioned error . . . .When I remove that particular part , ie thaat
creator
code part , the code works pretty fine . . .can some one give me the reason , for what causes this error ? and help me to solve this error ?
The text was updated successfully, but these errors were encountered: