Simatwa / WebChatGPT

Python SDK/API for ChatGPT Web-Version
GNU General Public License v3.0
86 stars 21 forks source link

headers["Authorization"] = auth_template % {"value": self.auth["accessToken"]} #14

Closed MominIqbal-1234 closed 2 months ago

MominIqbal-1234 commented 2 months ago

i get the cookies this extension https://chromewebstore.google.com/detail/export-cookie-json-file-f/nmckokihipjgplolmcmjakknndddifde

Error

end_auth headers["Authorization"] = auth_template % {"value": self.auth["accessToken"]} KeyError: 'accessToken'

Simatwa commented 2 months ago

Same issue over here. I will try to fix it asap.