irelephant [he/him]@lemmy.dbzer0.comdeleted by creator to Selfhosted@lemmy.worldEnglish · 3 months agoKittygram v1.1 has releasedcodeberg.orgexternal-linkmessage-square55linkfedilinkarrow-up1101arrow-down13file-text
arrow-up198arrow-down1external-linkKittygram v1.1 has releasedcodeberg.orgirelephant [he/him]@lemmy.dbzer0.comdeleted by creator to Selfhosted@lemmy.worldEnglish · 3 months agomessage-square55linkfedilinkfile-text
Kittygram is an Instagram frontend, like nitter and invideous. A lot has changed since I first posted about it. Kittygram now has: a developer API atom feeds ratelimit tracking explore/popular pages more themes
minus-squareKRAW@linux.communitylinkfedilinkEnglisharrow-up4·3 months agoJust fyi, I tried one your instance. Searched a user, clicked a result, and got an error. Error ./app.lua:134: attempt to concatenate field 'username' (a nil value) Traceback stack traceback: ./app.lua:134: in function 'handler' ...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:185: in function 'resolve' ...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:216: in function <...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:214> [C]: in function 'xpcall' ...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:214: in function 'dispatch' /apps/kittygram/lua_modules/share/lua/5.1/lapis/nginx.lua:231: in function 'serve' content_by_lua(nginx.conf.compiled:92):2: in main chunk
minus-squareirelephant [he/him]@lemmy.dbzer0.comdeleted by creatorOPlinkfedilinkEnglisharrow-up5·3 months agoI just tried a random user and it worked, that was probably temporary. That issue has popped up before.
minus-squareKRAW@linux.communitylinkfedilinkEnglisharrow-up4·3 months agoI tried the same user, and it worked for me just now. Thanks for working on this project!
minus-squareetewar@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·3 months agoSame issue here. Tried several users and for every one of them I got the same error. Example URL: https://kittygram.irelephant.net/gudim_public
minus-squareirelephant [he/him]@lemmy.dbzer0.comdeleted by creatorOPlinkfedilinkEnglisharrow-up1·3 months agoThat’s weird, because it works for me. Maybe it happens when a user is loaded for the first time?
minus-squareetewar@lemmy.blahaj.zonelinkfedilinkEnglisharrow-up1·3 months agoHmm. It does work for me now. I also checked some other users that I doubt were ever opened and they also worked just fine
minus-squareirelephant [he/him]@lemmy.dbzer0.comdeleted by creatorOPlinkfedilinkEnglisharrow-up5·3 months agoI did some poking, and it’s due to ratelimits. I’m working on a fix now
minus-squarepunkibas@lemmy.ziplinkfedilinkEnglisharrow-up0·3 months agoWell… That link is working for me, so I’d say it’s a problem on your end
minus-squareirelephant [he/him]@lemmy.dbzer0.comdeleted by creatorOPlinkfedilinkEnglisharrow-up2·3 months agoJudging from the stack trace, its definitely a problem that occurred on the server
minus-squareirelephant [he/him]@lemmy.dbzer0.comdeleted by creatorOPlinkfedilinkEnglisharrow-up4·3 months agoHuh. That was working yesterday. I’ll take a look soon
Just fyi, I tried one your instance. Searched a user, clicked a result, and got an error.
Error ./app.lua:134: attempt to concatenate field 'username' (a nil value) Traceback stack traceback: ./app.lua:134: in function 'handler' ...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:185: in function 'resolve' ...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:216: in function <...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:214> [C]: in function 'xpcall' ...ittygram/lua_modules/share/lua/5.1/lapis/application.lua:214: in function 'dispatch' /apps/kittygram/lua_modules/share/lua/5.1/lapis/nginx.lua:231: in function 'serve' content_by_lua(nginx.conf.compiled:92):2: in main chunkI just tried a random user and it worked, that was probably temporary. That issue has popped up before.
I tried the same user, and it worked for me just now. Thanks for working on this project!
Same issue here. Tried several users and for every one of them I got the same error. Example URL: https://kittygram.irelephant.net/gudim_public
That’s weird, because it works for me. Maybe it happens when a user is loaded for the first time?
Hmm. It does work for me now. I also checked some other users that I doubt were ever opened and they also worked just fine
I did some poking, and it’s due to ratelimits. I’m working on a fix now
Well… That link is working for me, so I’d say it’s a problem on your end
Judging from the stack trace, its definitely a problem that occurred on the server
Huh. That was working yesterday. I’ll take a look soon