
Is anyone else having trouble? I was looking at #general and it died

Uh oh :flushed:

Yeah it didnt load on my phone. Oddly, looked like it was trying to load an old version. Possibly i broke something several weeks ago and nobody noticed :eyes:

If anyone has time to look at a desktop and can send information, greatly appreciated; otherwise i’ll get to it much later

It is still serving an old version… that’s weird. The general page is too long, so you probably hit an oom killer. The new version should be broken up, but it’s possible the github actions build broke. I havent looked at it in a while to see if it ran: their actions machines have only two cores and i was testing on an 8 core machine, so i didnt realize how slow it would go on actions.

Welp, looks like i never pushed the build changes to the archive repo to have it build with the brand new version, so ill have to do that.

I did also need to fix an issue with the regexp that i discussed briefly in discord, but it will work correctly on CS and not BC

Spotted the issue, I think (see other messages), but for reference: in the old version (what youre currently having trouble with), the html file for that page is 28MB…

Hmmm

Anyhoo, working on getting the build updated, but now there’s a package server issue: raco pkg install
reports Resolving "slack-archive-viewer" via <https://download.racket-lang.org/releases/8.0/catalog/\|https://download.racket-lang.org/releases/8.0/catalog/>
Resolving "slack-archive-viewer" via <https://pkgs.racket-lang.org\|https://pkgs.racket-lang.org>
Downloading repository <https://github.com/benknoble/slack-archive-viewer.git#main\|https://github.com/benknoble/slack-archive-viewer.git#main>
git: could not find requested reference
reference: master
repo: benknoble/slack-archive-viewer.git
I know I’ve seen this before with others, but idk what the fix is. @mflatt any suggestions?

@mflatt has joined the channel

I think that’s a known issue with main as a branch and is resolved by upgrading to 8.2

8.2 had the same issue @samth :sadpanda:

I just succcessfully installed it on 8.2.0.8

Good to know. Perhaps the github action version is lagging?

I can’t do it locally; (version)
just says 8.2, how can i tell the patch/other numbers?

8.2.0.8 is after 8.2, you would need to install a snapshot or from git (which the github action can do)

I think it is specifically smth on the package server side—i just installed jsond
which has a similar structure (main branch) without issue. Otoh, the PS has no “build status” for the archive viewer

Since it’s been two hours, I imagine the problem has gone away by now. The problem happens between the time that a repo is updated and the time that the package server starts reporting the new commit ID.

Huh. I did push an update to the readmes, so that could be it. I’ll try to re-run the action tomorrow.