Can someone give me the details for Port 80/443 and the Podio API

Answered

Comments

5 comments

  • Bruce Keintz

    Also when I run the site from my local machine it authenticates fine so my assumption is I need something more on the test server but not sure what. Any insite would be helpful.

    0
    Comment actions Permalink
  • Stefan Ukena

    Hi Bruce,

    I don't think your issue is related to ports. I use a local development server running on port 8080 all the time without any issue.

    Only Podio webhooks are restricted to accept ports 80 and 443, but your problem is related to authentication, so don't worry about that.

    You say that authentication fails, what's the exact error message that you are seeing?

    Best,
    Stefan

    http://www.diekollaborateure.com/go/podio/help

    0
    Comment actions Permalink
  • Bruce Keintz

    Stefan,
    Thanks for replying. I am getting a "object not set to instance of object error" when it hits the line podio.AuthenticateWithApp(appid,appsecret);

    I do not have this issue when running the project from my local machine. It seems to me that when I run this from our test development 2003 server that there must be some kind of communication issue when it try's to communicate with the API during the call with the clientID and clientSecret.

    I need to find a way to determine if this is the issue and how to overcome it.

    Thanks.

    0
    Comment actions Permalink
  • Stefan Ukena

    Hi Bruce,

    I think you will need to figure out how you can run a debugger on the machine you are having trouble with. Maybe a library is not installed, maybe a firewall blocks a port (though I would assume that ASPX would give you a different error message in that case). -- I don't develop in VS or ASPX, so I can only suggest a Google search for that: https://www.google.de/search?q=howto+debug+aspx&oq=howto+debug+aspx&aqs=chrome..69i57.2807j0j7&sourceid=chrome&es_sm=119&ie=UTF-8

    Hope this helps! Remember to post your solution, in case you can solve the issue.

    Best,
    Stefan

    0
    Comment actions Permalink
  • Bruce Keintz

    Stefan, thanks for your input. my solution was to attempt on our 2008 dev server and it worked without issue. Must be some limitation on the 2003 server that I cannot seem to find. So issue solved. I just wont use the old 2003 server.

    1
    Comment actions Permalink

Please sign in to leave a comment.

Powered by Zendesk