Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Traceback call Error #52

Open
Rana-0003 opened this issue Nov 16, 2022 · 0 comments
Open

Traceback call Error #52

Rana-0003 opened this issue Nov 16, 2022 · 0 comments

Comments

@Rana-0003
Copy link

Did everything as given instruction. Using Visual Studio!!!
still i'm getting traceback call error

Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

Try the new cross-platform PowerShell https://aka.ms/pscore6

PS E:\TwitterBot-Master> & C:/Users/HP/AppData/Local/Programs/Python/Python310/python.exe e:/TwitterBot-Master/main.py
Traceback (most recent call last):
File "e:\TwitterBot-Master\main.py", line 26, in
out = yaml.load(stream, Loader=yaml.FullLoader)
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\yaml_init_.py", line 81, in load
return loader.get_single_data()
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\yaml\constructor.py", line 49, in get_single_data
node = self.get_single_node()
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\yaml\composer.py", line 36, in get_single_node
document = self.compose_document()
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\yaml\composer.py", line 55, in compose_document
node = self.compose_node(None, None)
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\yaml\composer.py", line 84, in compose_node
node = self.compose_mapping_node(anchor)
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\yaml\composer.py", line 133, in compose_mapping_node
item_value = self.compose_node(node, item_key)
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\yaml\composer.py", line 82, in compose_node
node = self.compose_sequence_node(anchor)
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\yaml\composer.py", line 110, in compose_sequence_node
while not self.check_event(SequenceEndEvent):
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\yaml\parser.py", line 98, in check_event
self.current_event = self.state()
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\yaml\parser.py", line 382, in parse_block_sequence_entry
if self.check_token(BlockEntryToken):
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\yaml\scanner.py", line 116, in check_token
self.fetch_more_tokens()
File "C:\Users\HP\AppData\Local\Programs\Python\Python310\lib\site-packages\yaml\scanner.py", line 258, in fetch_more_tokens
raise ScannerError("while scanning for the next token", None,
yaml.scanner.ScannerError: while scanning for the next token
found character '@' that cannot start any token
in "configuration.yml", line 665, column 6
PS E:\TwitterBot-Master>

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant