We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when compiled and run in a Raspi 2, (armhf, Swift5.1). The requests are generated without the chat_id, for some reason.
Could be rogue behaviour or HTTPUtils.formUrlencode, or curlPerformRequest.
The text was updated successfully, but these errors were encountered:
for some reason I recompiled and the architecture switched to armv6-unknown-linux-gnueabihf.
armv6-unknown-linux-gnueabihf
Apparently, the problem stems from the fact that the parameters: dictionary fails to include chat_id.
maybe chat_id is not being passed as a Decodable compliant class?
Sorry, something went wrong.
chat_id is an Int64, which is encoded using JSONEncoder() in HTTPUtils.
It seems to fail when it's compiled in the Raspi 2
@gvJaime Could you try the latest version? It includes some fixes for formUrlencode
No branches or pull requests
when compiled and run in a Raspi 2, (armhf, Swift5.1). The requests are generated without the chat_id, for some reason.
Could be rogue behaviour or HTTPUtils.formUrlencode, or curlPerformRequest.
The text was updated successfully, but these errors were encountered: