[FOLIO-3864] OkapiCLI.py duplicates slash in url Created: 27/Jul/23 Updated: 10/Aug/23 Resolved: 10/Aug/23 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | TBD |
| Reporter: | Julian Ladisch | Assignee: | Florian Gleixner |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Sprint: | |
| Development Team: | Other dev |
| Release: | Not For Release |
| Description |
|
Overview: Steps to Reproduce:
Expected Results: Actual Results: Traceback (most recent call last): File "./OkapiCLI.py", line 125, in <module> rawresult = client.makeAPICall(args.rawpath, method=args.method, data=data, File "/usr/local/lib/python3.8/dist-packages/pyOkapiClient-0.0.4-py3.8.egg/OkapiAPIClient/ApiClient.py", line 207, in makeAPICall raise PermissionError( PermissionError: Got HTTP Return Code 404 Response Headers: {'Date': 'Thu, 27 Jul 2023 11:55:20 GMT', 'Content-Type': 'text/plain', 'Content-Length': '66', 'Connection': 'keep-alive', 'content-encoding': 'gzip'} Response Body: No suitable module found for path and tenant |
| Comments |
| Comment by Florian Gleixner [ 10/Aug/23 ] |
|
Fixed in 0.0.6. Thank you for reporting. |
| Comment by Florian Gleixner [ 10/Aug/23 ] |
|
Fixed in 0.0.6 |