405 Client Error: Method Not Allowed for url #41

Open
opened 2024-11-11 11:16:28 +00:00 by pavlinux · 0 comments
pavlinux commented 2024-11-11 11:16:28 +00:00 (Migrated from github.com)
# git pull
Already up to date.

# ./get_updates.py 01180
Querying Garmin Express ...Traceback (most recent call last):
  File "./get_updates.py", line 106, in <module>
    results += us.query_express(device_skus)

  File "/usr/src/GARMIN/gcd-parser/grmn/updateserver.py", line 121, in query_express
    reply = self.get_unit_updates(device_xml)

  File "/usr/src/GARMIN/gcd-parser/grmn/updateserver.py", line 266, in get_unit_updates
    r.raise_for_status()

  File "/usr/local/lib/python3.7/dist-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)

requests.exceptions.HTTPError: 405 Client Error: Method Not Allowed for 
url: https://omt.garmin.com/Rce/ProtobufApi/SoftwareUpdateService/GetAllUnitSoftwareUpdates

``` # git pull Already up to date. # ./get_updates.py 01180 Querying Garmin Express ...Traceback (most recent call last): File "./get_updates.py", line 106, in <module> results += us.query_express(device_skus) File "/usr/src/GARMIN/gcd-parser/grmn/updateserver.py", line 121, in query_express reply = self.get_unit_updates(device_xml) File "/usr/src/GARMIN/gcd-parser/grmn/updateserver.py", line 266, in get_unit_updates r.raise_for_status() File "/usr/local/lib/python3.7/dist-packages/requests/models.py", line 1021, in raise_for_status raise HTTPError(http_error_msg, response=self) requests.exceptions.HTTPError: 405 Client Error: Method Not Allowed for url: https://omt.garmin.com/Rce/ProtobufApi/SoftwareUpdateService/GetAllUnitSoftwareUpdates ```
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mbirth/gcd-parser#41
No description provided.