Getting stk error

Sketch uses 924 bytes (2%) of program storage space. Maximum is 32256 bytes.
Global variables use 9 bytes (0%) of dynamic memory, leaving 2039 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xfb
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xfb
Failed uploading: uploading error: exit status 1

i keep getting this issue..
i did all tricks posted online and nothing is working.

Shut down ALL IDE windows, even serial monitors. Most of these events are standard Windows device manager messups. You might even need to reboot your PC.

its working thank you so much but do you know why going forward it goes so slow but back or sides its pretty fast

Your post is lacking details?

  1. Which board are you using?
    • Clone or original?
  2. Did you select the correct port?
    • The port should disappear from the IDE and from the operating system when you disconnect the board.
    • What does your operating system think of your board?
  3. Which operating system?
  4. What is the history of the board?
    • Is it new?
    • Did it ever work?

We do not know what all the tricks are :wink:

its working thank you so much but do you know why going forward it goes so slow but back or sides its pretty fast

Sorry, I missed your post that it was working.

I have no idea what you're talking about. Are you talking about something in your sketch? Or behaviour in the IDE (which version?)?

What was the solution? It might help others who encounter the same problem.