Chat Application using ASP.NET Core SignalR with User Identity

Поделиться
HTML-код
  • Опубликовано: 4 ноя 2024

Комментарии • 168

  • @CallumBradbury
    @CallumBradbury 4 года назад +25

    Huge chunks of this video are missing, code appears out of nowhere, the section on invoking signalR is entirely skipped. Can't follow the tutorial which is a shame as what is there, is really clear and nice.

  • @DotNetTrainingAcademy
    @DotNetTrainingAcademy  5 лет назад +3

    Hey friends, Hope you enjoyed and learned a lot in this video.
    Please subscribe to this channel: ruclips.net/channel/UCYl5G87mJQJOOQoAevAzd5w
    If I get 400 likes for this video, I am gonna make advanced long polling application (Cryptocurrency ticker trade) using signalR.

    • @argeelearner3978
      @argeelearner3978 5 лет назад

      Hi Everybody please like this video so we can get an advanced long polling app.

    • @rivaldovola9896
      @rivaldovola9896 5 лет назад

      the code please git hub bro on every video. i like your stuff tho

  • @vandeljasonstrypper6734
    @vandeljasonstrypper6734 5 лет назад +40

    the mouse click sound pretty annoying

    • @DotNetTrainingAcademy
      @DotNetTrainingAcademy  5 лет назад +3

      Thank you, I will reduce.

    • @jainr67
      @jainr67 4 года назад +9

      @@DotNetTrainingAcademy Sorry but I don't think you need it, remove it at all

  • @magnusmar6308
    @magnusmar6308 5 лет назад +19

    Finally I find a example with a connection to Db :)

    • @ayeshaehsan1431
      @ayeshaehsan1431 4 года назад +1

      I need help.. if a move to other view and then back to view where public chat is build..It give me an error can u tell me y??PLz working on my final year project :(

    • @vikasmalik9873
      @vikasmalik9873 4 года назад

      @@ayeshaehsan1431 hi I can help you if your problem still persists

    • @khoufiwissem1086
      @khoufiwissem1086 3 года назад

      @@vikasmalik9873 Hi bro , i have question can you help me ?

    • @vikasmalik9873
      @vikasmalik9873 3 года назад

      @@khoufiwissem1086 hi sure you can ask brother

    • @khoufiwissem1086
      @khoufiwissem1086 3 года назад

      @@vikasmalik9873 thansk bro , this is my first experience with SignalR , I ask if signalR detect change directly from SQL data base ? for example if i Add a message manually in SQL Server and i watch the User interface can i see the new message ?
      thanks a lot !

  • @КатяВласова-з1у
    @КатяВласова-з1у 5 месяцев назад

    InvalidOperationException: The view 'Create' was not found. The following locations were searched:
    /Views/Home/Create.cshtml
    /Views/Shared/Create.cshtml
    /Pages/Shared/Create.cshtml
    Why are we referring to a representation that doesn't exist?

  • @harmkr2244
    @harmkr2244 Год назад

    I have a question from JS. In the chat.js file, when.innerHTML =
    (currentdate.getMonth() + 1) + "/"
    + currentdate.getDate() + "/"
    + currentdate.getFullYear() + " "
    + currentdate.toLocaleString('en-US', { hour: 'numeric', minute: 'numeric', hour12: true }) there is an error in the browser console. Uncaught ReferenceError: when is not defined
    at HTMLInputElement. (chat.js:18:5)
    but I didn't do anything and I only copied files from Google Drive to my folder. Thanks

  • @unifiedgamingofficial
    @unifiedgamingofficial 3 года назад

    Hey , You have directly came to Index.htmlcs file didn't show how to do it , we are facing problems for it, can you help?

  • @yasarkazi5189
    @yasarkazi5189 2 года назад +2

    i want to clear one doubt, before add migration did you added database externally in this video because after using update database i cant see the database tables in my localdb

  • @akashdighade-k9b
    @akashdighade-k9b 9 месяцев назад

    hey its great to have chance to hear you ...

  • @patrykkaszubowski9079
    @patrykkaszubowski9079 4 года назад

    I've got error like this - not able to call ToListAsync in homecontroller, any sugestions?
    public async Task Index()
    {
    var currentUser = await _userManager.GetUserAsync(User);
    if (User.Identity.IsAuthenticated)
    {
    ViewBag.CurrentUserName = currentUser.UserName;
    }
    var messages = await _context.Messages.ToListAsync();
    return View(messages);
    }

  • @jhomellreyes4779
    @jhomellreyes4779 4 года назад +4

    i'm having this error that Create function was not found

  • @rajeshadvani873
    @rajeshadvani873 2 года назад +1

    Two question : 1. In case if we are not Using the entity framework what will you do in place of user manger this is used as part of the aspnetcore.identity which we are not using ? 2. If we want to redirect chat to specific user without storing his identity i.e. authentication only we can save his name how do we do it. SO basically in database we store only the name of the chatting user and not a proper account. How would you do that.

  • @XELTRA1
    @XELTRA1 Год назад

    Hi, i use .net 7, i try your sorce code, but i got error "InvalidOperationException: Unable to resolve service for type 'Microsoft.AspNetCore.Identity.UserManager`1[ChatApplication.Models.AppUser]' while attempting to activate 'ChatApplication.Controllers.HomeController"

  • @d_t.e.a
    @d_t.e.a 2 года назад

    Thanks for this video. I have a question. Can you share how to create the database ? it's have many table and I don't know how to follow this ?

  • @russellkemmit73
    @russellkemmit73 4 года назад +2

    Dude this is awesome I am subscribing. Please do more SIgnalR stuff, do a part two to this and add more advanced features in regards to signalr.

    • @DotNetTrainingAcademy
      @DotNetTrainingAcademy  4 года назад

      yeah sure mega course is on the way

    • @ayeshaehsan1431
      @ayeshaehsan1431 4 года назад

      @@DotNetTrainingAcademy can u help me how to modified this one into user and admin chat??
      I need this for my fyp

  • @dangirgis1
    @dangirgis1 2 года назад

    i have this error in send message at Create Method ..this Error (InvalidOperationException: The view 'Create' was not found. The following locations were searched:
    /Views/Home/Create.cshtml
    /Views/Shared/Create.cshtml
    /Pages/Shared/Create.cshtml)

  • @jemschaudhary5922
    @jemschaudhary5922 Год назад +1

    Very helpful! Thanks for the video. Also, Can you create a video with sending msgs to particular user like (facebook or Instagram). Sending msg between one-to-one users.

  • @bintybiju2203
    @bintybiju2203 4 года назад +3

    Severity Code Description Project File Line Suppression State
    Error CS1061 'ApplicationDbContext' does not contain a definition for 'Messages' and no accessible extension method 'Messages' accepting a first argument of type 'ApplicationDbContext' could be found (are you missing a using directive or an assembly reference?) WeChat
    Can you advice what is error is?

    • @DotNetTrainingAcademy
      @DotNetTrainingAcademy  4 года назад

      Check Messages class set as public

    • @diegooolB
      @diegooolB 4 года назад

      @@DotNetTrainingAcademy its Message class, and its public. Same issue as Binty... doesn't seem to incorporate the class to the dbcontext

    • @diegooolB
      @diegooolB 4 года назад +2

      its just missing the line in the applicationdbcontext
      public DbSet Messages { get; set; }

    • @mohamedmlalih3885
      @mohamedmlalih3885 3 года назад

      did you find the solution?

  • @DA-ou7hv
    @DA-ou7hv 3 года назад

    I am finding several errors. my db contains Message, not Messages - double checked builder code and model several times. Also issues resolving Identy.UserManager. Error in home controller _context.Messages does not exist

  • @MobilTemp
    @MobilTemp 4 года назад +5

    Great video, gj.
    (plz remove mouse click sound)

  • @exception_
    @exception_ 2 года назад

    Hello, can you tell me to develop a messenger like a telegram, it's better to use SignalR or regular web sockets?

  • @gettingweightagain
    @gettingweightagain 2 года назад

    Thanks for your this video
    I have question
    How save this chat in MSSQL maybe?

  • @MMMM-bp4wl
    @MMMM-bp4wl 3 года назад

    Everything works, but hte only problem is when I log in it still acts like I'm unauthorised user, what should I do?

  • @ceaselezservice3177
    @ceaselezservice3177 5 лет назад +2

    Working fine , but its changing url after clicking the send button url like "localhost:44386/Home/Create" , what i m missing ?

    • @naniyos1
      @naniyos1 4 года назад

      i have the same problem, did u get to fix it??

    • @jamescabral5464
      @jamescabral5464 4 года назад

      i have the same problem ,, did you find a fix now?

    • @DotNetTrainingAcademy
      @DotNetTrainingAcademy  4 года назад

      Please install the https certification

    • @diegooolB
      @diegooolB 4 года назад

      @@DotNetTrainingAcademy same issue here. Problem is on the HomeController, if (ModelState.IsValid) is always false. I managed to send a "sample message" doing the same action on an else statement with a fixed text, and the message gets inserterted on the page.
      But doesn't show up, because on the index.cshtml, @if (Model != null) model is null... so I think I'm missing something...

    • @diegooolB
      @diegooolB 4 года назад

      my problem starts at chat.js ... I had to comment "const username = userName;" or I get "Uncaught SyntaxError: Identifier 'username' has already been declared", also I "const whenInput = document.getElementById('when');" is null... do you have the source of index.cshtml to compare? thanks!

  • @josegomera9066
    @josegomera9066 4 года назад +1

    Hello, the same concept apply when a user to user conversation instead a open chat?

  • @unifiedgamingofficial
    @unifiedgamingofficial 3 года назад +2

    can ypu please provide the code for Index.cshtml ? or do a tutorial how to write it.. Help needed ASAP

  • @DumbishUsa
    @DumbishUsa 4 года назад +1

    Not a fan of the fast forward effect. It makes some parts hard to follow because it seems to move at 3x speed. Overall good content

  • @abhinavchennapareddy8040
    @abhinavchennapareddy8040 2 года назад

    Is there a video on how to make the dbs you are using for this app?

  • @ashish.sparmar5036
    @ashish.sparmar5036 4 года назад +3

    Anyone notice the sound on 17:30 😁😁😁😁😁

  • @ajiehatajie
    @ajiehatajie 5 лет назад +12

    Link github please

  • @parko1965
    @parko1965 4 года назад +1

    Good tutorial, however when I deploy to IIS it doesn't work. Any ideas?

  • @durpinthapamagar
    @durpinthapamagar 5 лет назад +2

    Amazing Teaching Sir. Please can you make video on how to chat with individual user based on their logged in username with user online and offline features.Eagerly waiting for your next video.

    • @DotNetTrainingAcademy
      @DotNetTrainingAcademy  5 лет назад

      Thank you @Niprud thapa Yes, I will if I get 200 likes for this video please share this to your friends and subscribe my channel

    • @tejal2191
      @tejal2191 5 лет назад

      @@DotNetTrainingAcademy Sir we are in a crisis and need to learn to send message to an individual user through signalr Please make it as soon as possible

    • @DotNetTrainingAcademy
      @DotNetTrainingAcademy  5 лет назад

      @@tejal2191 Please share I will do

  • @kimberlyjacobsen4148
    @kimberlyjacobsen4148 2 года назад

    You could also write
    Public DateTime When {get; set;} = DateTime.Now();
    Will initialize when as now ☺️

  • @rezazanganeh1112
    @rezazanganeh1112 3 года назад +1

    thank you , But I think you forgot to "Add-migration " for create table Message

  • @ErrorProviderSaYarChit
    @ErrorProviderSaYarChit 11 месяцев назад

    Hi sir. Can I get the code for realtime chat app as your video

  • @tarekjrd75
    @tarekjrd75 4 года назад +5

    7:46 what a great time ...

  • @jomarsalazar2572
    @jomarsalazar2572 4 года назад

    Hi I'am new too asp.net, will it be possible to work SignalR together with vue.js as client side?

  • @Trieike
    @Trieike 4 года назад +3

    Nice Video! Can I download the index.cshtml anywhere?

  • @broken-gammer
    @broken-gammer 4 года назад +1

    can we chat between two computers ?

  • @waqariqbal9238
    @waqariqbal9238 Год назад

    can someone please help and tell where can I find the index.cshtml code. Thankyou in advance.

  • @tajulislam1502
    @tajulislam1502 Год назад

    Can I have your github link to download source code?

  • @ayeshaehsan1431
    @ayeshaehsan1431 4 года назад

    Thanku soo much..
    Gonna use in my final year project...hope so its work
    chat between any user and admin :)

    • @muhammadumer3319
      @muhammadumer3319 4 года назад

      Asslam o aliakum ... ayesh i just want to confirm ye video kaam ki h yaa ni...mera b fyp h mjhy b ye module add krna h

    • @ayeshaehsan1431
      @ayeshaehsan1431 4 года назад

      @@muhammadumer3319 W.salam... umer its actually work.But their was a major issue that i face was. If my starting page or default route is this its work fine.But if visit any other view and back to this. it was not working.......
      So that why is didn't able to add this on my fyp.U can see my other comment regarding this issue.Its work perfectly as a default route.But NO t suitable for fyp in my opinion bcz we have to move other view /use nav bar to perform other task Then if i come back to use this its display error.
      .For example if move to submit some from then back to use this module .it will not be working.

    • @muhammadumer3319
      @muhammadumer3319 4 года назад

      @@ayeshaehsan1431 ..Shukriaaa ayesh😇.. Any solution mjhe chatt module to chiye h ab ye module chor to nai skta proposal m mention kia huwa this is my last module but solving even 15 is the last date and the doc. I left behind 😢

  • @zahidtariq8198
    @zahidtariq8198 5 лет назад

    #dotnet can i pass image data through invoke and at the other end the server hub receive it? but if yes....so which data type i choose at server side?

  • @overlord3260
    @overlord3260 4 года назад

    Excuse me, can you drop _Layout.cshtml and _LoginPartial.cshtml me please?

  • @naniyos1
    @naniyos1 4 года назад +1

    i cant find the index.cshtml file in ur project? where is it located?

    • @bintybiju2203
      @bintybiju2203 4 года назад +1

      i am aso not able see it..did you find that?

    • @yuvarajupadhyaya2048
      @yuvarajupadhyaya2048 4 года назад +1

      yes index.cshtml is not given nither shown properly

  • @pramilasaroj8557
    @pramilasaroj8557 3 года назад

    Update-database is not working, it show build start then build failed. What should I do???

  • @ayeshaehsan1431
    @ayeshaehsan1431 4 года назад

    Hii. i adding this thing in my final year project...I facing an issue.Can u kindly tell me is it necessary to have Default route and as well SignalR route same??.if i change the any one of the route it didnot work.Plztell me.

    • @noreen9099
      @noreen9099 4 года назад +1

      helo can u help i am doing same work in my final year..?

    • @vikasmalik9873
      @vikasmalik9873 4 года назад

      @@noreen9099 hi i can help you if your problem not solved yet

  • @akshayraut858
    @akshayraut858 3 года назад

    You didn't even set the prerequisites of Entity Framework and how to set it up Setting up EF is a pain itself.

  • @Popo-hr6gc
    @Popo-hr6gc 3 года назад

    How did you get Data folder?

  • @harrylyod3402
    @harrylyod3402 2 года назад

    hey, just wondering as for each send message we are saving into db is there a way to minimize this ? I mean lets take a scenario inside a chat room there can be >= 50 people they might be frequently firing the text within each other and for each request we are saving our text into db that will be a quite expensive when you are on a small plan how do we minimized this ? In addition to this how is server going to handle message i.e which user get the priority when text send at the same time. thanks

    • @3draven
      @3draven 2 года назад

      You could set up a queue system and keep it in memory and at set intervals do a prepared insert statement of many messages at once. It would be less taxing on the database and then flush the list.

  • @романжурба-н7д
    @романжурба-н7д 3 года назад

    good video, but it's not enought, because the best way to authorize person in hub by using cookies or jwt, in this contruction it's easy to change my credentials to other person, and of course all of youtubers do this without sending message for 1 exact person, but for all and at the same time).
    Of course it's for our development))
    Please, if you can, set link to git, because it's not so interesting to print all this project, I exactly understand what you are taking about))

  • @JONFK
    @JONFK 3 года назад

    Excellent!!!!!

  • @uomhai1920
    @uomhai1920 4 года назад

    thank you very much, i hope you will create lots of videos.

  • @RimmaTJ
    @RimmaTJ 3 года назад

    Hi and thank you for this video. As I am a complete beginner is there any chance you could create a video on how to create a chat room for multiple users, as here I can see only between two users, but how to make it for instance anyone could log into the chat room and chat like we do here in comments? Thank you!

  • @sk-nu9eo
    @sk-nu9eo 3 года назад

    Which language used in backend

  • @edarha7183
    @edarha7183 5 лет назад

    how can create DB without ConnectionString? I don't find my database after run command line . Can you help me?

    • @DotNetTrainingAcademy
      @DotNetTrainingAcademy  5 лет назад

      You can use in memory database in startup file but its not useful

    • @edarha7183
      @edarha7183 5 лет назад +1

      @@DotNetTrainingAcademy i have statement GetConnectionString("DefaulConnection") same you

    • @edarha7183
      @edarha7183 5 лет назад

      @@DotNetTrainingAcademy I finded my database. Thank you so much

  • @ehabalsteha
    @ehabalsteha 4 года назад +1

    i need index view sourse code please?

  • @omarhamad5775
    @omarhamad5775 4 года назад

    Hi , How you are added the Messages DBset to your Context ?

    • @ZanBor69
      @ZanBor69 4 года назад +1

      Maybe someone will look for it too:
      public DbSet Messages { get; set; }
      in ApplicationDbContext

  • @jwzyx0801
    @jwzyx0801 5 лет назад

    can i ask how the migration is set up? I follow the video to update the database but it return the error which is AppUser required a primarykey?

    • @jwzyx0801
      @jwzyx0801 5 лет назад +1

      Opps sry i forgot to : identityuser to the appuser class Sry== It solved

  • @damilola_adegunwa
    @damilola_adegunwa 3 года назад

    Appreciate this. However, I was hoping to see a messaging app where it would be a one to one chatting. not one to all. I would try to recreate this and see ways to achieve that. When how can this be extended for mobile?? if you have an application that you want to be available on browser as well as a mobile app and you want to achieve chatting/messaging can this work for it?? Thanks again

    • @GlitchToGaming
      @GlitchToGaming 3 года назад

      Have you found out how to make a chatting app where you can add a user and send personal messages?
      I cant find any tutorials on that they always skip doing that part

  • @mudit_mathur
    @mudit_mathur 5 лет назад +2

    Your videos and content is great but please fix the audio.

  • @gigidelanashort
    @gigidelanashort 2 года назад +1

    if anyone encounter this error => "InvalidOperationException: The view 'Create' was not found"
    remove this condition
    if(ModelState.IsValid)

  • @ceaselezservice3177
    @ceaselezservice3177 5 лет назад +3

    great tutorial !! , in this solution how to chat with particular logged in user ?

    • @eduardofernandezdiaz5264
      @eduardofernandezdiaz5264 5 лет назад

      Ceaselez Service I thought this tutorial was about chatting with a private user too

    • @muhammadsami9823
      @muhammadsami9823 4 года назад

      @@eduardofernandezdiaz5264 have u found solution

  • @AIK-KIA
    @AIK-KIA 5 лет назад

    Great tute. Please keep up the good work.

  • @sumitevs
    @sumitevs 4 года назад

    very helpful. good job.

  • @martinb.r2180
    @martinb.r2180 5 лет назад

    woww amazing , thank you very much

  • @nareshbisht7620
    @nareshbisht7620 4 года назад

    can signalR application be hosted in shared hosting like apache or linux or it can only be deployed in cloud

    • @DotNetTrainingAcademy
      @DotNetTrainingAcademy  4 года назад

      Yes

    • @nareshbisht7620
      @nareshbisht7620 4 года назад

      @@DotNetTrainingAcademy , sir can u tell me if I should make dynamic loading pages with signalR or I should use something else for it and if no what should I use and if I can use it will it how much server heavy it is??? (I want to load more contnet in my website page when someone reaches the end or when user press the load more button. for eg check this link and scroll to the bottom of the page u will see the content will dynamically load- dribbble.com/ ). Please help me out sir.

  • @highlanders40
    @highlanders40 Год назад

    trabaja con iis 10 ??

  • @MuhammadBoota-v7f
    @MuhammadBoota-v7f Год назад

    sir please make part 2 to send group wise message.

  • @jhomellreyes4779
    @jhomellreyes4779 4 года назад

    what's your github account?

  • @GaneshMJGaneshMJ
    @GaneshMJGaneshMJ 5 лет назад

    could you please suggest how to implement one-to-one chat like fb messenger using signalR in .net core?

    • @DotNetTrainingAcademy
      @DotNetTrainingAcademy  5 лет назад +4

      Change the context in hub
      public Task SendPrivateMessage(string user, string message)
      {
      return Clients.User(user).SendAsync("ReceiveMessage", message);
      }
      and also make a user list in the view

    • @ayeshaehsan1431
      @ayeshaehsan1431 4 года назад

      @HIKMAH TIMES if u did one to one chat.. plz guide

    • @useryoutube2471
      @useryoutube2471 4 года назад

      @@DotNetTrainingAcademy what is the difference between dbcontext and identity context?

    • @vikasmalik9873
      @vikasmalik9873 4 года назад

      @@useryoutube2471 lol you can understand the difference from name DB means Database Context Class and Identity for Identityfi user whos login Details valid or not Etc

  • @khoufiwissem1086
    @khoufiwissem1086 3 года назад +1

    good job ! can you share all source code plz :/ ? i need your help ,

  • @eugenshala8069
    @eugenshala8069 5 лет назад +1

    Amazing Tutorial - Can you create chat with specific user (in .net core 2.2 or 3.0)? So when you chat with specific identity user , another identity user can't see the chat , also if is possible to send file to specific identity user ?

  • @RohitSharma-xo1vq
    @RohitSharma-xo1vq 3 года назад

    Good job

  • @stgermosen
    @stgermosen 4 года назад

    Where is the source code

  • @犬の大将
    @犬の大将 4 года назад

    Do you have this code on github? Also, is it possible for you to another video with MongoDB this time?

  • @computerside7398
    @computerside7398 3 года назад

    hello sir i hope you will be fine
    sir, i want this source code with design so please help me i will be very thankful to you

  • @prabhathmadusanka1709
    @prabhathmadusanka1709 3 года назад

    Thank you

  • @ljphennis
    @ljphennis 3 года назад

    Great Video! Can I download the index.cshtml file found @ 21:34?

  • @jigarpatel882
    @jigarpatel882 3 года назад

    Hi sir, Awsome explanation. Can you give me index.cshtml page?

  • @moaaz2023
    @moaaz2023 4 года назад

    How can i do video chat plzzzzz

  • @Uzair_Anwar2299
    @Uzair_Anwar2299 4 года назад

    Please make this tutorial with mvc 5 with out identity framework

  • @heshamsharaf8082
    @heshamsharaf8082 Год назад

    can you give us the source code pls? or the cshtml pages code

  • @objetdeluxure
    @objetdeluxure 5 лет назад

    great video !! , can you teach how to chat with particular logged in user ?

  • @luanfigueiredo6156
    @luanfigueiredo6156 4 года назад

    hi bro , thanks for this amazing video, you have html page for download?

    • @DotNetTrainingAcademy
      @DotNetTrainingAcademy  4 года назад

      Yes in my github repository

    • @adeellone5309
      @adeellone5309 2 года назад

      @@DotNetTrainingAcademy Hi brother I need frontend code or share your git repo link

  • @sanujaariyapperuma8252
    @sanujaariyapperuma8252 5 лет назад

    Thank you very much

  • @aymannasr1323
    @aymannasr1323 4 года назад

    tyyyy

  • @durpinthapamagar
    @durpinthapamagar 5 лет назад

    Can you provide the link to the source code please!

  • @beratak1857
    @beratak1857 Год назад

    Bro please share backend code with me

  • @maximumreality
    @maximumreality Год назад

    17:30 😂🤣😂🤣😂😂🐖🐖 he farted

  • @MrMaksuz
    @MrMaksuz 4 года назад

    he is like:
    public async Task SendMessage(Message message) =>
    await Clients.All.SendAsync("receiveMessage", message);
    PUFFF wrote this in 5 seconds...
    "There we go... we just builded link between hub and client...." Next....
    WHAT THE FUCK IS GOING ON ? haha no hate

  • @ahmedshalayel2569
    @ahmedshalayel2569 5 лет назад

    Thanks please Make Notification App Use Core and FCM

    • @DotNetTrainingAcademy
      @DotNetTrainingAcademy  5 лет назад +1

      Ok, I will do and please share this video and my channel to your friends

  • @austinmrakpor4863
    @austinmrakpor4863 4 года назад

    Nice but this your teaching is hard for a beginner.

  • @PheonixPhoenix101
    @PheonixPhoenix101 10 месяцев назад

    Good grief. Speghetti!!!!

  • @alexwexov4298
    @alexwexov4298 2 года назад

    That click sound is annoying

  • @maciej426
    @maciej426 4 года назад +2

    Thanks for not sharing .html.

  • @shailendrayadav9279
    @shailendrayadav9279 3 года назад

    Annoying sound of mouse

  • @mwimb6716
    @mwimb6716 2 года назад

    17:31 fart?

  • @yacinekahlerras1973
    @yacinekahlerras1973 2 года назад

    this is terrible you don't explain anything at all

  • @damilola_adegunwa
    @damilola_adegunwa 3 года назад

    I'm not sure what this error mean::
    Uncaught (in promise) Error: Failed to invoke 'sendMessage' due to an error on the server. HubException: Method does not exist.
    at _this.callbacks. (HubConnection.ts:401)
    at HubConnection.processIncomingData (HubConnection.ts:540)
    at WebSocketTransport.HubConnection.connection.onreceive (HubConnection.ts:105)
    at WebSocket.webSocket.onmessage (WebSocketTransport.ts:103)