ERP-Ukraine / odoo-rpc-dart

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

Extract a flutter application using Odoo_rpc package #44

Closed abdallahi34 closed 7 months ago

abdallahi34 commented 7 months ago

After i extract an application using this package , i can't sign in in the application that doesn't using debug mood , it's only work in debug mood . When i use it in a debug mood , i get this error : ClientException with SocketException : Failed host lookup :' my Url' ( OS Error: No address associated with hostname , error =7),

Please give me some clues to the solution

lem8r commented 7 months ago

No address associated with hostname

Hi! Which url address are you using to connect to Odoo instance? Looks like it has wrong hostname.

abdallahi34 commented 7 months ago

Hi, it wasn't , because it work perfectly in debug mood , but not in the extract app the url : https://cnsa-main-10458567.dev.odoo.com do you have a clue

abdallahi34 commented 7 months ago

thank you , i get the solution