Jump to content

faelterman

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by faelterman

  1. Hi I'm trying to use this; without luck so far. 

    Quote

     

    2020-05-27 09:59:00,993 : ERROR : root - Got exception updating godaddy records
    Traceback (most recent call last):
    File "/usr/local/lib/python3.8/site-packages/godaddypy/client.py", line 106, in _validate_response_success
    response.raise_for_status()
    File "/usr/local/lib/python3.8/site-packages/requests/models.py", line 941, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
    requests.exceptions.HTTPError: 422 Client Error: Unprocessable Entity for url: https://api.godaddy.com/v1/domains/@/records/A/@

    During handling of the above exception, another exception occurred:

    Traceback (most recent call last):
    File "/godaddy-publicip-updater.py", line 126, in loop_forever
    worked = update_godaddy_records(new_ip)
    File "/godaddy-publicip-updater.py", line 72, in update_godaddy_records
    records = g_client.get_records(domain, name=a_name, record_type='A')
    File "/usr/local/lib/python3.8/site-packages/godaddypy/client.py", line 190, in get_records
    data = self._get_json_from_response(url)
    File "/usr/local/lib/python3.8/site-packages/godaddypy/client.py", line 66, in _get_json_from_response
    return self._request_submit(requests.get, url=url, json=json, **kwargs).json()
    File "/usr/local/lib/python3.8/site-packages/godaddypy/client.py", line 92, in _request_submit
    self._validate_response_success(resp)
    File "/usr/local/lib/python3.8/site-packages/godaddypy/client.py", line 108, in _validate_response_success
    raise BadResponse(response.json())
    godaddypy.client.BadResponse: Response Data: {'code': 'INVALID_BODY', 'fields': [{'code': 'MISMATCH_FORMAT', 'message': "does not conform to the 'domain' format, based on pattern: /^[^.]{1,63}(\\.[^.]{1,63})+$/", 'path': 'path.domain'}], 'message': "Request body doesn't fulfill schema, see details in `fields`"}

     

  2. thanks; 

    now I can reach my service both with my unraidIP+port 5080 and via my domainname firefly.mydomain.somthing but I can only register + login via unraidIP. When I connect via mydomain; I get the login page, but nothing happens after clicking the Sign In button......

     

    EDIT//// Solved it: add another variable TRUSTED_PROXIES =**

    Screenshot 2020-02-20 at 09.07.12.png

×
×
  • Create New...