Blockland Glass 4.2

Author Topic: Blockland Glass 4.2  (Read 296102 times)

I'm curious what sort of override you could include that wouldn't be a massive security flaw.

if(%link $= "old glass repo")
    %link = "new glass repo";


http://test.blocklandglass.com/index.php
After you log in go to http://test.blocklandglass.com/addons/upload.php I haven't tried doing it but it looks functional.
Nice it worked! Does it take a long time to get add-ons approved?

The Raptor says it's version 0.0.0 for me, when it should be 1.0.0. Is the Update section a WIP?

My server is stuck for almost 30 seconds on this message, what's up with that?


if(%link $= "old glass repo")
    %link = "new glass repo";

Yep, that's what I was thinking.

When are you guys going to migrate it to a new website? I want to upload some new Add-Ons.
Nice it worked! Does it take a long time to get add-ons approved?
I approved them last night. The site is ready for uploads and updates now.

The Raptor says it's version 0.0.0 for me, when it should be 1.0.0. Is the Update section a WIP?
The initial uploaded version defaults to 0.0.0, unless it's been updated. Unlike before, updates need approval before they go live. We also have some caching issues right now which may lead to an incorrect version being displayed.

My server is stuck for almost 30 seconds on this message, what's up with that?

[img ]http://i.imgur.com/ZcpOnpj.png[/img]
That looks like an issue with Support_Updater, but maybe something in the repo is causing it to hang?

My server is stuck for almost 30 seconds on this message, what's up with that?



It's waiting for the repository server to respond. Short of whoever's server that is being fixed to respond in a more timely fashion, all I can do is decrease the timeout value so that the updater will give up on trying to contact it after a shorter period of time.

Coincidentally, though, I'm currently working on making the updater query multiple repositories at once, so that slow ones like the one you posted don't bog it down as much.

edit: http://blocklandglass.com/api/support_updater/repo.php is timing out when I try to access it via my browser, so there's the problem.
« Last Edit: April 26, 2016, 08:28:46 PM by Greek2me »

all I can do is decrease the timeout value so that the updater will give up on trying to contact it after a shorter period of time.

If a server doesn't start answering within 3-5 seconds, it's probably dead or overloaded at the moment.

Support_Updater was just updated:

  • Multiple repositories queried simultaneously, for increased overall query speed.
  • Decreased repository query timeout period to 5 seconds.
  • Fixed download queue ordering.

There's also another problem, my server shows this error message every time on start:


That's Badspot's fault. You're just seeing my add-ons because they're in the backtrace.

Could you make the repository return a list of all add-ons if no IDs are provided?

edit: The URLs in your version files seem a little messed up:
Code: [Select]
http:\/\/api.blocklandglass.com\/api\/2\/repository.php
« Last Edit: April 28, 2016, 03:38:47 PM by Greek2me »

Could you make the repository return a list of all add-ons if no IDs are provided?

edit: The URLs in your version files seem a little messed up:
Code: [Select]
http:\/\/api.blocklandglass.com\/api\/2\/repository.php
Sure. That's also actually proper JSON, I looked it up after I noticed it was doing that natively and it turns out un-escaped slashes are non-standard.

Apparently the TorqueScript JSON library I'm using can handle it so I guess there's no problem.

Will you guys add support for add-on dependencies and screenshots soon? Also I can just see a few of my add-ons in my personal user list, there is not like a system of pages where I can see the rest of my published add-ons so I can modify and update them.