Python API EOFError - python-2.7

I've some Pythonista scripts I run on my iPad which create/update Evernote notes as part of the process, at least they did up until around 20th/21st of December at which point they started throwing EOFErrors when trying to retrieve the note store (get_note_store). The following is enough to duplicate the error
from evernote.api.client import EvernoteClient
import evernote.edam.notestore.NoteStore as NoteStore
auth_token = "……" # << add a valid token here
client = EvernoteClient(token=auth_token, sandbox=False)
note_store = client.get_note_store()
I did some playing around over the holidays and tracked the error down to something specific to Pythonista as the same code works flawlessly on my Mac, but as there hasn't been any updates to Pythonista since June 2016 (I'm still using the original version not Pythonista 3) I don't think the issue is on the Pythonista side.
Checking on the Evernote status page (http://status.evernote.com/) there were patch releases on the 20th and 21st of December and I'm wondering if one of these could have broken support for the Pythonista Evernote API?
Update 2017-01-09
It looks like a patch was applied to the Evernote servers Thursday night which has fixed the issue and everything is working ok again now.
If you happen to be part of the Evernote support team who had any involvement in fixing this, Thank you!
Regards,
Richard

Related

Intermittent CFC not found - Coldfusion 2021 Standard

We have a very strange issue. We have a large CF application that was originally written in CF9, upgraded to CF2016, then onto CF2021. There is a invoicing job that runs as a scheduled task everyday. This invoicing job does many steps (creates, checks, and pays) invoices. There are many components (functions) that are used during this process. We went live with this new server in late November of 2021 and since we have done that, the invoicing job has had issues about 4 or 5 times so far.
The errors I am seeing are usually something like:
Could not find the ColdFusion component or interface components/distributor.distribcontroller.
I say usually, because even the "missing" component changes and they are different each time.
I have checked every component for errors, so that should not be it and most days this invoice job runs fine.
CF2021 is running on Ubuntu 20.04 LTS, 4 CPU.4GB ram. other than this invoice job, application is fine (users never experience missing components)
I also do not use mappings, I have a custom mechanism where I set the compent path in a cfm file and use the "request" structure like: <cfset request.components.distributor = 'components/distributor'> in a file that gets included in the Application.cfc - its may not be ideal, but it is just the was it was build years ago and too much work to change it. (i think).
Any ideas? Any help would be appreciated.
I have a custom mechanism
Feels like a red flag. Especially since it uses the request structure.
How many CFCs are you dealing with? Would it be worth looking at WireBox to handle CFC configuration and creation? Might be overkill for the current issue, but worth looking into.
https://wirebox.ortusbooks.com/
Are you caching component paths? It may be that unchecking the component cache could address this issue.
You might post this issue over on the CFML Slack workspace. Some of the Adobe CF Engineers hang out there.
https://cfml.slack.com/
Signup: https://cfml-slack.herokuapp.com/

Is there a modification of django framework in the last 24 hours?

We experienced strange behaviour. Especially under chrome, some items are missing. Anyone ?
Which version are you using? You should always pin the version you use, which means that once it's published, it will never change.
The code is open source, you can check yourself from the github repository and there are other more appropriate channels than Stack Overflow, IMO:
The Django weblog, where a post is published each time there is a new release.
The Django users mailing list/google group is another place where you can keep up to date.
PyPI gives you the release history.
Finally, with any open source software, don't be afraid of digging into the source code and see what has changed. Github has a great way of comparing between 2 tags, for instance for the latest 2 1.11.x relases: https://github.com/django/django/compare/1.11.16...1.11.17
There was 2 new bugfix relases published on each 2.1.x and 1.11.x branches yesterday, so if your dependencies aren't pinned, you might have auto-updated, but without further details it's hard to tell you more.

Where can I download ColdFusion 8.0 cumulative hot fix 4?

I am required to continue to support an Adobe ColdFusion 8.01 server for several more months, or more. I've come across a bug with the CFImage tag, Missing Huffman code table which causes certain JPG images to fail. This is reported as being fixed in hot fix 4 however Adobe in the failed wisdom chose to take all CF8 hotfixes offline. Guess where I won't be spending anymore of my money.
I've tried desperately to find a support site or even offline archive that has the chf8000004.zip file I need. Anyone happen to have a copy?
I am not sure if Stack Overflow is the correct venue for this question. You might get better responses on Server Exchange. However since we are here I was in a very similar situation and found this site very useful. I know they have a large folder of CF8 hotfixes
http://www.cfmlrepo.com
Edit: I believe this link will bring you right to the CH4 for 8.0.1
https://www.amazon.com/clouddrive/share/QBUXJCtMDDIKRZEDO4UAPFjOatzj3ajH1bHbopRJTWy/folder/NfK85LpTQu2hCpH2VqShPQ

Are there other ember.js source hosting URLs?

Does anyone know alternatives to:
http://emberjs.com.s3.amazonaws.com/getting-started/ember.js
because that url has stalled on multiple occasions now. (Last hang: July 1st, 2013 9:05ish PM Pacific Time for at least 5 minutes.)
Sure I can keep a local version, but I'm wondering if there are any online versions.
Small side question: Does anyone know why it hangs or when it will hang?
Update: Thanks Mike!
Ember Latest Stable
Ember Data Latest
You can find builds of emberjs and ember-data at http://builds.emberjs.com - for example:
ember-latest-stable.js
ember-latest
Also check out https://github.com/emberjs/ember.js/blob/master/CONTRIBUTING.md which includes links to preconfigured jsFiddle and jsBin
// http://builds.emberjs.com
Also you can find tagged releases of ember and many other js libraries at CDNJS. For example:
1.0.0-rc.6
.

Cannot connect to Google Adwords ColdFusion API

Is anyone using the ColdFusion API for Google Adwords? I'm having a terrible time getting it to work and know I'm probably the problem. Any advice, pointers would really help because I'm beyond stuck.
I'll owe you one!
The problem is on October 25th 2012 v201109 went to sunset and can no longer be used. Martin Orth's solution still calls v201109 and even if you change everything to v201209 (the current version) there are enough changes to the API that the CF library no longer works. I tried and tried and tried to contact Martin but no returned emails. So essentially, DON'T TRY TO USE ColdFusion API -- it will not work without the changes. If someone has more information on this, let me know but for now nothing works.