companionstudio / instagram-token-agent

A service to keep your Instagram Basic Display API token fresh.
MIT License
133 stars 70 forks source link

No free temporize plan #33

Open HenriqueGieseke opened 4 years ago

HenriqueGieseke commented 4 years ago

I get this error when I click the Deploy App button: "Couldn't find either the add-on service or the add-on plan of "temporize:developer".

At the add-ons list the Temporize Scheduler has a Professional attribute and a $29.00 fee.

zhaokwit commented 4 years ago

I am facing the same problem.

mike-source commented 4 years ago

Same issue here:

Create app

App creation failed. Please ensure you have valid values in the above form fields. Configure environment

There was an issue setting up your app environment.

Couldn't find either the add-on service or the add-on plan of "temporize:developer".

studiohic commented 3 years ago

I'm also facing the same issue...

rfujiwar23 commented 3 years ago

Same here

farleybarillo commented 3 years ago

Could you change the scheduler add-on to a free one?

kadams34 commented 3 years ago

Same here for a new project I'm working on. I have 2 other projects that were set up before this current issue and they are unchanged. Please help!

adaptpatrick commented 3 years ago

I'm also encountering this. 😑 Any alternatives you can provide @benjamin-hull would be much appreciated. 🙏

benjamin-hull commented 3 years ago

Oh dear. I wonder if the unexpected popularity of this tool is a factor in them removing the free plan... seems likely! I'll investigate to see what other options are available.

adaptpatrick commented 3 years ago

Oh dear. I wonder if the unexpected popularity of this tool is a factor in them removing the free plan... seems likely! I'll investigate to see what other options are available.

I did wonder that myself @benjamin-hull 😅 . I appreciate you looking into this for us! Confident there'll be alternative solutions which achieve the same outcome. 🙏

miljkovicmisa commented 3 years ago

maybe another plugin like heroku scheduler can do the job, don't know if transition to this tool is possible...

adaptpatrick commented 3 years ago

Sorry to chase @benjamin-hull - I'm sure you've got lots of important things vying for your attention at the moment, but I wonder if you might be able to provide a timescale as to when you plan to help us find a solution to this, please? 🙏 🙂

Perhaps @miljkovicmisa's suggestion of heroku scheduler might do the trick? 🤷‍♂️ Thanks @miljkovicmisa for the suggestion by the way! 🙏

benjamin-hull commented 3 years ago

Hi all,

Heroku Scheduler is indeed capable of doing the same job, and is actually preferable in some ways as it's built into Heroku. The main downside is that you need to set it up manually, which would become by far the most complex part of the whole setup process - that's why I opted for temporize instead initially.

As far as timescale goes, @adaptpatrick - I'm afraid I can't say, as I really only get to work on ITA in my spare time. At a guess before the end of the year? Another concern is that adding some very manual steps to the setup is going to add a lot of points for potential problems, and so increase the amount of questions and support requests coming in (which I also can't answer as quickly as I'd like).

If time is of the essence and you're doing a commercial project, just paying for Temporize in the interim will be the fastest solution (if not the cheapest). There's also https://instant-tokens.com which is a centralised service that does what ITA does. I don't know much about how it works, but it might be worth checking out.

adaptpatrick commented 3 years ago

@benjamin-hull firstly - thanks for such a rapid response here, it's truly appreciated. 🙏 (I think I've used this emoji a little too much recently.. 😂 )

Totally understand your struggles with being able to spend time on ITA, so please don't feel too much pressure from us hounding you on here! We're (I'm sure I speak for most who've discovered ITA) very grateful for the time you've invested in it to date, so thank you!

With regards to a quick solution, I'm hesitant to start paying for Temporize personally as it's a monthly fee! If it had been a one-off fee per dyno or even a lower monthly fee, I would be slightly more open to it but $29/month is quite steep for the value it provides IMO.

I think we'll explore https://instant-tokens.com initially and go from there if it's not suitable for our needs. 🙂

Thanks again.

studiohic commented 3 years ago

@adaptpatrick - would be great to know how you get on with integrating with instant-tokens, if you decide to go down that route. @benjamin-hull - thanks for all your hard work on this so far.

adaptpatrick commented 3 years ago

@adaptpatrick - would be great to know how you get on with integrating with instant-tokens, if you decide to go down that route. @benjamin-hull - thanks for all your hard work on this so far.

@studiohic I didn't actually complete the integration of instant-tokens myself, but one of my developers seemed to breeze through it with reasonable ease and we've been able to achieve the desired goal. On that basis I can recommend you give it a go yourself! It seems to be a straightforward process. 👍 🤓

studiohic commented 3 years ago

@adaptpatrick - Thanks for the heads up. I managed to integrate everything with ease. Dare I say it easier than going down the Heroku route, well less task to run through anyway. Let's hope it updates itself when the time comes!

lucasjohnson commented 3 years ago

Instant tokens works well. Can anyone confirm that the tokens are being refreshed?

01Kuzma commented 3 years ago

@lucasjohnson you mean this service?

lucasjohnson commented 3 years ago

Yes

oavanruiten commented 3 years ago

Hi everybody!

I know this ticket has been created a while ago, but I just noticed it.

I am the creator of the Advanced Scheduler Heroku add-on. I think it is a valid alternative for Temporize.

@benjamin-hull Would you like to discuss ITA's requirements to see if there is a fit for a cost-effective solution?

bibhuticoder commented 3 years ago

I faced the same issue too 😐 But made it work with some other alternative.

If any of you have NodeJS based backend, this article may help 🚀🚀 Instagram Basic Display API integration with NodeJS