API: 501 Not Implemented #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
spacecruft/pysalx#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hits to the API always return
501 Not Implemented.SciAps API repo:
https://github.com/SciAps/SciApsApi
Links to:
https://github.com/SciAps/SciApsApi/blob/master/api/src/main/java/com/sciaps/ZAcquisitionResult.java
Contents:
It looks like the API isn't implemented though? Basic queries return
not implemented.The device gives itself the static IP
192.168.42.129. It still listens with the webserver on all ports. The device itself hascurlon it. So you can run that directly on the device, using that static IP as a test as well (e.g. there's nothing else in between could cause an issue). That also gives501 Not Implemented.The URL endpoint appears correct:
https://github.com/SciAps/SciApsApi/blob/master/client/app/src/main/java/com/sciaps/apidemo/SciApsClient.java#L59
The X-555 gives the same
501 Not Implementedwhen using the API. It is able to get an IP via wifi and start the service on port8080, which answers, but always501.The X-555 also apparently statically assigns itself the address
192.168.42.129. This could be a potential conflict on that IP if both units/models are used at the same time on the same network.Looks like the
192.168.42.129is inAirdroid.odex.From bug #1.
No word from Sciaps.
Need to re-test API with new firmwares.
New X-555 firmware still gives 501s.
No word from SciAps.