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
File "/Users/***/venv/lib/python3.9/site-packages/ghapi/page.py", line 57, in last_page
header = self.recv_hdrs.get('Link', '')
File "/Users/***/venv/lib/python3.9/site-packages/ghapi/core.py", line 124, in __getattr__
def __getattr__(self,k): return self.groups[k] if 'groups' in vars(self) and k in self.groups else stop(AttributeError(k))
File "/Users/***/venv/lib/python3.9/site-packages/fastcore/basics.py", line 205, in stop
raise e
AttributeError: recv_hdrs
The text was updated successfully, but these errors were encountered:
Pages
for search does not work:Will yield the following error:
The text was updated successfully, but these errors were encountered: