nitter icon indicating copy to clipboard operation
nitter copied to clipboard

RangeDefect in 32bit systems

Open aetx opened this issue 1 year ago • 1 comments

On 32-bit systems the sha1 package required by oauth uses some ints which should(?) be int64.

In reference to: Originally posted by @cherryband in https://github.com/zedeus/nitter/issues/983#issuecomment-1793774120

Since the oauth package was not updated for a few years, I don't know if there is an alternative that uses the checksums library.

In any case: changing the int casts to int64 casts in sha1.nim works fine on my RaspberryPi.

aetx avatar Nov 14 '23 22:11 aetx

Thanks, I'll get it fixed

zedeus avatar Nov 15 '23 08:11 zedeus