attiny 13a bootloader issues

hey every one i was trying to upload the blink sketch when this error poped up on the ide

"
Using Port : COM7
Using Programmer : stk500v1
Overriding Baud Rate : 19200
Setting bit clk period : 32.0
AVR Part : ATtiny13
Chip Erase delay : 4000 us
PAGEL : P00
BS2 : P00
RESET disposition : dedicated
RETRY pulse : SCK
serial program mode : yes
parallel program mode : yes
Timeout : 200
StabDelay : 100
CmdexeDelay : 25
SyncLoops : 32
ByteDelay : 0
PollIndex : 3
PollValue : 0x53
Memory Detail :
Block Poll Page Polled
Memory Type Mode Delay Size Indx Paged Size Size #Pages MinW MaxW ReadBack


eeprom 65 5 4 0 no 64 4 0 4000 4000 0xff 0xff
flash 65 6 32 0 yes 1024 32 32 4500 4500 0xff 0xff
signature 0 0 0 0 no 3 0 0 0 0 0x00 0x00
lock 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
calibration 0 0 0 0 no 2 0 0 0 0 0x00 0x00
lfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
hfuse 0 0 0 0 no 1 0 0 4500 4500 0x00 0x00
Programmer Type : STK500
Description : Atmel STK500 Version 1.x firmware
Hardware Version: 2
Firmware Version: 1.18
Topcard : Unknown
Vtarget : 0.0 V
Varef : 0.0 V
Oscillator : Off
SCK period : 0.1 us
avrdude: AVR device initialized and ready to accept instruction
An error occurred while uploading the sketch
Reading | ################################################## | 100% 0.02s
avrdude: Device signature = 0x00ff00
avrdude: Expected signature for ATtiny13 is 1E 90 07
Double check chip, or use -F to override this check.
avrdude done. Thank you.

does anyone know how to fix this i am using arduino as isp
i am using blink sketch with pin0 instead if it makes a difference i am not using a capacitor

thanks!

Please show your wiring, close up & in focus.

i have made a circuit diagram i cant take a picture rn

Sometimes the Attiny13 fresh out of the box are clocked at 1.2 MHz. That is too slow to keep up with the "Arduino as ISP" unless you select the slow option.

Microcore has the option" "Arduino as ISP slow (Microcore)".

That should be able to communicate with the 1.2MHz clocked Tiny and then you can set the clock on 4.8 or 9.6 MHz.
I usually use 9.6MHz, and then you can program with high speed: "Arduino as ISP (Microcore)"