Skip to content
This repository has been archived by the owner on Dec 22, 2017. It is now read-only.

The script stopped working #6

Closed
dessant opened this issue Aug 16, 2016 · 11 comments
Closed

The script stopped working #6

dessant opened this issue Aug 16, 2016 · 11 comments

Comments

@dessant
Copy link

dessant commented Aug 16, 2016

The api responds with this error:

{'data': {}, 'return_code': {'19': 'Invalid client.'}}
@spaze spaze closed this as completed in bddb826 Aug 16, 2016
@spaze
Copy link
Owner

spaze commented Aug 16, 2016

Thanks, I've updated client type and API key from upstream and it should work again.

@dessant
Copy link
Author

dessant commented Aug 16, 2016

This gets past the registering api requests, strangely I'm getting 403 when /v2/discover is called, the same happens also in the Opera browser though.

<html><body><h1>403 Forbidden</h1>
Request forbidden by administrative rules.
</body></html>

@dessant
Copy link
Author

dessant commented Aug 16, 2016

VPN – there are some issues with service availability, so you’ll notice that there is never-ending ‘Connecting’ status displayed. Our developers are already working on it.

https://www.opera.com/blogs/desktop/2016/08/opera-developer-update-41-0-2323-0/

@dessant
Copy link
Author

dessant commented Aug 16, 2016

@spaze, how did you get SE-Client-API-Key btw? 😋 It does not seem to be exposed in net-internals anymore.

@spaze
Copy link
Owner

spaze commented Aug 17, 2016

Interesting, it worked for me yesterday and /v2/discover returns list of proxies even today. But Opera the browser was behaving exactly as described in the blog post.

@spaze
Copy link
Owner

spaze commented Aug 17, 2016

@dessant SE-Client-API-Key is still visible in net-internals, if you enable Include the actual bytes sent/received. at net-internals#capture, then just search for se-client in net-internals#events, it's in the Source Type = SOCKET event. This is how I got all the needed POST data to build this tool in the first place. Wondering when they will strip this too.

@dessant
Copy link
Author

dessant commented Aug 17, 2016

@spaze, wow that's gorgeous, I was only looking at URL_REQUEST type events, thanks a bunch! Meanwhile the api issues also got solved.

@dessant
Copy link
Author

dessant commented Aug 17, 2016

@spaze, we could remove our posts. 😁

@spaze
Copy link
Owner

spaze commented Aug 18, 2016

@dessant Let's leave this here for anybody to learn something new :-) #hack2learn

@dessant
Copy link
Author

dessant commented Feb 21, 2017

@spaze, it's happening. 😿

SSL_SOCKET_BYTES_SENT
                           --> byte_count = 671
                           --> hex_encoded_bytes =
                             5B 36 37 31 20 62 79 74  65 73 20 77 65 72 65 20   [671 bytes were 
                             73 74 72 69 70 70 65 64  5D                        stripped]

@spaze
Copy link
Owner

spaze commented Feb 21, 2017

@dessant At last!

@spaze spaze mentioned this issue May 31, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants