```[2021-09-29 16:13:56,137] [74486|MainThread|<ht...
# getting-started
f
Copy code
[2021-09-29 16:13:56,137] [74486|MainThread|<http://meltano.api.app|meltano.api.app>] [ERROR] Exception on /api/v1/orchestrations/extractors/tap-hubspot/configuration/test [POST]
[...]
TypeError: Can't instantiate abstract class PluginTestService with abstract method validate
[2021-09-29 16:13:56,140] [74486|MainThread|meltano.api] [INFO] Error: 500 Internal Server Error: The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.
it would be nice to know if this is an issue with my setup or the testing function of meltano / the tap.
e
Hi @finn_frotscher, that looks like a bug in the UI backend. Perhaps this should be
ExtractorTestService
. cc @florian.hines
f
this might confirm the hypothosis: i can start my pipeline and hubspot data is loaded.
f
@edgar_ramirez_mondragon yea your issues spot on, looks like missed a spot in the update.
r
Hi, this was caused by my refactor before the MR was merged. Sorry about that! Created a fix MR here: https://gitlab.com/meltano/meltano/-/merge_requests/2349