Closed k0ste closed 4 months ago
xavery is now @lighterowl, and the client update-checker doesn't seem to handle 301 redirects.
Looks like about.pas
line 198 has the old URL, needs to be changed to 'https://api.github.com/repos/lighterowl/transgui/releases/latest'
.
Ideally, lines 198-206 should be updated to handle 301 redirects better, but at least updating the URL will resolve the current issue.
As far as I can tell, Synapse 40 does not support redirects, so explicit handling of FHttp.ResultCode = 301
would need to be added, or really any ResultCode beginning with 3
.
Thanks. GitHub was the last place where my old handle was used and I finally decided to change it. Unfortunately, I forgot about my transgui fork which had the URL to my old account baked-in.
As far as I can tell, Synapse 40 does not support redirects, so explicit handling of
FHttp.ResultCode = 301
would need to be added, or really any ResultCode beginning with3
.
Yup, looks like it. Interestingly, Free Pascal provides a module called fphttpclient which supports redirects and support for that is even described on the wiki page.
5.18.5.f released with the fix. Closing.
Seems account name was changed, can you make a new release to fix this?