Clarifai / clarifai-php

Clarifai client library for PHP
Other
21 stars 3 forks source link

Error occurred during parsing: Error occurred during parsing: fields_map is unknown. #11

Open variyabhargav opened 3 years ago

variyabhargav commented 3 years ago

I have got this error after run composer update command in my laravel project. I haven't changed clarifai-php version still got this error with statusCode 404 and unable to get tags from the image. It's worked perfectly before execute composer update command. Please help me. My clarifai-php version

"clarifai/clarifai-php": "^0.3.0",

Response

ClarifaiResponse {#1824
  -status: ClarifaiStatus {#2396
    -statusType: StatusType {#2413
      -value: "network_error"
    }
    -statusCode: 404
    -description: "HTTP request failed."
    -errorDetails: "Error occurred during parsing: Error occurred during parsing: fields_map is unknown."
  }
  -rawBody: ""
  -deserialized: []
}

I have also tried with the latest version but same error occur.

variyabhargav commented 3 years ago

Hello, Is this package is live or dead? Still, I didn't receive any reply to the open issue.