Corecii / GreenTea

A runtime typechecker with Luau types, pretty errors, and inspection
MIT License
18 stars 1 forks source link

Type error: Unknown type `EngineAPICloudProcessingService` #2

Closed BusyCityGuy closed 1 month ago

BusyCityGuy commented 1 month ago

I downloaded the rbxm from the Releases page, version 0.4.7. Loaded into studio version 642 (new solver beta is off) Getting this error in script analysis:

ReplicatedStorage.Dependencies.greentea.InstanceClasses Type Error: (258,52) Unknown type 'EngineAPICloudProcessingService'

Corecii commented 1 month ago

I'll remove this class.

This is expected occasionally due to Roblox updating the API. If you were using this class in your code, it would break in your code too. I don't filter the classes for only one that would usually be publicly accessible.

Most people just set their editors to not show warnings for packages. Frustratingly, I don't think this option exists for Roblox Studio.

Corecii commented 1 month ago

Resolved in https://github.com/Corecii/GreenTea/commit/37c57a598208bb5f3fdf0303b8fe056a88f17c22 and published as part of v0.4.9.