Api login from different country

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Pitti
    Junior Member
    • Jul 2020
    • 2

    #1

    Api login from different country

    Hi,

    I was able to login with API (using python) from my local machine but when I deployed my application to aws I received a "permission denied" error message.
    I registered my account from Austria but the application is deployed in Ireland. Is that possible that I receive the error message because I'm tring to access the betfair api from a different country not from Austria where my accout is registered from?

    Thank you!
  • LiamP
    Junior Member
    • Oct 2015
    • 284

    #2
    Do you have he full traceback? I don’t see permission denied as a valid response for login but it can be an error raised when trying to access a file on the os in python.

    Comment

    • Pitti
      Junior Member
      • Jul 2020
      • 2

      #3
      Hi LiamP,

      You are right. The "permission denied" was thrown by the requests library. One of my certificates has more restricted permissions.

      Thank you for the hint!

      Regards,
      Pitti

      Comment

      Working...
      X