nadermx / backgroundremover

Background Remover lets you Remove Background from images and video using AI with a simple command line interface that is free and open source.
https://www.backgroundremoverai.com
MIT License
6.46k stars 538 forks source link

Commercial version API endpoint is not working #59

Closed galipmedia closed 1 year ago

galipmedia commented 1 year ago

Hi I paid for credits and it was working fine, then it just stopped working the api endpoint returns an html...

<body>
    <h1>Not Found</h1>
    <p>The requested resource was not found on this server.</p>
</body>
nadermx commented 1 year ago

Should be fixed

galipmedia commented 1 year ago

Thanks

galipmedia commented 1 year ago

Seems the api is not working again ? api endpoint seems to be down

nadermx commented 1 year ago

Just tested, Seems to be fine. No alerts of it going down either. What issue are you having again?

On Sun, May 14, 2023 at 12:12 PM galipmedia @.***> wrote:

Seems the api is not working again ? api endpoint seems to be down

— Reply to this email directly, view it on GitHub https://github.com/nadermx/backgroundremover/issues/59#issuecomment-1546934882, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYACXDIYDJSPESF5VWQFVTXGD773ANCNFSM6AAAAAAV47UWYU . You are receiving this because you modified the open/close state.Message ID: @.***>

galipmedia commented 1 year ago

Using node request I am getting

error Error: getaddrinfo ENOTFOUND api.backgroundremover.app
    at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26) {
  errno: -3008,
  code: 'ENOTFOUND',
  syscall: 'getaddrinfo',
  hostname: 'api.backgroundremover.app'
}
nadermx commented 1 year ago

Please change domain to backgroundremoverai.com

El dom, 14 de may de 2023 12:32, galipmedia @.***> escribió:

Using node request I am getting

error Error: getaddrinfo ENOTFOUND api.backgroundremover.app at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26) { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'api.backgroundremover.app' }

— Reply to this email directly, view it on GitHub https://github.com/nadermx/backgroundremover/issues/59#issuecomment-1546939975, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYACXCBT5HMDT5QBWICGW3XGECJNANCNFSM6AAAAAAV47UWYU . You are receiving this because you modified the open/close state.Message ID: @.***>

nadermx commented 1 year ago

Api.backgroundremoverai.com i mean. Also I believe if you check the node code if you follow the url that takes you too might be updated.

El dom, 14 de may de 2023 12:35, Johnathan Nader @.***> escribió:

Please change domain to backgroundremoverai.com

El dom, 14 de may de 2023 12:32, galipmedia @.***> escribió:

Using node request I am getting

error Error: getaddrinfo ENOTFOUND api.backgroundremover.app at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:71:26) { errno: -3008, code: 'ENOTFOUND', syscall: 'getaddrinfo', hostname: 'api.backgroundremover.app' }

— Reply to this email directly, view it on GitHub https://github.com/nadermx/backgroundremover/issues/59#issuecomment-1546939975, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABYACXCBT5HMDT5QBWICGW3XGECJNANCNFSM6AAAAAAV47UWYU . You are receiving this because you modified the open/close state.Message ID: @.***>

galipmedia commented 1 year ago

Thanks for the quick reply.