Docker - Raspberry Pi 4 - Armv7 build? #725
Comments
|
In the meantime before official containeer is provided You can clone repo and run build locally using included Dockerfile |
|
@kllngtme Docker image is now available for amd64, arm/v7 & arm64. Could you please try again ? Ensure to use the |
|
@sundowndev , thankyou. It is loading and working on a raspberry pi 4 now with no issues using stable. One thing I noticed though, trying to search with the webui using the correct E164 numbering doesn't pull up anything and shows "Parameter 'number' must be a valid integer". Using the correct E164 numbering through the CLI IS working without issues though. The example number on the webui used as well as the CLI is 14155552671 as well as +14155552671. |
|
@sundowndev Just verified, Container starts up without issues |
|
Just tried using the demo and master branch, it works well: Could you take a look at the network tab to see what's wrong with the request ? |
|
@sundowndev not sure what you mean by network tab |
I mean the network tab of the developer tool of your browser. For example, press F12 if you're using Firefox. Ensure to open it before the scan, then click on the errored HTTP request. |
|
{success: false, error: "Parameter 'number' must be a valid integer."} |
|
@sundowndev i am pretty sure this is problem with frontend. Console commands are working without problem |
The API responds with an error so the issue comes from the web backend. May be the frontend sends bad data to the API but that sounds weird since it works properly on my end. Could you provide the complete URL of one of those scan requests ? Also what's the version you're running on? |
|
http://192.168.1.226:5000/api/numbers/14155552671/scan/local {success: false, error: "Parameter 'number' must be a valid integer."} |
@kllngtme Thanks. What response do you get from http://192.168.1.226:5000/api please ? This is gonna be hard to fix if I cannot reproduce it |
|
I pushed a quick patch on the master branch to help us troubleshoot this. Could you pull Docker image on the latest tag and try again? The error will still be here but it should be more explicit. Be sure to use linux/amd64 arch to run this image. Thanks! |
This is the response: |
No I meant the response of that particular URL : http://192.168.1.226:5000/api it's supposed to give information about the current Phoneinfoga version. Example : |
|
Mine isn't showing the version: I'm using stable as well as latest still crashes and comes up with: |
Yes, as I said, the latest tag is updated from the master branch and is only compatible with linux/amd64.
Very strange, I'll to reproduce that |


Hi, is it possible to create a docker image for the raspberry pi architecture? It's a ARMV7 build.
When I try to run it up in a docker environment I'm getting a hard crash:
The text was updated successfully, but these errors were encountered: