Giter VIP home page Giter VIP logo

aora's Introduction

JS Mastery Pro

aora's People

Contributors

adrianhajdin avatar sujatagunale avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

aora's Issues

recieving this error 'Module "3" is missing from the asset registry'

so after pasting and importing useEffects from readme file i got this error
The Error description is:
This error is located at:
in RootLayout (at useScreens.js:112)
in Unknown (at useScreens.js:116)
in Suspense (at useScreens.js:115)
in Route (at useScreens.js:131)
in Route() (at ExpoRoot.js:128)
in RNCSafeAreaProvider (at SafeAreaContext.tsx:92)
in SafeAreaProvider (at ExpoRoot.js:57)
in wrapper (at ExpoRoot.js:127)
in EnsureSingleNavigator (at BaseNavigationContainer.tsx:433)
in BaseNavigationContainer (at NavigationContainer.native.js:105)
in ThemeProvider (at NavigationContainer.native.js:104)
in NavigationContainerInner (at ExpoRoot.js:123)
in ContextNavigator (at ExpoRoot.js:66)
in ExpoRoot (at qualified-entry.js:20)
in App (created by ErrorOverlay)
in ErrorToastContainer (created by ErrorOverlay)
in ErrorOverlay (at withDevTools.js:18)
in withDevTools(ErrorOverlay) (at renderApplication.js:57)
in RCTView (at View.js:116)
in View (at AppContainer.js:127)
in RCTView (at View.js:116)
in View (at AppContainer.js:155)
in AppContainer (at renderApplication.js:50)
in main(RootComponent) (at renderApplication.js:67), js engine: hermes

Error while developing the VideoCard.jsx Component

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 the video as parameter to the component , mainly while at the creator: {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 . . .
img

can some one give me the reason , for what causes this error ? and help me to solve this error ?

ERROR TypeError: Cannot read property 'useMemo' of null

The below error message is coming after the prerequisite completion and running the app on mobile.

ERROR TypeError: Cannot read property 'useMemo' of null

This error is located at:
in ContextNavigator (at ExpoRoot.js:64)
in ExpoRoot (at qualified-entry.js:20)
in App (created by ErrorOverlay)
in ErrorToastContainer (created by ErrorOverlay)
in ErrorOverlay (at withDevTools.js:18)
in withDevTools(ErrorOverlay) (at renderApplication.js:57)
in RCTView (at View.js:116)
in View (at AppContainer.js:127)
in RCTView (at View.js:116)
in View (at AppContainer.js:155)
in AppContainer (at renderApplication.js:50)
in main(RootComponent) (at renderApplication.js:67), js engine: hermes

This error is located at:
in ContextNavigator (at ExpoRoot.js:64)
in ExpoRoot (at qualified-entry.js:20)
in App (created by ErrorOverlay)
in ErrorToastContainer (created by ErrorOverlay)
in ErrorOverlay (at withDevTools.js:18)
in withDevTools(ErrorOverlay) (at renderApplication.js:57)
in RCTView (at View.js:116)
in View (at AppContainer.js:127)
in RCTView (at View.js:116)
in View (at AppContainer.js:155)
in AppContainer (at renderApplication.js:50)
in main(RootComponent) (at renderApplication.js:67), js engine: hermes

Issues with Videos Collection Update and Index Creation

Hello Guys, I would like to bring to your attention some challenges I've encountered while building the project by following the tutorial:

1. Videos Collection Update Issue:
Upon review, I've noticed that the videos collection is not updating as expected. Despite attempts to make modifications, the changes are not reflecting in the collection.

2. Videos Collection Attribute Update Problem:
Additionally, I've encountered difficulties updating attributes within the videos collection. Despite efforts to modify attributes, they remain unchanged, impacting the integrity of our data.

3. Videos Collection Index Creation Failure:
Furthermore, I've observed that the indexes for the videos collection are not being created. This is hindering our ability to efficiently access and manage the data within the collection.

Issue

I kindly request your assistance in addressing these issues promptly. If further information or clarification is needed, please do not hesitate to reach out.

Thank you for your attention to this matter.

putting real username in home.jsx

you have written jsmMastry in username in home instead you can can import Globalcontext user and put user.username in place of JSMastery

Font not working properly on android

the font is not loading properly, the next warning shows up when running the app and adding font-psemibold to CustomButton
WARN fontFamily "Poppins-SemiBold" is not a system font and has not been loaded through expo-font.
note: i copied the code from the original repo and the font folder is in the correct place ./assets/fonts/Poppins-Bold.ttf

Help me to solve this problem

img

I don't knw what makes this error, since I'm a newbie , I dont knw what makes this error , I was getting this at the timestamp 02:06:21

Can't able to get the data in the logs

I was doing everything fine, until at the timestamp of 1:45:25 , where when I hit the Sign In button, instead of showing me the datas in as in the log , I was shown with the error mentioned below , could anyone help me to solve this problem ?

It may be a simple problem , but since I'm new ,can't able to figure that on my own . . .
Screenshot 2024-04-19 192328

Getting Error in Create Post

WhatsApp Image 2024-04-23 at 03 33 26_bdca6c27

  1. I got this error "Error: TypeError: Cannot read property '$id' of undefined " and now i implemented if else condition to check the uploaded file if it exists or not..... after that i got the else statement that the file upload failed.

  2. Currently there another issue with appwrite which is "video and thumbnail are required" even though i have uploaded them from my local phone storage, I can't still make the file submission to the database

  3. I am also getting cannot read property 'username' of null in the home.jsx page

in video card, dummy video link and thumb nail link have issue

here is the response for the video link and thumbnail link, is there a way not upgrade and use it?
{"message":"Bandwidth limit for your organization has exceeded. Please upgrade to higher plan or update budget cap.","code":402,"type":"bandwidth_limit_exceeded","version":"0.13.6"}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.