thebaselab / codeapp

Building a full-fledged code editor for iPad
https://code.thebaselab.com
MIT License
2.95k stars 202 forks source link

Fetch showing "too many redirects or authentication replays" #428

Closed TheEnlightened1 closed 2 years ago

TheEnlightened1 commented 2 years ago

Hi folks

App has been working amazing for me,github integrating well, until today. When I go to fetch my recent commits I get

image

It takes quite a while for this message to pop up.

I've been pushing and fetching from this repo fine, but the recent commit (done on my desktop in another IDE) that it is trying to pull is quite a lot of CSV files. Maybe it's struggling with the size?

Any help appreciated

bummoblizard commented 2 years ago

Thank you for reaching out! The access token is probably expired. You’ll need to generate another one in GitHub.

On Wed, 27 Apr 2022 at 19:25, Sam Goan @.***> wrote:

Hi folks

App has been working amazing for me,github integrating well, until today. When I go to fetch my recent commits I get

[image: image] https://user-images.githubusercontent.com/93515955/165506996-f68ce5ed-e9cb-431f-92d5-09894950d2d2.png

It takes quite a while for this message to pop up.

I've been pushing and fetching from this repo fine, but the recent commit (done on my desktop in another IDE) that it is trying to pull is quite a lot of CSV files. Maybe it's struggling with the size?

Any help appreciated

— Reply to this email directly, view it on GitHub https://github.com/thebaselab/codeapp/issues/428, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJE6T27U3Z4RG25NWR26DWTVHEP23ANCNFSM5UOZ2U5A . You are receiving this because you are subscribed to this thread.Message ID: @.***>

TheEnlightened1 commented 2 years ago

Arrgh! Totally didn't realise my token expired yesterday 🙄

New token and now working again.

Thankyou! Can now close this.