Closed Doitagain187 closed 3 years ago
Exception found: Traceback (most recent call last):
File "C:\Users\ssk\Desktop\Python\Premade\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 189, in monitor
for j in item['productInfo']:
KeyError: 'productInfo'
Payload delivered successfully, code 204.
Traceback (most recent call last):
File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 233, in
monitor()
File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 187, in monitor
items = scrape_site(proxy=proxy, headers=headers)
File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 41, in scrape_site
for item in output['objects']:
KeyError: 'objects'
How do i fix this?
This error occurs because the monitor is unable to access the site. This is usually because the location and language variables are not set properly
Exception found: Traceback (most recent call last):
File "C:\Users\ssk\Desktop\Python\Premade\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 189, in monitor
for j in item['productInfo']:
KeyError: 'productInfo'
See #106
Actually, i figured out theres an issue with bots on my computer accessing SNKRS. I bought TheShitBot yesterday and it cant verify my nike accounts. Any suggestions?
Also, i triple checked the location and settings and stuff
On Sep 11, 2021, at 12:44 PM, Yasser Qureshi @.***> wrote:
Payload delivered successfully, code 204.
Traceback (most recent call last):
File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 233, in
monitor() File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 187, in monitor
items = scrape_site(proxy=proxy, headers=headers) File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 41, in scrape_site
for item in output['objects']: KeyError: 'objects'
How do i fix this?
This error occurs because the monitor is unable to access the site. This is usually because the location and language variables are not set properly
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
Actually, i figured out theres an issue with bots on my computer accessing SNKRS. I bought TheShitBot yesterday and it cant verify my nike accounts. Any suggestions?
Also, i triple checked the location and settings and stuff
On Sep 11, 2021, at 12:44 PM, Yasser Qureshi @.***> wrote:
Payload delivered successfully, code 204.
Traceback (most recent call last):
File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 233, in
monitor() File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 187, in monitor
items = scrape_site(proxy=proxy, headers=headers) File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 41, in scrape_site
for item in output['objects']: KeyError: 'objects'
How do i fix this?
This error occurs because the monitor is unable to access the site. This is usually because the location and language variables are not set properly
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
So the monitor tries to access the following site. Could you try paste it into a browser and see what pops up? It should be a JSON document (basically looks like a plain text document).
On Saturday, September 11, 2021, 01:17:17 PM PDT, Yasser Qureshi ***@***.***> wrote:
Actually, i figured out theres an issue with bots on my computer accessing SNKRS. I bought TheShitBot yesterday and it cant verify my nike accounts. Any suggestions?
Also, i triple checked the location and settings and stuff
On Sep 11, 2021, at 12:44 PM, Yasser Qureshi @.***> wrote:
Payload delivered successfully, code 204.
Traceback (most recent call last):
File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 233, in
monitor() File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 187, in monitor
items = scrape_site(proxy=proxy, headers=headers) File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 41, in scrape_site
for item in output['objects']: KeyError: 'objects'
How do i fix this?
This error occurs because the monitor is unable to access the site. This is usually because the location and language variables are not set properly
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
So the monitor tries to access the following site. Could you try paste it into a browser and see what pops up? It should be a JSON document (basically looks like a plain text document).
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe. Triage notifications on the go with GitHub Mobile for iOS or Android.
Payload delivered successfully, code 204. Traceback (most recent call last): File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 233, in
monitor()
File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 187, in monitor
items = scrape_site(proxy=proxy, headers=headers)
File "C:\Users\ssk\Desktop\Python\Bot development\Seleinum\Sneaker-Monitors-master\SNKRS\SNKRSMonitor.py", line 41, in scrape_site
for item in output['objects']:
KeyError: 'objects'
How do i fix this?