djtech42 / YikYakTerminal

Python implementation of Yik Yak using the pyak API by joseph346. Read, post, upvote, and downvote yaks.
GNU General Public License v2.0
73 stars 36 forks source link

Issues with new user generation #10

Open Caleco opened 10 years ago

Caleco commented 10 years ago

It seems like Yik Yak isn't accepting the user ID's as it's returning an error message that you can only see when you try to view your own posts as shown below image

However I tried using the test ID that was posted in a previous issue thread (B6C52E0EA41CBD9D4A1FA7D65C60AA4D) and that ID worked without any issue

djtech42 commented 10 years ago

Are you still having issues with new userIDs? It seems like an intermittent issue.

Also make sure you are using the master version, not beta.

Caleco commented 10 years ago

It's still occurring with the master version for me

djtech42 commented 10 years ago

I think a cookie needs to be implemented for the API now, so I will change it soon.

Using this old ID should allow you to use the app correctly: B6C52E0EA41CBD9D4A1FA7D65C60AA4D

djtech42 commented 10 years ago

Please follow further discussion in Issue #11