Telegram-Scraper icon indicating copy to clipboard operation
Telegram-Scraper copied to clipboard

Traceback (most recent call last):

Open Xh0st opened this issue 3 years ago • 2 comments

Traceback (most recent call last): File "C:\Users\andan\Desktop\Telegram-Scraper\setup.py", line 99, in if any ([sys.argv[1] == '--config', sys.argv[1] == '-c']): IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\andan\Desktop\Telegram-Scraper\setup.py", line 125, in print('\n'+gr+'['+re+'!'+gr+']'+cy+' no argument given : '+ sys.argv[1]) IndexError: list index out of range

Xh0st avatar Jun 10 '21 21:06 Xh0st

Traceback (most recent call last): File "C:\Users\andan\Desktop\Telegram-Scraper\setup.py", line 99, in if any ([sys.argv[1] == '--config', sys.argv[1] == '-c']): IndexError: list index out of range

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "C:\Users\andan\Desktop\Telegram-Scraper\setup.py", line 125, in print('\n'+gr+'['+re+'!'+gr+']'+cy+' no argument given : '+ sys.argv[1]) IndexError: list index out of range

I encountered the same issue. How did you go about it

solokings avatar Jun 25 '21 12:06 solokings

you forgot the -c at the end

that-sami avatar Jan 27 '24 20:01 that-sami