Ro-Tasks: Speed up and change your workflow [v3.0.2]

11:00:44.515 - [VERSION RETRIEVE ERROR]
11:00:44.518 - HTTP 503 (Service Unavailable).
11:00:44.519 - Please notify us about this error here:
11:00:44.520 - Ro-Tasks: Speed up and change your workflow [v3.0.2]

1 Like

Thanks for letting me know. I’ll be reworking some stuff on Tuesday regarding the plugin so this won’t happen again.
Note that the plugin is still functional, it just won’t notify you when new updates are out until it’s fixed.

I just got the same exact thing as they did.

Estimated ETA? I hate to be ‘that guy’ but extra stuff in my output bothers me, I’d disable plugin output messages but the beta output is broken. :stuck_out_tongue:

@grif_0 @Mapyo I’ve already fixed it as stated in the patch notes in the OP. This has been published about 2 days ago.
just update the plugin and that’ll do.

Same error someone sent above:

22:26:12.835 - [VERSION RETRIEVE ERROR]

22:26:12.838 - HttpError: SslVerificationFail.

22:26:12.839 - Please notify us about this error here:

22:26:12.839 - https://devforum.roblox.com/t/ro-tasks-speed-up-and-change-your-workflow/458276

Hey there,
This is an error on the http side of the plugin, I can’t do much about this since the verification to connect to the domain has failed, this hopefully won’t pop up more than once in a row when the plugin refreshes.

If it does pop up more often let me know again and I’ll see if I can get rid of the logging and make it only log when manually pressing a button.

In case you’re still on version 2.2.2, please update to 2.2.3 to get some stuff fixed.

Thank you!

Hey there! This is an awesome plugin, thanks! I do have a quick question…I know you said a lot of people were asking about the http requests permission. Looking through the thread you mentioned that it proxies to the dev forum instead of a third-party site like Pastebin.

However, I installed the plugin this evening, and I looked at the http request, it shows that it is set to go to Pastebin and not the dev forum. Was this changed or am I missing something? Thanks again!

in the update log (patch notes) of the OP it mentions changing it to a pastebin. the pastebin link simply retrieves all versions of all plugins ever created and takes the correct one. The proxy got overloaded to high usage (which was unexpected on my part so i had to change it) nothing to worry about. If you wish to see the pastebin it links to this is the link:

if looked through the plugin source the same link would pop up you can verify this by using BTRoblox.

Ah, my apologies. I misread the patch notes thinking that the top was the most recent update and the ones below were older. Need to pay more attention. Thanks for clarifying! This is such an awesome plugin btw, I really enjoy using it! I use it for TODOs and, maybe this is strange, but I also use it as documentation for my module scripts. The panel shows me what methods I can call from which modules, as well as info about what arguments it takes and what it returns. Very handy!

Can you add a button that would show us the syntax for using this? That way we don’t have to keep referring to this post.

Also maybe have a way for us to have custom colors and syntax like maybe have a script somewhere with the config.

Also, add a toolbar button. Sometimes we want to close it because of its size and when we want it open again we have to restart the studio.

This is most likely a bug that appeared due to a roblox update, there should be buttons to toggle the plugin. I’ll look into this later this week

Custom prefixes are schedules but are in conflict with progression due to team create, this plugin should remain as user friendly as possible.

Error from Ro-Tasks wants me to notify of the error here.

16:13:01.471  [VERSION RETRIEVE ERROR]
HttpError: DnsResolve.
Please notify us about this error here:
https://devforum.roblox.com/t/ro-tasks-speed-up-and-change-your-workflow/458276  -  Studio

I found an interesting feature you could implement into the plugin.

Why not make it so that you can filter the all the tasks by number when writing “–>>:” similar to how LayoutOrder works when you apply a UIListLayout.

Right now I use the RoTasks to get to my ProfileData template which is the starting datastoreservice table that every player gets on their first join of my game. Having to scroll down to look for it is a little time consuming so I thought it would be really neat if I could just see it right at the top and click on it.

The search function allows for filtering between task names. you should be able to just give the task an easily recognizable name and search on it to jump to it, I’m currently in the process of implementing filtering between script names as well using a certain syntax which hopefully should also aid in finding results.

2 Likes

This is insanely helpful!

Thanks for the contribution.


Please fix this

Edit: This is from the Fusion gui system in my game.
https://elttob.github.io/Fusion/

This should be fixed in the newest version (v3.0.2), keep me posted on if it is in your case.
If anything breaks for people, make sure that there’s nothing infront of your task prefix. you are required to keep it clean before. spaces and tabs don’t count and can be included as much as you want

DO:
-- >>test:a test task

DONT:
-- ehh>>test:some task i think?

the same goes for multilines, however multilines still support having the task header being put on any line within the multiline comment.

DO:
--[[
   >>test:
   a test task
]]

DONT:
--[[
  whoops>>test:
   a test task
]]

in the event that some tasks broke after updating be sure to ctrl + shift + f (global search) your task prefix and fix stuff up from there.

2 Likes

Yep, the new update fixed it. Thank you

1 Like