Cyclops Core

Cyclops Core

93M Downloads

Fix version detection

HaddockA opened this issue ยท 4 comments

commented

No issues with your mod, but I did get these two warnings in my log in MultiMC:

[08:55:25] [Client thread/WARN] [Integrated Crafting]: Could not get version info: java.io.FileNotFoundException: https://raw.githubusercontent.com/CyclopsMC/Versions/master/1.12/IntegratedCrafting.txt
[08:55:25] [Client thread/WARN] [Integrated Terminals]: Could not get version info: java.io.FileNotFoundException: https://raw.githubusercontent.com/CyclopsMC/Versions/master/1.12/IntegratedTerminals.txt

I pasted those URL's into my browser and got: "404: Not Found"

I'm assuming that it isn't something I should be too worried about. Why do you actually need to connect to the internet, why can't you provide that info in your mod? ( Just out if interest. ;) )

commented

Indeed, nothing to worry about. These files contain (read: should contain) version information about mods. Since recent changes to CurseForge, my automated process to generate these broke, which is why these don't exist or don't get updated anymore. I should look into this at some point...

commented

Thank you for your help!

commented

I'll leave this issue open as a reminder for myself to fix this at some point :-)

commented

It looks like https://www.cfwidget.com/ (the way I get CurseForge data) is currently broken. Will have to revisit this when it is fixed.

Note to self when fixed:
Finish https://github.com/CyclopsMC/version-bot and add in the following hooks:

Run this every hour or so.

GitHub
Detects new Cyclops mod versions. Contribute to CyclopsMC/version-bot development by creating an account on GitHub.
GitHub
Version repository for all Cyclops mods. Contribute to CyclopsMC/Versions development by creating an account on GitHub.
GitHub
Output the Integrated Dynamics infobook as HTML . Contribute to CyclopsMC/infobook-html-integrateddynamics development by creating an account on GitHub.
GitHub
Output the EvilCraft infobook as HTML . Contribute to CyclopsMC/infobook-html-evilcraft development by creating an account on GitHub.