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
Exception in thread Thread 2:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.496.0_x64__qbz5n2kfra8p0\Lib\threading.py", line 1073, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.496.0_x64__qbz5n2kfra8p0\Lib\threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\lbicb\PycharmProjects\DuolingoHackExperience\main.py", line 17, in my_timer
send_requests()
File "C:\Users\lbicb\PycharmProjects\DuolingoHackExperience\main.py", line 8, in send_requests
myId = data["id"]
~~~~^^^^^^
TypeError: 'NoneType' object is not subscriptable
HTTP Request failed
The text was updated successfully, but these errors were encountered:
Exception in thread Thread 2:
Traceback (most recent call last):
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.496.0_x64__qbz5n2kfra8p0\Lib\threading.py", line 1073, in _bootstrap_inner
self.run()
File "C:\Program Files\WindowsApps\PythonSoftwareFoundation.Python.3.12_3.12.496.0_x64__qbz5n2kfra8p0\Lib\threading.py", line 1010, in run
self._target(*self._args, **self._kwargs)
File "C:\Users\lbicb\PycharmProjects\DuolingoHackExperience\main.py", line 17, in my_timer
send_requests()
File "C:\Users\lbicb\PycharmProjects\DuolingoHackExperience\main.py", line 8, in send_requests
myId = data["id"]
~~~~^^^^^^
TypeError: 'NoneType' object is not subscriptable
HTTP Request failed
The text was updated successfully, but these errors were encountered: