Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Not Found System.Net.URLClient #8

Open
daveyPurcell opened this issue Oct 27, 2021 · 5 comments
Open

File Not Found System.Net.URLClient #8

daveyPurcell opened this issue Oct 27, 2021 · 5 comments

Comments

@daveyPurcell
Copy link

Hi Geoffrey,

I'm running delphi XE7 and am getting an error when trying to use System.Net.URLClient saying file not found

@geoffsmith82
Copy link
Owner

System.Net.URLClient only exists in XE8 and later. I believe you would be able to replace it with TIdURI found in the the IdUri unit.

@daveyPurcell
Copy link
Author

Thanks Geoffrey.

@daveyPurcell
Copy link
Author

Hi Geoffrey I'm still having trouble with this using indy stuff.

The readme says 'the refresh_tokens are retrieved in the authentication process' but are not saved. I seem to authenticate ok but when I try to 'SEND MSG' my refresh token is empty and so it is raising an exception

Unit2.txt

@carlosasjr
Copy link

Oi Geoffrey ainda estou tendo problemas com isso usando coisas indy.

O readme diz que 'os refresh_tokens são recuperados no processo de autenticação', mas não são salvos. Eu pareço autenticar ok, mas quando tento 'ENVIAR MSG' meu token de atualização está vazio e, portanto, está gerando uma exceção

Unit2.txt

I'm having the same problem, did you manage to solve it?

@geoffsmith82
Copy link
Owner

Oi Geoffrey ainda estou tendo problemas com isso usando coisas indy.
O readme diz que 'os refresh_tokens são recuperados no processo de autenticação', mas não são salvos. Eu pareço autenticar ok, mas quando tento 'ENVIAR MSG' meu token de atualização está vazio e, portanto, está gerando uma exceção
Unit2.txt

I'm having the same problem, did you manage to solve it?

Do you have the latest version of the code? The latest version does save the refresh_token to an ini file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants