You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.
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>
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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>
The text was updated successfully, but these errors were encountered: