arigram
arigram copied to clipboard
launch stalls with 'Valid api_|id must be provided
Ho, looks really good, but this error occurs, implyiing app_id authentication.
raise RuntimeError(f'Telegram error: {self.error_info}') RuntimeError: Telegram error: {'@type': 'error', 'code': 400, 'message': 'Valid api_id must be provided. Can be obtained at https://my.telegram.org', '@extra': {'request_id': 'updateAuthorizationState'}}
Arigram was installed from aur community package , V. 0.1.6-1
I dont have an app_id myself , although i have a telegram account of course. I had expected the ap_id would be registered somehwhere in the installe d package.
My telephone number, as entered on the command after arigram, has been recorded in the arigram/config.py
Any help, appreciated. John
im sorry to hear that
to clearify, i half abandoned this project and i barely work on it anymore these days and i dont maintain the aur package so i dont know whats going on
the app_id is already pre-packaged into the client https://github.com/TruncatedDinosour/arigram/blob/main/arigram/config.py#L25..L26 so im very confused why such error would happen, maybe you overwrote it somehow, maybe even in config.py ?
maybe some other arigram users know, but i even now currently have arigram open and its fine, very concerned why its broken for you :/ if anything lmk :)
I have this error. Changed API_ID
and API_HASH
to mine, recompiled. Same error. Probably, something changed in telegram api idk. Not a python dev so can't really check
I have this error. Changed
API_ID
andAPI_HASH
to mine, recompiled. Same error. Probably, something changed in telegram api idk. Not a python dev so can't really check
thats odd, weirdly still works for me and i doubt its anything with the api as i try to keep up with the changes, if it was gonna happen itd happen to me too
maybe the AUR package is broken or something ? i dont maintain it though
I installed from sources.
My OS:
Distributor ID: Elementary
Description: elementary OS 6.1 Jólnir
Release: 6.1
Codename: jolnir
I installed from sources.
My OS:
Distributor ID: Elementary Description: elementary OS 6.1 Jólnir Release: 6.1 Codename: jolnir
maybe this fixes it ? i bumped the python tg version https://github.com/TruncatedDinosour/arigram/releases/tag/v0.1.7
I installed from sources.
My OS:
Distributor ID: Elementary Description: elementary OS 6.1 Jólnir Release: 6.1 Codename: jolnir
maybe this fixes it ? i bumped the python tg version https://github.com/TruncatedDinosour/arigram/releases/tag/v0.1.7
I'll try in a moment. Will notify
just in case, ill leave the house for now as i got plans with my best friend, ill be back in a couple of hours, sorry for the delay in responses in advance, id give 24/7 support if i could, but im just a teenage developer, not a large tech company <33
dude, relax, you don't owe me or anybody else anything. have a great one 🫡
unfortunately, error persists
tried creating fresh user on system - same
unfortunately, error persists
![]()
this is so odd, ill try and research it
this is with ~/.config/arigram
and ~/.cache/arigram
removed, it all works, im so lost, why am i unable to reacreate the error
wait, I didn't try purging cache. will be back in a sec
well, apparently I don't have cache for arigram
well, apparently I don't have cache for arigram
i guess its because you havent even been able to log in
I will try installing arigram on virtual machine. Hope it'll work
its still very suspicious that it even breaks on 2 systems
I will try installing arigram on virtual machine. Hope it'll work
ill try it on a fresh void linux vm too
this is a fully fresh void linux vm, still works, so lost still, looking up the error isnt much helpful either
@ truncatedDinosaur I did grab the app ID from package files and entered them into my local conf, but the error persists.
@ truncatedDinosaur I did grab the app ID from package files and entered them into my local conf, but the error persists.
yeah, i know, its probably not related to that, the problem in it is that i am unable to reproduce it no matter what, im unsure whats so broken that makes your arigram install scream
installed on fresh Ubuntu 22.04. Had an issue with libssl.so.1.1
resolved thanks to https://stackoverflow.com/a/73604364
but now arigram
works just fine
but now
arigram
works just fine
hm, but now why is it broken for you two
@bogdan: OK, that's useful I'll check out the lib.ssl.so issue in some way or another. I dimly recall I have had issues with libssl.so in the past with some other applications, and managed to resolve it, but without a fresh install of my system.
@bogdan: OK, that's useful I'll check out the lib.ssl.so issue in some way or another. I dimly recall I have had issues with libssl.so in the past with some other applications, and managed to resolve it, but without a fresh install of my system.
so, any update ?
hey, got the same issue after a fresh arch install.
hey, got the same issue after a fresh arch install.
hihi, we still dont know what the cause is, if you figure it out, please tell us <3
On arch I see there are two lib32-openssl packages: perhaps that is the cause of the problem
$ pacman -Ss openssl
multilib/lib32-openssl 1:3.0.8-1 [installed]
The Open Source toolkit for Secure Sockets Layer and Transport Layer Security (32-bit)
multilib/lib32-openssl-1.1 1.1.1.t-1
The Open Source toolkit for Secure Sockets Layer and Transport Layer Security
These provide the lib.ssl.so file. As you can see, I'm on the later version, and reported the problem as an issue. I could try swapping the round and testing, OR meanwhile, you could let me know, which version you are running.