ERP-Ukraine / odoo-rpc-dart

Odoo RPC Library for Dart
MIT License
43 stars 32 forks source link

message: 404 Not Found: The requested URL was not found on the server. If you entered the URL manually please check your spelling and try again. #34

Closed soufiane0123 closed 1 year ago

soufiane0123 commented 1 year ago

I follow the documentation in the pub.dev but i get this error :

image

code : image

lem8r commented 1 year ago

Hi,

Maybe you can show full traceback where is stated which url gives 404?

soufiane0123 commented 1 year ago

I tested in postman is work fine image image

lem8r commented 1 year ago

This not a traceback.

soufiane0123 commented 1 year ago

image

soufiane0123 commented 1 year ago

I think the package work only with https, not http

lem8r commented 1 year ago

Same as odoo app. You have to provide correct proto. It wont follow redirects.