project_youtube_clone icon indicating copy to clipboard operation
project_youtube_clone copied to clipboard

Videos array Not showing

Open hassannaveed327 opened this issue 2 years ago • 12 comments

in my code i am unable to get array of the api from rapid<> Kindly have a look here: https://github.com/hassannaveed327/Youtube-Clone-V3

hassannaveed327 avatar Oct 18 '22 15:10 hassannaveed327

same here video data not fetched

githubsayan7776969 avatar Dec 10 '22 13:12 githubsayan7776969

u need to subscribe to the API its free

githubsayan7776969 avatar Dec 10 '22 13:12 githubsayan7776969

WORKS FINE NOW

githubsayan7776969 avatar Dec 10 '22 13:12 githubsayan7776969

THE API DOES NOT HAVE ANY DEPRECATIONS

githubsayan7776969 avatar Dec 10 '22 13:12 githubsayan7776969

AND STILL IF IT DOES NOT FETCH USE THE TOKEN DIRECTLY INSIDE THE FETCHDATA COMPONENT

githubsayan7776969 avatar Dec 10 '22 13:12 githubsayan7776969

IT SHOULD WORK..ITS A WORKAROUND NOT A FULL PROOF SOL SINCE UR KEY GETS EXPOSED..BUT IT JUST WORKS THAT'S IT

githubsayan7776969 avatar Dec 10 '22 13:12 githubsayan7776969

AND STILL IF IT DOES NOT FETCH USE THE TOKEN DIRECTLY INSIDE THE FETCHDATA COMPONENT

use the token directly means? not getting you new to apis

AmitGhosh123 avatar Feb 03 '23 19:02 AmitGhosh123

I mean don't variabalize with env file.. Hope that helps..

On Sat, Feb 4, 2023 at 1:08 AM AmitGhosh123 @.***> wrote:

AND STILL IF IT DOES NOT FETCH USE THE TOKEN DIRECTLY INSIDE THE FETCHDATA COMPONENT

use the token directly means? not getting you new to apis

— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_youtube_clone/issues/10#issuecomment-1416319414, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQIVR6FWSVOBF66ISB3JG2DWVVNCPANCNFSM6AAAAAARIGHIMI . You are receiving this because you commented.Message ID: @.***>

githubsayan7776969 avatar Feb 04 '23 10:02 githubsayan7776969

But there are issues in the project..and i am not sure which project you are talking about in particular i don't remember properly..i t has been a long time since i worked on the project but yes using directly means don't variablize..

On Sat, Feb 4, 2023 at 4:23 PM sayantan acharya @.***> wrote:

I mean don't variabalize with env file.. Hope that helps..

On Sat, Feb 4, 2023 at 1:08 AM AmitGhosh123 @.***> wrote:

AND STILL IF IT DOES NOT FETCH USE THE TOKEN DIRECTLY INSIDE THE FETCHDATA COMPONENT

use the token directly means? not getting you new to apis

— Reply to this email directly, view it on GitHub https://github.com/adrianhajdin/project_youtube_clone/issues/10#issuecomment-1416319414, or unsubscribe https://github.com/notifications/unsubscribe-auth/AQIVR6FWSVOBF66ISB3JG2DWVVNCPANCNFSM6AAAAAARIGHIMI . You are receiving this because you commented.Message ID: @.***>

githubsayan7776969 avatar Feb 04 '23 10:02 githubsayan7776969

Use REACT_APP prefix when writing the "process.env" it looks like "process.env.REACT_APP_RAPID_API_KEY"

NirajSrivastava18 avatar Feb 28 '23 19:02 NirajSrivastava18

I am getting two errors one of get request and the other is axioserror . Also the arrays are not visible in the console. So what shall I do ? Please give reply as soon as possible.

SwatiPipariya avatar Apr 09 '23 17:04 SwatiPipariya

I am getting two errors one of get request and the other is axioserror . Also the arrays are not visible in the console. So what shall I do ? Please give reply as soon as possible.

install axios via npm install axios.

Regard

ElDeepFull avatar Jul 10 '23 19:07 ElDeepFull