-
-
Notifications
You must be signed in to change notification settings - Fork 323
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
'PeerSelfLocated' object has no attribute 'distance' #12
Comments
i have same error :
|
hm, seems like it's mass issue. let me see and come back |
It seems like there's an error because the code is expecting the distance attribute, but the object being processed is of type PeerSelfLocated, which doesn't have that attribute. To fix this, we need to handle the case when the update is of type PeerSelfLocated. Here's the modified code:
nevertheless, the Repository has been updated, so you can just |
great man) congrats :) |
After successfully adding my coordinates (I'm hiding them unless necessary, but they are well-located) and logging into Telegram through the app, I get the following error:
Thanks in advance!
The text was updated successfully, but these errors were encountered: